Searched refs:gPowerCalloutsQueueList (Results 1 – 2 of 2) sorted by relevance
15 LIST_ENTRY gPowerCalloutsQueueList; variable131 if (IsListEmpty(&gPowerCalloutsQueueList)) in IntGetNextPowerCallout()139 Entry = gPowerCalloutsQueueList.Flink; in IntGetNextPowerCallout()219 InsertTailList(&gPowerCalloutsQueueList, &pPowerCallout->Link); in IntEnlistPowerCallout()291 InitializeListHead(&gPowerCalloutsQueueList); in IntInitWin32PowerManagement()
46 extern LIST_ENTRY gPowerCalloutsQueueList;