Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcompat.c180 const struct compat_sigevent __user *u_event) in get_compat_sigevent() argument
183 return (!access_ok(u_event, sizeof(*u_event)) || in get_compat_sigevent()
185 &u_event->sigev_value.sival_int) || in get_compat_sigevent()
186 __get_user(event->sigev_signo, &u_event->sigev_signo) || in get_compat_sigevent()
187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
189 &u_event->sigev_notify_thread_id)) in get_compat_sigevent()
/linux/include/linux/
H A Dcompat.h438 const struct compat_sigevent __user *u_event);