Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/
H A Dcache.c806 struct cache_queue { struct
811 struct cache_queue q; argument
818 struct cache_queue q;
851 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
979 struct cache_queue *cq; in cache_poll()
992 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
1007 struct cache_queue *cq; in cache_ioctl()
1018 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1065 struct cache_queue *cq; in cache_release()
1067 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
[all …]