Lines Matching refs:cache_queue
783 struct cache_queue { struct
788 struct cache_queue q; argument
795 struct cache_queue q;
828 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
974 struct cache_queue *cq; in cache_poll()
987 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
1002 struct cache_queue *cq; in cache_ioctl()
1013 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1060 struct cache_queue *cq; in cache_release()
1062 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
1089 struct cache_queue *cq, *tmp; in cache_dequeue()