Home
last modified time | relevance | path

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

/net/sunrpc/
Dcache.c737 struct cache_queue { struct
742 struct cache_queue q; argument
749 struct cache_queue q;
782 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
928 struct cache_queue *cq; in cache_poll()
941 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
956 struct cache_queue *cq; in cache_ioctl()
967 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1012 struct cache_queue *cq; in cache_release()
1014 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
[all …]