Lines Matching defs:n
144 __generic_copy_from_user(void *to, const void *from, unsigned long n) in __generic_copy_from_user()
199 __generic_copy_to_user(void *to, const void *from, unsigned long n) in __generic_copy_to_user()
247 #define __copy_from_user_big(to, from, n, fixup, copy) \ argument
274 __constant_copy_from_user(void *to, const void *from, unsigned long n) in __constant_copy_from_user()
499 #define __copy_to_user_big(to, from, n, fixup, copy) \ argument
527 __constant_copy_to_user(void *to, const void *from, unsigned long n) in __constant_copy_to_user()
755 #define copy_from_user(to, from, n) \ argument
760 #define copy_to_user(to, from, n) \ argument
765 #define __copy_from_user(to, from, n) copy_from_user(to, from, n) argument
766 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) argument
806 static inline long strnlen_user(const char *src, long n) in strnlen_user()
849 clear_user(void *to, unsigned long n) in clear_user()