Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Dcache.c783 struct cache_queue { struct
788 struct cache_queue q; argument
795 struct cache_queue q;
828 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
974 struct cache_queue *cq; in cache_poll()
987 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
1002 struct cache_queue *cq; in cache_ioctl()
1013 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1060 struct cache_queue *cq; in cache_release()
1062 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
[all …]