Searched refs:__arc_strnlen_user (Results 1 – 2 of 2) sorted by relevance
47 return __arc_strnlen_user(src, n); in arc_strnlen_user_noinline()
694 static inline long __arc_strnlen_user(const char __user *s, long n) in __arc_strnlen_user() function731 #define __strnlen_user(s, n) __arc_strnlen_user(s, n)