Lines Matching refs:fCommandChain
8626 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8645 queue_enter(&fQueue, next, typeof(next), fCommandChain); in queuePMRequestChain()
8671 queue_remove_first(&fQueue, request, typeof(request), fCommandChain); in checkForWork()
8733 assert( queue_next(&request->fCommandChain) == in queuePMRequest()
8734 queue_prev(&request->fCommandChain)); in queuePMRequest()
8756 queue_enter(requestQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8808 queue_remove_first(requestQueue, request, typeof(request), fCommandChain); in checkRequestQueue()
8910 queue_iterate(&entry->RequestHead, request, typeof(request), fCommandChain) in attachQuiesceRequest()
8972 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8987 next = (typeof(next))queue_next(&request->fCommandChain); in checkForWork()
8989 queue_remove(&fQueue, request, typeof(request), fCommandChain); in checkForWork()