Searched refs:__cache_was_expanded (Results 1 – 2 of 2) sorted by relevance
224 static inline bool __cache_was_expanded(struct cache *cache, uintptr_t addr) in __cache_was_expanded() function236 return __cache_was_expanded(cache, (uintptr_t)addr); in cache_was_expanded()
318 if (recursive && !__cache_was_expanded(&expansion_cache, cache->addr)) { in type_expand_child()