Searched defs:MUTEX_INIT (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 275 # define MUTEX_INIT(x, y) mutex_init(&(x)->ipf_lk, (y), \ macro 425 # define MUTEX_INIT(x, y) initlock(&(x)->ipf_lk, 0, 0, (y)) macro 589 # define MUTEX_INIT(x, y) mutex_init(&(x)->ipf_lk, \ macro 611 # define MUTEX_INIT(x,y) (x)->ipf_lk.l = LOCK_ALLOC((uchar_t)-1, IPF_LOCK_PL, (lkinfo_t *)-1, KM… macro 681 # define MUTEX_INIT(x, y) simple_lock_init(&(x)->ipf_lk) macro 895 # define MUTEX_INIT(x,y) mtx_init(&(x)->ipf_lk, (y), NULL,\ macro 1129 # define MUTEX_INIT(x,y) spin_lock_init(&(x)->ipf_lk) macro 1281 # define MUTEX_INIT(x, y) lock_alloc(&(x)->ipf_lk, \ macro 1507 # define MUTEX_INIT(x,y) eMmutex_init(&(x)->ipf_emu, y) macro 1722 # define MUTEX_INIT(x,y) ; macro
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_common_impl.h | 119 #define MUTEX_INIT(lock, name, type, arg) \ macro
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_common_impl.h | 168 #define MUTEX_INIT(lock, name, type, arg) \ macro
|