Lines Matching refs:cache_queue
737 struct cache_queue { struct
742 struct cache_queue q; argument
749 struct cache_queue q;
782 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
928 struct cache_queue *cq; in cache_poll()
941 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
956 struct cache_queue *cq; in cache_ioctl()
967 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1012 struct cache_queue *cq; in cache_release()
1014 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
1039 struct cache_queue *cq; in cache_dequeue()