Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c78 list_del_init(&res->lru_head); in vmw_resource_release()
176 INIT_LIST_HEAD(&res->lru_head); in vmw_resource_init()
401 if (!list_empty(&res->lru_head)) in vmw_resource_unreserve()
426 list_add_tail(&res->lru_head, in vmw_resource_unreserve()
508 list_del_init(&res->lru_head); in vmw_resource_reserve()
630 lru_head)); in vmw_resource_validate()
631 list_del_init(&evict_res->lru_head); in vmw_resource_validate()
639 list_add_tail(&evict_res->lru_head, lru_list); in vmw_resource_validate()
829 lru_head)); in vmw_resource_evict_type()
830 list_del_init(&evict_res->lru_head); in vmw_resource_evict_type()
[all …]
Dvmwgfx_drv.h127 struct list_head lru_head; /* Protected by the resource lock */ member
/Linux-v4.19/fs/nfsd/
Dnfscache.c33 struct list_head lru_head; member
187 INIT_LIST_HEAD(&drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
207 struct list_head *head = &drc_hashtbl[i].lru_head; 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()
268 if (list_empty(&b->lru_head)) in prune_cache_entries()
355 struct list_head *rh = &b->lru_head; in nfsd_cache_search()
/Linux-v4.19/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()