Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dnfscache.c31 struct list_head lru_head; member
188 INIT_LIST_HEAD(&drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()
209 struct list_head *head = &drc_hashtbl[i].lru_head; in nfsd_reply_cache_shutdown()
234 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()
244 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()
274 if (list_empty(&b->lru_head)) in prune_cache_entries()
278 if (!list_empty(&b->lru_head)) in prune_cache_entries()
376 struct list_head *rh = &b->lru_head; in nfsd_cache_search()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c125 list_del_init(&res->lru_head); in vmw_resource_release()
226 INIT_LIST_HEAD(&res->lru_head); in vmw_resource_init()
1181 if (!list_empty(&res->lru_head)) in vmw_resource_unreserve()
1203 list_add_tail(&res->lru_head, in vmw_resource_unreserve()
1281 list_del_init(&res->lru_head); in vmw_resource_reserve()
1395 lru_head)); in vmw_resource_validate()
1396 list_del_init(&evict_res->lru_head); in vmw_resource_validate()
1403 list_add_tail(&evict_res->lru_head, lru_list); in vmw_resource_validate()
1546 lru_head)); in vmw_resource_evict_type()
1547 list_del_init(&evict_res->lru_head); in vmw_resource_evict_type()
[all …]
Dvmwgfx_drv.h117 struct list_head lru_head; /* Protected by the resource lock */ member
/linux-4.1.27/arch/ia64/kernel/
Dunwind.c97 unsigned short lru_head; /* index of lead-recently used script */ member
1278 head = unw.lru_head; in script_new()
1280 unw.lru_head = script->lru_chain; in script_new()
2275 unw.lru_head = UNW_CACHE_SIZE - 1; in unw_init()