Home
last modified time | relevance | path

Searched refs:__test_metadata (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/testing/selftests/
Dkselftest_harness.h170 static void test_name(struct __test_metadata *_metadata); \
171 static struct __test_metadata _##test_name##_object = \
180 struct __test_metadata __attribute__((unused)) *_metadata)
243 struct __test_metadata __attribute__((unused)) *_metadata, \
263 struct __test_metadata __attribute__((unused)) *_metadata, \
295 struct __test_metadata *_metadata, \
298 struct __test_metadata *_metadata) \
310 static struct __test_metadata \
323 struct __test_metadata __attribute__((unused)) *_metadata, \
635 struct __test_metadata { struct
[all …]
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c684 void kill_thread_or_group(struct __test_metadata *_metadata, bool kill_process) in kill_thread_or_group()
1368 typedef void tracer_func_t(struct __test_metadata *_metadata,
1371 void start_tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, in start_tracer()
1433 pid_t setup_trace_fixture(struct __test_metadata *_metadata, in setup_trace_fixture()
1461 void teardown_trace_fixture(struct __test_metadata *_metadata, in teardown_trace_fixture()
1482 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status, in tracer_poke()
1636 int get_syscall(struct __test_metadata *_metadata, pid_t tracee) in get_syscall()
1663 void change_syscall(struct __test_metadata *_metadata, in change_syscall()
1736 void tracer_syscall(struct __test_metadata *_metadata, pid_t tracee, in tracer_syscall()
1776 void tracer_ptrace(struct __test_metadata *_metadata, pid_t tracee, in tracer_ptrace()
[all …]
/Linux-v5.4/tools/testing/selftests/net/
Dtls.c902 test_mutliproc(struct __test_metadata *_metadata, struct _test_data_tls *self, in test_mutliproc()