Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/timens/
A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/linux-6.3-rc2/include/uapi/asm-generic/
A Dsiginfo.h324 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/linux-6.3-rc2/kernel/time/
A Dposix-timers.c64 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
448 case SIGEV_NONE: in good_sigevent()
676 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
891 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
A Dposix-cpu-timers.c587 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/linux-6.3-rc2/ipc/
A Dmqueue.c792 case SIGEV_NONE: in __do_notify()
1331 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1405 case SIGEV_NONE: in do_mq_notify()
1406 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/linux-6.3-rc2/fs/proc/
A Dbase.c2495 [SIGEV_NONE] = "none", in show_timer()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c287 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()

Completed in 30 milliseconds