Lines Matching refs:notification
1162 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() argument
1171 audit_mq_notify(mqdes, notification); in do_mq_notify()
1175 if (notification != NULL) { in do_mq_notify()
1176 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1177 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1178 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1180 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1181 !valid_signal(notification->sigev_signo)) { in do_mq_notify()
1184 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1194 notification->sigev_value.sival_ptr, in do_mq_notify()
1204 f = fdget(notification->sigev_signo); in do_mq_notify()
1246 if (notification == NULL) { in do_mq_notify()
1254 switch (notification->sigev_notify) { in do_mq_notify()
1266 info->notify.sigev_signo = notification->sigev_signo; in do_mq_notify()
1267 info->notify.sigev_value = notification->sigev_value; in do_mq_notify()