Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c364 mutex_enter(&waiter->fw_lock); in hook_wait_setflag()
367 mutex_exit(&waiter->fw_lock); in hook_wait_setflag()
381 mutex_exit(&waiter->fw_lock); in hook_wait_setflag()
384 mutex_enter(&waiter->fw_lock); in hook_wait_setflag()
389 mutex_exit(&waiter->fw_lock); in hook_wait_setflag()
397 mutex_exit(&waiter->fw_lock); in hook_wait_setflag()
413 mutex_enter(&waiter->fw_lock); in hook_wait_unsetflag()
416 mutex_exit(&waiter->fw_lock); in hook_wait_unsetflag()
434 mutex_enter(&waiter->fw_lock); in hook_wait_destroy()
437 mutex_exit(&waiter->fw_lock); in hook_wait_destroy()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h62 kmutex_t fw_lock; member