Home
last modified time | relevance | path

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

/titanic_52/usr/src/uts/sparc/sys/
H A Dmachlock.h55 #define LOCK_HELD(lp) (*(volatile lock_t *)(lp) != 0) macro
/titanic_52/usr/src/uts/intel/sys/
H A Dmachlock.h59 #define LOCK_HELD(lp) (*(volatile lock_t *)(lp) != 0) macro