Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dusercopy.c34 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() function
45 EXPORT_SYMBOL(_copy_to_user);
/linux-6.3-rc2/include/linux/
A Duaccess.h141 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() function
154 _copy_to_user(void __user *, const void *, unsigned long);
169 n = _copy_to_user(to, from, n); in copy_to_user()

Completed in 4 milliseconds