OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__copy_to_user
(Results
26 - 26
of
26
) sorted by null
1
2
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
uaccess.h
79
#define
__copy_to_user
(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; })
macro
Completed in 130 milliseconds
1
2