Searched refs:kasan_check_byte (Results 1 – 2 of 2) sorted by relevance
240 static __always_inline bool kasan_check_byte(const void *addr) in kasan_check_byte() function290 static inline bool kasan_check_byte(const void *address) in kasan_check_byte() function
480 if (unlikely(!s) || !kasan_check_byte(s)) in kmem_cache_destroy()1336 if (!kasan_check_byte(p)) in __do_krealloc()1431 if (unlikely(ZERO_OR_NULL_PTR(objp)) || !kasan_check_byte(objp)) in ksize()