Searched refs:cleanupList (Results 1 – 2 of 2) sorted by relevance
1569 LIST_ENTRY cleanupList; in FreeBT_DispatchClean() local1580 InitializeListHead(&cleanupList); in FreeBT_DispatchClean()1606 InsertTailList(&cleanupList, thisEntry); in FreeBT_DispatchClean()1616 while(!IsListEmpty(&cleanupList)) in FreeBT_DispatchClean()1618 thisEntry = RemoveHeadList(&cleanupList); in FreeBT_DispatchClean()
6478 LIST_ENTRY cleanupList; in PurgeForwardProgressIrps() local6480 InitializeListHead(&cleanupList); in PurgeForwardProgressIrps()6481 GetForwardProgressIrps(&cleanupList, FileObject); in PurgeForwardProgressIrps()6482 CancelIrps(&cleanupList); in PurgeForwardProgressIrps()