Lines Matching refs:cache_queue
808 struct cache_queue { struct
813 struct cache_queue q; argument
820 struct cache_queue q;
853 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
981 struct cache_queue *cq; in cache_poll()
994 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
1009 struct cache_queue *cq; in cache_ioctl()
1020 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1069 struct cache_queue *cq; in cache_release()
1072 struct cache_queue, list)) in cache_release()
1112 struct cache_queue *cq, *tmp; in cache_dequeue()