Searched refs:kasan_check_byte (Results 1 – 4 of 4) sorted by relevance
396 static __always_inline bool kasan_check_byte(const void *addr) in kasan_check_byte() function465 static inline bool kasan_check_byte(const void *address) in kasan_check_byte() function
488 if (unlikely(!s) || !kasan_check_byte(s)) in kmem_cache_destroy()1248 if (unlikely(ZERO_OR_NULL_PTR(objp)) || !kasan_check_byte(objp)) in ksize()
4857 if (!kasan_check_byte(p)) in __do_krealloc()
5840 kasan_check_byte(lock); in lock_acquire()