Home
last modified time | relevance | path

Searched refs:hks_waiter (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c506 hook_wait_init(&hks->hks_waiter, &hks->hks_lock); in hook_stack_init()
596 VERIFY(hook_wait_destroy(&hks->hks_waiter) == 0); in hook_stack_remove()
658 canrun = (hook_wait_setflag(&hks->hks_waiter, in hook_stack_notify_register()
688 hook_wait_unsetflag(&hks->hks_waiter, FWF_ADD_ACTIVE); in hook_stack_notify_register()
730 if (hook_wait_setflag(&hks->hks_waiter, FWF_DEL_WAIT_MASK, in hook_stack_notify_unregister()
764 hook_wait_unsetflag(&hks->hks_waiter, FWF_DEL_ACTIVE); in hook_stack_notify_unregister()
917 if (hook_wait_setflag(&hks->hks_waiter, FWF_ADD_WAIT_MASK, in hook_family_add()
943 hook_wait_unsetflag(&hks->hks_waiter, FWF_ADD_ACTIVE); in hook_family_add()
973 if (hook_wait_setflag(&hks->hks_waiter, FWF_DEL_WAIT_MASK, in hook_family_remove()
1002 hook_wait_unsetflag(&hks->hks_waiter, FWF_DEL_ACTIVE); in hook_family_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h201 flagwait_t hks_waiter; member