Lines Matching refs:fCommandChain
8743 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8762 queue_enter(&fQueue, next, typeof(next), fCommandChain); in queuePMRequestChain()
8788 queue_remove_first(&fQueue, request, typeof(request), fCommandChain); in checkForWork()
8850 assert( queue_next(&request->fCommandChain) == in queuePMRequest()
8851 queue_prev(&request->fCommandChain)); in queuePMRequest()
8873 queue_enter(requestQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8925 queue_remove_first(requestQueue, request, typeof(request), fCommandChain); in checkRequestQueue()
9027 queue_iterate(&entry->RequestHead, request, typeof(request), fCommandChain) in attachQuiesceRequest()
9093 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
9108 next = (typeof(next))queue_next(&request->fCommandChain); in checkForWork()
9110 queue_remove(&fQueue, request, typeof(request), fCommandChain); in checkForWork()