Searched refs:fPMLock (Results 1 – 2 of 2) sorted by relevance
401 #define fPMLock pwrMgt->PMLock macro
177 #define PM_LOCK() IOLockLock(fPMLock)178 #define PM_UNLOCK() IOLockUnlock(fPMLock)179 #define PM_LOCK_SLEEP(event, dl) IOLockSleepDeadline(fPMLock, event, dl, THREAD_UNINT)180 #define PM_LOCK_WAKEUP(event) IOLockWakeup(fPMLock, event, false)449 fPMLock = IOLockAlloc(); in PMinit()593 if (fPMLock) { in PMfree()594 IOLockFree(fPMLock); in PMfree()595 fPMLock = NULL; in PMfree()