Lines Matching refs:hfi_waiter
929 hook_wait_init(&new->hfi_waiter, &new->hfi_lock); in hook_family_add()
989 VERIFY(hook_wait_destroy(&hfi->hfi_waiter) == 0); in hook_family_remove()
1200 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_register()
1216 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_ADD_ACTIVE); in hook_family_notify_register()
1258 (void) hook_wait_setflag(&hfi->hfi_waiter, FWF_DEL_WAIT_MASK, in hook_family_notify_unregister()
1263 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_DEL_ACTIVE); in hook_family_notify_unregister()
1277 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_unregister()
1290 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_ADD_ACTIVE); in hook_family_notify_unregister()
1351 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_event_add()
1371 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_ADD_ACTIVE); in hook_event_add()
1446 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_DEL_WAIT_MASK, in hook_event_remove()
1454 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_DEL_ACTIVE); in hook_event_remove()
1498 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_DEL_ACTIVE); in hook_event_remove()
1534 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_DEL_WAIT_MASK, in hook_event_shutdown()
1542 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_DEL_ACTIVE); in hook_event_shutdown()
1558 hook_wait_unsetflag(&hfi->hfi_waiter, FWF_DEL_ACTIVE); in hook_event_shutdown()