Searched refs:existing_hook (Results 1 – 2 of 2) sorted by relevance
171 Hook* existing_hook = nullptr; in ConsumeBuf() local186 existing_hook = it->second; in ConsumeBuf()188 existing_hook->cons_cb = done; in ConsumeBuf()209 if (existing_hook) { in ConsumeBuf()210 DeregisterCancellation(existing_hook); in ConsumeBuf()211 existing_hook->cons_cb(Status::OK(), existing_hook); in ConsumeBuf()
285 def log_kernel_hook(mytest, existing_hook=logging_args[0]): argument291 if existing_hook:292 existing_hook(mytest)