Searched refs:kasan_check_byte (Results 1 – 2 of 2) sorted by relevance
298 static __always_inline bool kasan_check_byte(const void *addr) in kasan_check_byte() function360 static inline bool kasan_check_byte(const void *address) in kasan_check_byte() function
1188 if (!kasan_check_byte(p)) in __do_krealloc()1297 if (unlikely(ZERO_OR_NULL_PTR(objp)) || !kasan_check_byte(objp)) in ksize()
Completed in 6 milliseconds