Searched refs:kasan_check_byte (Results 1 – 2 of 2) sorted by relevance
393 static __always_inline bool kasan_check_byte(const void *addr) in kasan_check_byte() function462 static inline bool kasan_check_byte(const void *address) in kasan_check_byte() function
484 if (unlikely(!s) || !kasan_check_byte(s)) in kmem_cache_destroy()1210 if (!kasan_check_byte(p)) in __do_krealloc()1328 if (unlikely(ZERO_OR_NULL_PTR(objp)) || !kasan_check_byte(objp)) in ksize()