Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachlock.h51 #define LOCK_INIT_CLEAR(lp) (*(lp) = 0) macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachlock.h55 #define LOCK_INIT_CLEAR(lp) (*(lp) = 0) macro