Searched defs:LOCK_INIT_CLEAR (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sparc/sys/ | ||
H A D | machlock.h | 53 #define LOCK_INIT_CLEAR(lp) (*(lp) = 0) macro |
/titanic_41/usr/src/uts/intel/sys/ | ||
H A D | machlock.h | 57 #define LOCK_INIT_CLEAR(lp) (*(lp) = 0) macro |