Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dcache.c807 struct cache_queue { struct
812 struct cache_queue q; argument
819 struct cache_queue q;
852 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
980 struct cache_queue *cq; in cache_poll()
993 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
1008 struct cache_queue *cq; in cache_ioctl()
1019 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1066 struct cache_queue *cq; in cache_release()
1068 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
[all …]