Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c122 list_del_init(&res->lru_head); in vmw_resource_release()
224 INIT_LIST_HEAD(&res->lru_head); in vmw_resource_init()
452 if (!list_empty(&res->lru_head)) in vmw_resource_unreserve()
490 list_add_tail(&res->lru_head, in vmw_resource_unreserve()
577 list_del_init(&res->lru_head); in vmw_resource_reserve()
705 lru_head)); in vmw_resource_validate()
706 list_del_init(&evict_res->lru_head); in vmw_resource_validate()
714 list_add_tail(&evict_res->lru_head, lru_list); in vmw_resource_validate()
902 lru_head)); in vmw_resource_evict_type()
903 list_del_init(&evict_res->lru_head); in vmw_resource_evict_type()
[all …]
Dvmwgfx_drv.h186 struct list_head lru_head; member
/linux-6.6.21/fs/nfsd/
Dnfscache.c34 struct list_head lru_head; member
225 INIT_LIST_HEAD(&nn->drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
245 struct list_head *head = &nn->drc_hashtbl[i].lru_head; in nfsd_reply_cache_shutdown()
267 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
293 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in nfsd_prune_bucket_locked()
355 if (list_empty(&b->lru_head)) in nfsd_reply_cache_scan()
/linux-6.6.21/arch/ia64/kernel/
Dunwind.c98 unsigned short lru_head; /* index of lead-recently used script */ member
1279 head = unw.lru_head; in script_new()
1281 unw.lru_head = script->lru_chain; in script_new()
2276 unw.lru_head = UNW_CACHE_SIZE - 1; in unw_init()