Home
last modified time | relevance | path

Searched refs:lru_tail (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/nfsd/ !
Dnfscache.c39 static struct svc_cacherep * lru_tail; variable
86 lru_tail = nfscache + CACHESIZE - 1; in nfsd_cache_init()
88 lru_tail->c_lru_next = NULL; in nfsd_cache_init()
132 lru_tail = prev; in lru_put_front()
197 for (rp = lru_tail; rp; rp = rp->c_lru_prev) { in nfsd_cache_lookup()
/linux-2.4.37.9/arch/ia64/kernel/ !
Dunwind.c100 unsigned short lru_tail; /* index of most-recently used script */ member
1279 unw.cache[unw.lru_tail].lru_chain = head; in script_new()
1280 unw.lru_tail = head; in script_new()
2229 unw.lru_tail = 0; in unw_init()