Lines Matching refs:cache_queue
774 struct cache_queue { struct
779 struct cache_queue q; argument
786 struct cache_queue q;
819 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
965 struct cache_queue *cq; in cache_poll()
978 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
993 struct cache_queue *cq; in cache_ioctl()
1004 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1051 struct cache_queue *cq; in cache_release()
1053 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
1080 struct cache_queue *cq, *tmp; in cache_dequeue()