Searched refs:timer_event_spec (Results 1 – 1 of 1) sorted by relevance
578 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3() argument581 if (timer_event_spec) { in SYSCALL_DEFINE3()584 if (copy_from_user(&event, timer_event_spec, sizeof (event))) in SYSCALL_DEFINE3()593 struct compat_sigevent __user *, timer_event_spec, in COMPAT_SYSCALL_DEFINE3() argument596 if (timer_event_spec) { in COMPAT_SYSCALL_DEFINE3()599 if (get_compat_sigevent(&event, timer_event_spec)) in COMPAT_SYSCALL_DEFINE3()