Home
last modified time | relevance | path

Searched refs:checkRequestQueue (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h800 bool checkRequestQueue( queue_head_t * queue, bool * empty );
H A DIOServicePM.cpp9078 more = checkRequestQueue(requestQueue, &empty); in queuePMRequest()
9096 IOPMWorkQueue::checkRequestQueue( queue_head_t * requestQueue, bool * empty ) in checkRequestQueue() function in IOPMWorkQueue
9177 more |= checkRequestQueue(&entry->RequestHead, &empty); in checkForWork()