Searched refs:hook_wait_setflag (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | hook.c | 357 hook_wait_setflag(flagwait_t *waiter, uint32_t busyset, fwflag_t wanted, in hook_wait_setflag() function 657 canrun = (hook_wait_setflag(&hks->hks_waiter, in hook_stack_notify_register() 718 canrun = (hook_wait_setflag(&hks->hks_waiter, FWF_ADD_WAIT_MASK, in hook_stack_notify_unregister() 901 if (hook_wait_setflag(&hks->hks_waiter, FWF_ADD_WAIT_MASK, in hook_family_add() 957 if (hook_wait_setflag(&hks->hks_waiter, FWF_DEL_WAIT_MASK, in hook_family_remove() 1069 if (hook_wait_setflag(&hks->hks_waiter, FWF_DEL_WAIT_MASK, in hook_family_shutdown() 1184 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_register() 1242 (void) hook_wait_setflag(&hfi->hfi_waiter, FWF_DEL_WAIT_MASK, in hook_family_notify_unregister() 1261 canrun = (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_family_notify_unregister() 1335 if (hook_wait_setflag(&hfi->hfi_waiter, FWF_ADD_WAIT_MASK, in hook_event_add() [all …]
|