Searched refs:c_lru (Results 1 – 2 of 2) sorted by relevance
132 INIT_LIST_HEAD(&rp->c_lru); in nfsd_reply_cache_alloc()144 list_del(&rp->c_lru); in nfsd_reply_cache_free_locked()209 rp = list_first_entry(head, struct svc_cacherep, c_lru); in nfsd_reply_cache_shutdown()230 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()239 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()358 list_for_each_entry(rp, rh, c_lru) { in nfsd_cache_search()
22 struct list_head c_lru; member