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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcacheinfo.c114 struct cache *next_local; /* next cache of >= level */ member in struct:cache
159 WARN_ONCE(iter->next_local == cache,
191 next = next->next_local;
300 if (iter->ofnode == cache->ofnode && iter->next_local == cache)
351 dcache->next_local = icache;
390 while (smaller->next_local) {
391 if (smaller->next_local == bigger)
393 smaller = smaller->next_local;
396 smaller->next_local = bigger;
739 cache = cache->next_local;
[all...]

Completed in 101 milliseconds