Lines Matching refs:cache_queue
782 struct cache_queue { struct
787 struct cache_queue q; argument
794 struct cache_queue q;
827 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
955 struct cache_queue *cq; in cache_poll()
968 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
983 struct cache_queue *cq; in cache_ioctl()
994 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1041 struct cache_queue *cq; in cache_release()
1043 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
1070 struct cache_queue *cq, *tmp; in cache_dequeue()