Searched defs:strlen_user (Results 1 – 15 of 15) sorted by relevance
136 long strlen_user(const char __user *str) in strlen_user() function
321 #define strlen_user(s) strnlen_user(s, ~0UL >> 1) macro
166 #define strlen_user(str) strnlen_user(str, 32767) macro
321 static inline long strlen_user(const char __user *src) in strlen_user() function
223 #define strlen_user(str) lstrnlen_user(str, 0x7fffffffL) macro
198 #define strlen_user(str) strnlen_user(str, 32767) macro
231 static inline long __must_check strlen_user(const char __user *src) in strlen_user() function
366 #define strlen_user(str) strnlen_user(str, ~0UL) macro
315 #define strlen_user(str) strnlen_user(str, 32767) macro
407 static inline long strlen_user(const char __user *src) in strlen_user() function
491 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
700 #define strlen_user(str) strnlen_user(str, ~0UL >> 1) macro
424 #define strlen_user(str) strnlen_user((str), 0x7ffffffe) macro
319 #define strlen_user(str) \ macro
1389 static inline long strlen_user(const char __user *s) in strlen_user() function