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

/linux-master/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))
132 "can't set SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP");
/linux-master/include/uapi/linux/
H A Dseccomp.h118 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h118 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
/linux-master/kernel/
H A Dseccomp.c1129 if (match->notif->flags & SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP)
1608 if (filter->notif->flags & SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP)
1646 if (flags & ~SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP)
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4288 #ifndef SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP
4289 #define SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP (1UL << 0) macro
4315 SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP, 0), 0);

Completed in 142 milliseconds