Home
last modified time | relevance | path

Searched defs:SPIN_LOCK (Results 1 – 3 of 3) sorted by relevance

/titanic_52/usr/src/uts/sparc/sys/
H A Dmachlock.h63 #define SPIN_LOCK(pl) ((pl) > ipltospl(LOCK_LEVEL)) macro
/titanic_52/usr/src/uts/intel/sys/
H A Dmachlock.h67 #define SPIN_LOCK(pl) ((pl) > ipltospl(LOCK_LEVEL)) macro
/titanic_52/usr/src/uts/common/io/chxge/
H A Dosdep.h128 #define SPIN_LOCK(x) mutex_enter(&(x)) macro