Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dcache.c728 struct cache_queue { struct
733 struct cache_queue q; argument
740 struct cache_queue q;
773 list_entry(rp->q.list.next, struct cache_queue, list) in cache_read()
919 struct cache_queue *cq; in cache_poll()
932 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_poll()
947 struct cache_queue *cq; in cache_ioctl()
958 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_ioctl()
1003 struct cache_queue *cq; in cache_release()
1005 cq = list_entry(cq->list.next, struct cache_queue, list)) in cache_release()
[all …]