Home
last modified time | relevance | path

Searched defs:LOCK_INIT_HELD (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sparc/sys/
H A Dmachlock.h54 #define LOCK_INIT_HELD(lp) (*(lp) = LOCK_HELD_VALUE) macro
/titanic_41/usr/src/uts/intel/sys/
H A Dmachlock.h58 #define LOCK_INIT_HELD(lp) (*(lp) = LOCK_HELD_VALUE) macro