Lines Matching refs:cache_queue
798 struct cache_queue { struct
803 struct cache_queue q; argument
810 struct cache_queue q;
843 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
971 struct cache_queue *cq; in cache_poll()
984 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
999 struct cache_queue *cq; in cache_ioctl()
1010 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1057 struct cache_queue *cq; in cache_release()
1059 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
1086 struct cache_queue *cq, *tmp; in cache_dequeue()