Lines Matching refs:cache_queue
806 struct cache_queue { struct
811 struct cache_queue q; argument
818 struct cache_queue q;
851 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
979 struct cache_queue *cq; in cache_poll()
992 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
1007 struct cache_queue *cq; in cache_ioctl()
1018 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1065 struct cache_queue *cq; in cache_release()
1067 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
1094 struct cache_queue *cq, *tmp; in cache_dequeue()