Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dseccomp.c150 struct list_head notifications; member
1116 list_add_tail(&n.list, &match->notif->notifications); in seccomp_do_user_notification()
1408 list_for_each_entry(knotif, &filter->notif->notifications, list) { in seccomp_notify_detach()
1445 list_for_each_entry(cur, &filter->notif->notifications, list) { in find_notification()
1475 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_recv()
1747 list_for_each_entry(cur, &filter->notif->notifications, list) { in seccomp_notify_poll()
1782 INIT_LIST_HEAD(&filter->notif->notifications); in init_listener()