Lines Matching refs:fCommandChain
8813 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8832 queue_enter(&fQueue, next, typeof(next), fCommandChain); in queuePMRequestChain()
8858 queue_remove_first(&fQueue, request, typeof(request), fCommandChain); in checkForWork()
8920 assert( queue_next(&request->fCommandChain) == in queuePMRequest()
8921 queue_prev(&request->fCommandChain)); in queuePMRequest()
8943 queue_enter(requestQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8995 queue_remove_first(requestQueue, request, typeof(request), fCommandChain); in checkRequestQueue()
9097 queue_iterate(&entry->RequestHead, request, typeof(request), fCommandChain) in attachQuiesceRequest()
9163 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
9178 next = (typeof(next))queue_next(&request->fCommandChain); in checkForWork()
9180 queue_remove(&fQueue, request, typeof(request), fCommandChain); in checkForWork()