Searched refs:c_lru (Results 1 – 2 of 2) sorted by relevance
104 INIT_LIST_HEAD(&rp->c_lru); in nfsd_reply_cache_alloc()129 list_del(&rp->c_lru); in nfsd_reply_cache_free_locked()221 rp = list_first_entry(head, struct svc_cacherep, c_lru); in nfsd_reply_cache_shutdown()241 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()250 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()
35 struct list_head c_lru; member
Completed in 4 milliseconds