Lines Matching refs:notification
1216 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() argument
1225 audit_mq_notify(mqdes, notification); in do_mq_notify()
1229 if (notification != NULL) { in do_mq_notify()
1230 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1231 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1232 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1234 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1235 !valid_signal(notification->sigev_signo)) { in do_mq_notify()
1238 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1247 notification->sigev_value.sival_ptr, in do_mq_notify()
1257 f = fdget(notification->sigev_signo); in do_mq_notify()
1295 if (notification == NULL) { in do_mq_notify()
1303 switch (notification->sigev_notify) { in do_mq_notify()
1315 info->notify.sigev_signo = notification->sigev_signo; in do_mq_notify()
1316 info->notify.sigev_value = notification->sigev_value; in do_mq_notify()