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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfscache.c26 static struct list_head lru_head; variable in typeref:struct:list_head
53 INIT_LIST_HEAD(&lru_head);
59 list_add(&rp->c_lru, &lru_head);
82 while (!list_empty(&lru_head)) {
83 rp = list_entry(lru_head.next, struct svc_cacherep, c_lru);
102 list_move_tail(&rp->c_lru, &lru_head);
158 list_for_each_entry(rp, &lru_head, c_lru) {
170 if (&rp->c_lru == &lru_head) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind.c98 unsigned short lru_head; /* index of lead-recently used script */ member in struct:__anon9525
1282 head = unw.lru_head;
1284 unw.lru_head = script->lru_chain;
2262 unw.lru_head = UNW_CACHE_SIZE - 1;

Completed in 100 milliseconds