Lines Matching refs:cache_queue
747 struct cache_queue { struct
752 struct cache_queue q; argument
759 struct cache_queue q;
792 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
938 struct cache_queue *cq; in cache_poll()
951 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
966 struct cache_queue *cq; in cache_ioctl()
977 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1022 struct cache_queue *cq; in cache_release()
1024 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
1049 struct cache_queue *cq, *tmp; in cache_dequeue()