next_local 122 arch/powerpc/kernel/cacheinfo.c struct cache *next_local; /* next cache of >= level */ next_local 168 arch/powerpc/kernel/cacheinfo.c WARN_ONCE(iter->next_local == cache, next_local 200 arch/powerpc/kernel/cacheinfo.c next = next->next_local; next_local 310 arch/powerpc/kernel/cacheinfo.c if (iter->ofnode == cache->ofnode && iter->next_local == cache) next_local 374 arch/powerpc/kernel/cacheinfo.c dcache->next_local = icache; next_local 414 arch/powerpc/kernel/cacheinfo.c while (smaller->next_local) { next_local 415 arch/powerpc/kernel/cacheinfo.c if (smaller->next_local == bigger) next_local 417 arch/powerpc/kernel/cacheinfo.c smaller = smaller->next_local; next_local 420 arch/powerpc/kernel/cacheinfo.c smaller->next_local = bigger; next_local 789 arch/powerpc/kernel/cacheinfo.c cache = cache->next_local; next_local 855 arch/powerpc/kernel/cacheinfo.c struct cache *next = cache->next_local;