Symbol: SECCOMP_FILTER_FLAG_TSYNC
arch/um/kernel/skas/stub_exe.c
201
SECCOMP_FILTER_FLAG_TSYNC,
arch/um/os-Linux/start_up.c
284
SECCOMP_FILTER_FLAG_TSYNC, &prog) != 0)
include/linux/seccomp.h
8
#define SECCOMP_FILTER_FLAG_MASK (SECCOMP_FILTER_FLAG_TSYNC | \
kernel/seccomp.c
1976
if ((flags & SECCOMP_FILTER_FLAG_TSYNC) &&
kernel/seccomp.c
2013
if (flags & SECCOMP_FILTER_FLAG_TSYNC &&
kernel/seccomp.c
2036
if (flags & SECCOMP_FILTER_FLAG_TSYNC)
kernel/seccomp.c
937
if (flags & SECCOMP_FILTER_FLAG_TSYNC) {
kernel/seccomp.c
967
if (flags & SECCOMP_FILTER_FLAG_TSYNC)
tools/perf/trace/beauty/seccomp.c
29
#ifndef SECCOMP_FILTER_FLAG_TSYNC
tools/testing/selftests/seccomp/seccomp_bpf.c
189
#ifndef SECCOMP_FILTER_FLAG_TSYNC
tools/testing/selftests/seccomp/seccomp_bpf.c
2418
unsigned int flags[] = { SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
2424
SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
2516
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
2751
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
2812
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
2860
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
2905
flags = SECCOMP_FILTER_FLAG_TSYNC | \
tools/testing/selftests/seccomp/seccomp_bpf.c
2962
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
2991
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
3014
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC,
tools/testing/selftests/seccomp/seccomp_bpf.c
3497
SECCOMP_FILTER_FLAG_TSYNC;
tools/testing/selftests/seccomp/seccomp_bpf.c
4983
ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_TSYNC, &allow_prog);