Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c124 list_del_init(&res->lru_head); in vmw_resource_release()
226 INIT_LIST_HEAD(&res->lru_head); in vmw_resource_init()
461 if (!list_empty(&res->lru_head)) in vmw_resource_unreserve()
499 list_add_tail(&res->lru_head, in vmw_resource_unreserve()
586 list_del_init(&res->lru_head); in vmw_resource_reserve()
714 lru_head)); in vmw_resource_validate()
715 list_del_init(&evict_res->lru_head); in vmw_resource_validate()
723 list_add_tail(&evict_res->lru_head, lru_list); in vmw_resource_validate()
911 lru_head)); in vmw_resource_evict_type()
912 list_del_init(&evict_res->lru_head); in vmw_resource_evict_type()
[all …]
H A Dvmwgfx_drv.h170 struct list_head lru_head; member
/linux/fs/nfsd/
H A Dnfscache.c34 struct list_head lru_head; member
206 INIT_LIST_HEAD(&nn->drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
226 struct list_head *head = &nn->drc_hashtbl[i].lru_head; in nfsd_reply_cache_shutdown()
248 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
274 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in nfsd_prune_bucket_locked()
334 if (list_empty(&b->lru_head)) in nfsd_reply_cache_scan()