Searched refs:lru_head (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfscache.c35 static struct list_head lru_head; variable in typeref:struct:list_head
53 INIT_LIST_HEAD(&lru_head);
58 list_add(&rp->c_lru, &lru_head);
85 while (!list_empty(&lru_head)) {
86 rp = list_entry(lru_head.next, struct svc_cacherep, c_lru);
105 list_move_tail(&rp->c_lru, &lru_head);
161 list_for_each_entry(rp, &lru_head, c_lru) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c98 unsigned short lru_head; /* index of lead-recently used script */ member in struct:__anon3552
1282 head = unw.lru_head;
1284 unw.lru_head = script->lru_chain;
2262 unw.lru_head = UNW_CACHE_SIZE - 1;

Completed in 149 milliseconds