Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dcache.c735 struct cache_queue { struct
740 struct cache_queue q; argument
747 struct cache_queue q;
780 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
926 struct cache_queue *cq; in cache_poll()
939 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
954 struct cache_queue *cq; in cache_ioctl()
965 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1010 struct cache_queue *cq; in cache_release()
1012 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
[all …]