Home
last modified time | relevance | path

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

/openbmc/linux/mm/kasan/
H A Dcommon.c327 if (kasan_stack_collection_enabled() && !is_kmalloc_cache(cache)) in __kasan_slab_alloc()
373 if (kasan_stack_collection_enabled() && is_kmalloc_cache(cache)) in ____kasan_kmalloc()
/openbmc/linux/mm/
H A Dslab.h318 static inline bool is_kmalloc_cache(struct kmem_cache *s) in is_kmalloc_cache() function