Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dcacheinfo.c124 struct cache *next_local; /* next cache of >= level */ member
172 WARN_ONCE(iter->next_local == cache, in release_cache_debugcheck()
204 next = next->next_local; in cache_cpu_set()
316 iter->next_local == cache) in cache_find_first_sibling()
383 dcache->next_local = icache; in cache_do_one_devnode_split()
424 while (smaller->next_local) { in link_cache_lists()
425 if (smaller->next_local == bigger) in link_cache_lists()
427 smaller = smaller->next_local; in link_cache_lists()
430 smaller->next_local = bigger; in link_cache_lists()
825 cache = cache->next_local; in cacheinfo_sysfs_populate()
[all …]