Home
last modified time | relevance | path

Searched refs:check_object_size (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dthread_info.h128 static __always_inline void check_object_size(const void *ptr, unsigned long n, in check_object_size() function
135 static inline void check_object_size(const void *ptr, unsigned long n, in check_object_size() function
165 check_object_size(addr, bytes, is_source); in check_copy_size()
H A Duaccess.h102 check_object_size(to, n, false); in __copy_from_user_inatomic()
113 check_object_size(to, n, false); in __copy_from_user()
136 check_object_size(from, n, true); in __copy_to_user_inatomic()
147 check_object_size(from, n, true); in __copy_to_user()
/OK3568_Linux_fs/kernel/lib/
H A Dstrncpy_from_user.c137 check_object_size(dst, count, false); in strncpy_from_user()