Lines Matching refs:match
395 struct seccomp_filter **match) in seccomp_run_filters() argument
418 *match = f; in seccomp_run_filters()
1078 struct seccomp_filter *match, in seccomp_do_user_notification() argument
1087 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()
1089 if (!match->notif) in seccomp_do_user_notification()
1095 n.id = seccomp_next_notify_id(match); in seccomp_do_user_notification()
1097 list_add(&n.list, &match->notif->notifications); in seccomp_do_user_notification()
1100 up(&match->notif->request); in seccomp_do_user_notification()
1101 wake_up_poll(&match->wqh, EPOLLIN | EPOLLRDNORM); in seccomp_do_user_notification()
1107 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()
1109 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()
1144 if (match->notif) in seccomp_do_user_notification()
1147 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()
1162 struct seccomp_filter *match = NULL; in __seccomp_filter() local
1177 filter_ret = seccomp_run_filters(sd, &match); in __seccomp_filter()
1241 if (seccomp_do_user_notification(this_syscall, match, sd)) in __seccomp_filter()
1283 seccomp_log(this_syscall, 0, action, match ? match->log : false); in __seccomp_filter()