Searched refs:lru_head (Results 1 – 4 of 4) sorted by relevance
31 struct list_head lru_head; member180 INIT_LIST_HEAD(&drc_hashtbl[i].lru_head); in nfsd_reply_cache_init()200 struct list_head *head = &drc_hashtbl[i].lru_head; in nfsd_reply_cache_shutdown()223 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end()232 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket()261 if (list_empty(&b->lru_head)) in prune_cache_entries()348 struct list_head *rh = &b->lru_head; in nfsd_cache_search()
127 list_del_init(&res->lru_head); in vmw_resource_release()225 INIT_LIST_HEAD(&res->lru_head); in vmw_resource_init()1181 if (!list_empty(&res->lru_head)) in vmw_resource_unreserve()1206 list_add_tail(&res->lru_head, in vmw_resource_unreserve()1285 list_del_init(&res->lru_head); in vmw_resource_reserve()1403 lru_head)); in vmw_resource_validate()1404 list_del_init(&evict_res->lru_head); in vmw_resource_validate()1411 list_add_tail(&evict_res->lru_head, lru_list); in vmw_resource_validate()1649 lru_head)); in vmw_resource_evict_type()1650 list_del_init(&evict_res->lru_head); in vmw_resource_evict_type()[all …]
123 struct list_head lru_head; /* Protected by the resource lock */ member
97 unsigned short lru_head; /* index of lead-recently used script */ member1278 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()