Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/bench/
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()
/linux-6.12.1/tools/include/uapi/linux/
Dseccomp.h118 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
/linux-6.12.1/include/uapi/linux/
Dseccomp.h118 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
/linux-6.12.1/kernel/
Dseccomp.c1142 if (match->notif->flags & SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP) in seccomp_do_user_notification()
1626 if (filter->notif->flags & SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP) in seccomp_notify_send()
1664 if (flags & ~SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP) in seccomp_notify_set_flags()
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c4344 #ifndef SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP
4345 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
4371 SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP, 0), 0); in TEST()