Home
last modified time | relevance | path

Searched refs:_copy_to_user (Results 1 – 2 of 2) sorted by relevance

/linux/lib/
H A Dusercopy.c24 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() function
28 EXPORT_SYMBOL(_copy_to_user);
/linux/include/linux/
H A Duaccess.h202 _copy_to_user(void __user *, const void *, unsigned long);
225 return _copy_to_user(to, from, n); in copy_to_user()