sigev_notify      321 include/linux/compat.h 	compat_int_t sigev_notify;
sigev_notify      323 include/uapi/asm-generic/siginfo.h 	int sigev_notify;
sigev_notify      573 ipc/mqueue.c   			info->notify_owner ? info->notify.sigev_notify : 0,
sigev_notify      575 ipc/mqueue.c   			 info->notify.sigev_notify == SIGEV_SIGNAL) ?
sigev_notify      713 ipc/mqueue.c   		switch (info->notify.sigev_notify) {
sigev_notify      778 ipc/mqueue.c   	    info->notify.sigev_notify == SIGEV_THREAD) {
sigev_notify     1247 ipc/mqueue.c   		if (unlikely(notification->sigev_notify != SIGEV_NONE &&
sigev_notify     1248 ipc/mqueue.c   			     notification->sigev_notify != SIGEV_SIGNAL &&
sigev_notify     1249 ipc/mqueue.c   			     notification->sigev_notify != SIGEV_THREAD))
sigev_notify     1251 ipc/mqueue.c   		if (notification->sigev_notify == SIGEV_SIGNAL &&
sigev_notify     1255 ipc/mqueue.c   		if (notification->sigev_notify == SIGEV_THREAD) {
sigev_notify     1320 ipc/mqueue.c   		switch (notification->sigev_notify) {
sigev_notify     1322 ipc/mqueue.c   			info->notify.sigev_notify = SIGEV_NONE;
sigev_notify     1329 ipc/mqueue.c   			info->notify.sigev_notify = SIGEV_THREAD;
sigev_notify     1334 ipc/mqueue.c   			info->notify.sigev_notify = SIGEV_SIGNAL;
sigev_notify     1498 ipc/mqueue.c   		if (n.sigev_notify == SIGEV_THREAD)
sigev_notify      275 kernel/compat.c 		__get_user(event->sigev_notify, &u_event->sigev_notify) ||
sigev_notify      410 kernel/time/posix-timers.c 	switch (event->sigev_notify) {
sigev_notify      510 kernel/time/posix-timers.c 		new_timer->it_sigev_notify     = event->sigev_notify;
sigev_notify       13 tools/build/feature/test-libaio.c 	aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/;
sigev_notify      156 tools/perf/builtin-record.c 	cblock->aio_sigevent.sigev_notify = SIGEV_NONE;
sigev_notify      135 tools/testing/selftests/timers/alarmtimer-suspend.c 	se.sigev_notify = SIGEV_SIGNAL;
sigev_notify      293 tools/testing/selftests/timers/leap-a-day.c 		se.sigev_notify = SIGEV_SIGNAL;
sigev_notify      131 tools/testing/selftests/timers/set-timer-lat.c 	se.sigev_notify = SIGEV_SIGNAL;