Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h119 #define MUTEX_INIT(lock, name, type, arg) \ macro
/titanic_51/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h275 # define MUTEX_INIT(x, y) mutex_init(&(x)->ipf_lk, (y), \ macro
424 # define MUTEX_INIT(x, y) initlock(&(x)->ipf_lk, 0, 0, (y)) macro
588 # define MUTEX_INIT(x, y) mutex_init(&(x)->ipf_lk, \ macro
610 # define MUTEX_INIT(x,y) (x)->ipf_lk.l = LOCK_ALLOC((uchar_t)-1, IPF_LOCK_PL, (lkinfo_t *)-1, KM_NOSLEEP) macro
680 # define MUTEX_INIT(x, y) simple_lock_init(&(x)->ipf_lk) macro
894 # define MUTEX_INIT( macro
1128 # define MUTEX_INIT( global() macro
1280 # define MUTEX_INIT( global() macro
1505 # define MUTEX_INIT( global() macro
1720 # define MUTEX_INIT( global() macro
[all...]
/titanic_51/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h168 #define MUTEX_INIT(lock, name, type, arg) \ macro
/titanic_51/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c95 #define MUTEX_INIT 2 macro