Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_resource.c121 list_del_init(&res->lru_head); in vmw_resource_release()
223 INIT_LIST_HEAD(&res->lru_head); in vmw_resource_init()
483 if (!list_empty(&res->lru_head)) in vmw_resource_unreserve()
521 list_add_tail(&res->lru_head, in vmw_resource_unreserve()
605 list_del_init(&res->lru_head); in vmw_resource_reserve()
733 lru_head)); in vmw_resource_validate()
734 list_del_init(&evict_res->lru_head); in vmw_resource_validate()
742 list_add_tail(&evict_res->lru_head, lru_list); in vmw_resource_validate()
933 lru_head)); in vmw_resource_evict_type()
934 list_del_init(&evict_res->lru_head); in vmw_resource_evict_type()
[all …]
A Dvmwgfx_drv.h186 struct list_head lru_head; member
/linux/fs/nfsd/
A Dnfscache.c34 struct list_head lru_head; member
195 INIT_LIST_HEAD(&nn->drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
219 struct list_head *head = &nn->drc_hashtbl[i].lru_head; 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()
285 if (list_empty(&b->lru_head)) in prune_cache_entries()
/linux/arch/ia64/kernel/
A 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()

Completed in 20 milliseconds