Home
last modified time | relevance | path

Searched refs:cache_queue (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/sunrpc/
Dcache.c747 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()
[all …]