Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcompat.c179 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent() function
/linux/include/linux/
H A Dcompat.h437 int get_compat_sigevent(struct sigevent *event,
/linux/kernel/time/
H A Dposix-timers.c552 if (get_compat_sigevent(&event, timer_event_spec)) in COMPAT_SYSCALL_DEFINE3()
/linux/ipc/
H A Dmqueue.c1580 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()