Searched refs:kasan_check_byte (Results 1 – 2 of 2) sorted by relevance
225 static __always_inline bool kasan_check_byte(const void *addr) in kasan_check_byte() function277 static inline bool kasan_check_byte(const void *address) in kasan_check_byte() function
485 if (unlikely(!s) || !kasan_check_byte(s)) in kmem_cache_destroy()1352 if (!kasan_check_byte(p)) in __do_krealloc()1447 if (unlikely(ZERO_OR_NULL_PTR(objp)) || !kasan_check_byte(objp)) in ksize()
Completed in 6 milliseconds