Searched refs:notification (Results 1 - 1 of 1) sorted by last modified time

/ipc/
H A Dmqueue.c481 * to read only queue size & notification info (the only values
633 /* notification
666 /* after notification unregisters process */
1179 * and he isn't currently owner of notification, will be silently discarded.
1189 struct sigevent notification; local
1194 if (copy_from_user(&notification, u_notification,
1199 audit_mq_notify(mqdes, u_notification ? &notification : NULL);
1204 if (unlikely(notification.sigev_notify != SIGEV_NONE &&
1205 notification.sigev_notify != SIGEV_SIGNAL &&
1206 notification
[all...]

Completed in 5 milliseconds