Home
last modified time | relevance | path

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

/kernel/
Dposix-timers.c431 ((event->sigev_signo <= 0) || (event->sigev_signo > SIGRTMAX))) in good_sigevent()
547 event.sigev_signo = SIGALRM; in SYSCALL_DEFINE3()
553 new_timer->sigq->info.si_signo = event.sigev_signo; in SYSCALL_DEFINE3()
Dauditsc.c225 int sigev_signo; member
1291 context->mq_notify.sigev_signo); in show_special()
2208 context->mq_notify.sigev_signo = notification->sigev_signo; in __audit_mq_notify()
2210 context->mq_notify.sigev_signo = 0; in __audit_mq_notify()
Dcompat.c719 __get_user(event->sigev_signo, &u_event->sigev_signo) || in get_compat_sigevent()