Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkasan.h492 void kasan_cache_shutdown(struct kmem_cache *cache);
509 static inline void kasan_cache_shutdown(struct kmem_cache *cache) {} in kasan_cache_shutdown() function
/linux/mm/
H A Dslab_common.c521 kasan_cache_shutdown(s); in kmem_cache_destroy()