Home
last modified time | relevance | path

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

/linux-6.15/scripts/gendwarfksyms/
H A Dgendwarfksyms.h224 static inline bool __cache_was_expanded(struct cache *cache, uintptr_t addr) in __cache_was_expanded() function
236 return __cache_was_expanded(cache, (uintptr_t)addr); in cache_was_expanded()
H A Dtypes.c318 if (recursive && !__cache_was_expanded(&expansion_cache, cache->addr)) { in type_expand_child()