Home
last modified time | relevance | path

Searched refs:SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/bench/
H A Dsched-seccomp-notify.c91 #ifndef SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP
92 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
130 SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP, 0)) in bench_sched_seccomp_notify()
132 "can't set SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP"); in bench_sched_seccomp_notify()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseccomp.h118 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dseccomp.h118 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c1129 if (match->notif->flags & SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP) in seccomp_do_user_notification()
1608 if (filter->notif->flags & SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP) in seccomp_notify_send()
1646 if (flags & ~SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP) in seccomp_notify_set_flags()
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4268 #ifndef SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP
4269 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
4295 SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP, 0), 0); in TEST()

Completed in 9 milliseconds