Home
last modified time | relevance | path

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

/kernel/
Dsignal.c3664 static int copy_siginfo_from_user_any(kernel_siginfo_t *kinfo, siginfo_t *info) in copy_siginfo_from_user_any() function
3736 ret = copy_siginfo_from_user_any(&kinfo, info); in SYSCALL_DEFINE4()