Home
last modified time | relevance | path

Searched refs:SIGEV_NONE (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/linux-6.15/include/uapi/asm-generic/
H A Dsiginfo.h320 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/linux-6.15/kernel/time/
H A Dposix-timers.c65 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
424 case SIGEV_NONE: in good_sigevent()
698 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
920 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
H A Dposix-cpu-timers.c625 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in posix_cpu_timer_set()
743 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in __posix_cpu_timer_get()
/linux-6.15/ipc/
H A Dmqueue.c793 case SIGEV_NONE: in __do_notify()
1304 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1371 case SIGEV_NONE: in do_mq_notify()
1372 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/linux-6.15/tools/testing/selftests/timers/
H A Dposix_timers.c464 sev.sigev_notify = SIGEV_NONE; in check_sigev_none()
/linux-6.15/fs/proc/
H A Dbase.c2536 [SIGEV_NONE] = "none", in show_timer()
/linux-6.15/tools/perf/
H A Dbuiltin-record.c297 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()