Home
last modified time | relevance | path

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

/kernel/time/
Dposix-timers.c510 ((event->sigev_signo <= 0) || (event->sigev_signo > SIGRTMAX))) in good_sigevent()
641 event.sigev_signo = SIGALRM; in SYSCALL_DEFINE3()
647 new_timer->sigq->info.si_signo = event.sigev_signo; in SYSCALL_DEFINE3()
/kernel/
Daudit.h184 int sigev_signo; member
Dauditsc.c1262 context->mq_notify.sigev_signo); in show_special()
2186 context->mq_notify.sigev_signo = notification->sigev_signo; in __audit_mq_notify()
2188 context->mq_notify.sigev_signo = 0; in __audit_mq_notify()
Dcompat.c883 __get_user(event->sigev_signo, &u_event->sigev_signo) || in get_compat_sigevent()