Searched defs:MUTEX_INIT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h119 #define MUTEX_INIT(lock, name, type, arg) \ macro
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h168 #define MUTEX_INIT(lock, name, type, arg) \ macro
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c95 #define MUTEX_INIT 2 macro
576 nct_mutex_init |= MUTEX_INIT;
7432 if (initmux & MUTEX_INIT) {
7438 if (initmux & MUTEX_INIT) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h270 # define MUTEX_INIT(x, y) mutex_init(&(x)->ipf_lk, (y), \ macro
419 # define MUTEX_INIT(x, y) initlock(&(x)->ipf_lk, 0, 0, (y)) macro
557 # ifdef MUTEX_INIT
572 # ifdef MUTEX_INIT
582 # undef MUTEX_INIT macro
583 # define MUTEX_INIT(x, y) mutex_init(&(x)->ipf_lk, \ macro
605 # define MUTEX_INIT(x,y) (x)->ipf_lk.l = LOCK_ALLOC((uchar_t)-1, IPF_LOCK_PL, (lkinfo_t *)-1, KM_NOSLEEP) macro
644 # undef MUTEX_INIT macro
675 # define MUTEX_INIT(x, y) simple_lock_init(&(x)->ipf_lk) macro
889 # define MUTEX_INIT( macro
1123 # define MUTEX_INIT macro
1275 # define MUTEX_INIT macro
1500 # define MUTEX_INIT macro
1704 # undef MUTEX_INIT macro
1715 # define MUTEX_INIT macro
[all...]

Completed in 83 milliseconds