Searched refs:_metadata (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/testing/selftests/ |
D | kselftest_harness.h | 108 __FILE__, __LINE__, _metadata->name, ##__VA_ARGS__) 126 _metadata->passed = 1; \ 127 _metadata->trigger = 0; \ 170 static void test_name(struct __test_metadata *_metadata); \ 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) \ 303 fixture_name##_setup(_metadata, &self); \ [all …]
|
/Linux-v5.4/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 684 void kill_thread_or_group(struct __test_metadata *_metadata, bool kill_process) in kill_thread_or_group() argument 751 kill_thread_or_group(_metadata, false); in TEST() 770 kill_thread_or_group(_metadata, true); in TEST() 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() argument 1420 tracer_func(_metadata, tracee, status, args); in start_tracer() 1427 syscall(__NR_exit, _metadata->passed ? EXIT_SUCCESS : EXIT_FAILURE); in start_tracer() 1433 pid_t setup_trace_fixture(struct __test_metadata *_metadata, in setup_trace_fixture() argument 1450 start_tracer(_metadata, pipefd[1], tracee, func, args, in setup_trace_fixture() 1461 void teardown_trace_fixture(struct __test_metadata *_metadata, in teardown_trace_fixture() argument [all …]
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | tls.c | 902 test_mutliproc(struct __test_metadata *_metadata, struct _test_data_tls *self, in test_mutliproc() argument 981 test_mutliproc(_metadata, self, false, 6, 6); in TEST_F() 986 test_mutliproc(_metadata, self, false, 4, 12); in TEST_F() 991 test_mutliproc(_metadata, self, false, 10, 2); in TEST_F() 996 test_mutliproc(_metadata, self, true, 6, 6); in TEST_F() 1001 test_mutliproc(_metadata, self, true, 4, 12); in TEST_F() 1006 test_mutliproc(_metadata, self, true, 10, 2); in TEST_F()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | dev-meta.rst | 10 .. _metadata:
|