Lines Matching refs:fCommandChain
8946 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8965 queue_enter(&fQueue, next, typeof(next), fCommandChain); in queuePMRequestChain()
8991 queue_remove_first(&fQueue, request, typeof(request), fCommandChain); in checkForWork()
9053 assert( queue_next(&request->fCommandChain) == in queuePMRequest()
9054 queue_prev(&request->fCommandChain)); in queuePMRequest()
9076 queue_enter(requestQueue, request, typeof(request), fCommandChain); in queuePMRequest()
9128 queue_remove_first(requestQueue, request, typeof(request), fCommandChain); in checkRequestQueue()
9230 queue_iterate(&entry->RequestHead, request, typeof(request), fCommandChain) in attachQuiesceRequest()
9296 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
9311 next = (typeof(next))queue_next(&request->fCommandChain); in checkForWork()
9313 queue_remove(&fQueue, request, typeof(request), fCommandChain); in checkForWork()