Home
last modified time | relevance | path

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

/include/linux/
Duaccess.h126 _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() function
137 _copy_to_user(void __user *, const void *, unsigned long);
152 n = _copy_to_user(to, from, n); in copy_to_user()