Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dkasan.h227 static __always_inline bool kasan_check_byte(const void *addr) in kasan_check_byte() function
279 static inline bool kasan_check_byte(const void *address) in kasan_check_byte() function
/Linux-v6.6/mm/
Dslab_common.c485 if (unlikely(!s) || !kasan_check_byte(s)) in kmem_cache_destroy()
1402 if (!kasan_check_byte(p)) in __do_krealloc()
1497 if (unlikely(ZERO_OR_NULL_PTR(objp)) || !kasan_check_byte(objp)) in ksize()