Lines Matching defs:notification
62 /* The struct pid of the task whose filter triggered the notification */
70 * notification is active, since it comes from __seccomp_filter which
78 * handler reads the notification off of an FD, it transitions to SENT.
136 * struct notification - container for seccomp userspace notifications. Since
137 * most seccomp filters will not have notification listeners attached and this
138 * structure is fairly large, we store the notification-specific stuff in a
141 * @requests: A semaphore that users of this notification can wait on for
149 struct notification {
207 * notification is received by the userspace listener.
210 * @notif: the struct that holds all notification related information
211 * @notify_lock: A lock for all notification-related accesses.
232 struct notification *notif;
1129 * Remove the notification, and reset the list pointers, indicating
1152 * Mark the notification as completed. From this point, addfd mem
1240 * notification actually exists.
1312 * notification may silently skip tracer notification,
1579 * If we didn't find a notification, it could be that the task was
1603 * notification alive, let's reset it back to INIT. It
1760 * notification has been picked up by a userspace handler, or after
1761 * the notification has been replied to.