Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmodctl.h575 #define MOD_WAIT_ONCE 0x01 macro
/titanic_41/usr/src/uts/common/os/
H A Dmodctl.c2974 MOD_WAIT_ONCE | MOD_LOCK_HELD)) in mod_hold_stub()
3976 ASSERT((f & (MOD_WAIT_ONCE | MOD_WAIT_FOREVER)) && in mod_hold_by_modctl()
3977 ((f & (MOD_WAIT_ONCE | MOD_WAIT_FOREVER)) != in mod_hold_by_modctl()
3978 (MOD_WAIT_ONCE | MOD_WAIT_FOREVER))); in mod_hold_by_modctl()
4001 if (f & MOD_WAIT_ONCE) { in mod_hold_by_modctl()