Lines Matching refs:next_local
123 struct cache *next_local; /* next cache of >= level */ member
169 WARN_ONCE(iter->next_local == cache, in release_cache_debugcheck()
201 next = next->next_local; in cache_cpu_set()
311 if (iter->ofnode == cache->ofnode && iter->next_local == cache) in cache_find_first_sibling()
377 dcache->next_local = icache; in cache_do_one_devnode_split()
417 while (smaller->next_local) { in link_cache_lists()
418 if (smaller->next_local == bigger) in link_cache_lists()
420 smaller = smaller->next_local; in link_cache_lists()
423 smaller->next_local = bigger; in link_cache_lists()
765 cache = cache->next_local; in cacheinfo_sysfs_populate()
831 struct cache *next = cache->next_local; in cache_cpu_clear()