Searched defs:SPIN_LOCK (Results 1 – 3 of 3) sorted by relevance
63 #define SPIN_LOCK(pl) ((pl) > ipltospl(LOCK_LEVEL)) macro
67 #define SPIN_LOCK(pl) ((pl) > ipltospl(LOCK_LEVEL)) macro
128 #define SPIN_LOCK(x) mutex_enter(&(x)) macro