Lines Matching defs:notification
631 * to read only queue size & notification info (the only values
785 /* notification
835 /* after notification unregisters process */
1287 * and he isn't currently owner of notification, will be silently discarded.
1290 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification)
1298 audit_mq_notify(mqdes, notification);
1302 if (notification != NULL) {
1303 if (unlikely(notification->sigev_notify != SIGEV_NONE &&
1304 notification->sigev_notify != SIGEV_SIGNAL &&
1305 notification->sigev_notify != SIGEV_THREAD))
1307 if (notification->sigev_notify == SIGEV_SIGNAL &&
1308 !valid_signal(notification->sigev_signo)) {
1311 if (notification->sigev_notify == SIGEV_THREAD) {
1320 notification->sigev_value.sival_ptr,
1330 sock = netlink_getsockbyfd(notification->sigev_signo);
1360 if (notification == NULL) {
1369 switch (notification->sigev_notify) {
1381 info->notify.sigev_signo = notification->sigev_signo;
1382 info->notify.sigev_value = notification->sigev_value;