Home
last modified time | relevance | path

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

/linux/mm/kasan/
A Dcommon.c318 if (kasan_stack_collection_enabled() && !is_kmalloc_cache(cache)) in unpoison_slab_object()
376 if (kasan_stack_collection_enabled() && is_kmalloc_cache(cache)) in poison_kmalloc_redzone()
550 if (is_kmalloc_cache(slab->slab_cache)) in __kasan_mempool_unpoison_object()
/linux/mm/
A Dslab.h443 static inline bool is_kmalloc_cache(struct kmem_cache *s) in is_kmalloc_cache() function
450 if (!is_kmalloc_cache(s)) in is_kmalloc_normal()

Completed in 8 milliseconds