Lines Matching defs:notifications
136 * struct notification - container for seccomp userspace notifications. Since
146 * @notifications: A list of struct seccomp_knotif elements.
153 struct list_head notifications;
1184 list_add_tail(&n.list, &match->notif->notifications);
1318 * notifications.
1468 list_for_each_entry(knotif, &filter->notif->notifications, list) {
1505 list_for_each_entry(cur, &filter->notif->notifications, list) {
1571 list_for_each_entry(cur, &filter->notif->notifications, list) {
1865 list_for_each_entry(cur, &filter->notif->notifications, list) {
1899 INIT_LIST_HEAD(&filter->notif->notifications);