Searched defs:APM_LOCK (Results 1 – 4 of 4) sorted by relevance
85 #define APM_LOCK(apmsc) mutex_enter(&(apmsc)->sc_lock) macro
91 #define APM_LOCK(apmsc) \ macro
65 #define APM_LOCK(sc) lockmgr(&(sc)->sc_lock, LK_EXCLUSIVE, NULL) macro