Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.12.1/tools/testing/selftests/membarrier/
Dmembarrier_test_impl.h22 const char *test_name = in test_membarrier_get_registrations() local
47 const char *test_name = "sys membarrier invalid command"; in test_membarrier_cmd_fail() local
70 const char *test_name = "sys membarrier MEMBARRIER_CMD_QUERY invalid flags"; in test_membarrier_flags_fail() local
93 const char *test_name = "sys membarrier MEMBARRIER_CMD_GLOBAL"; in test_membarrier_global_success() local
109 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered failure"; in test_membarrier_private_expedited_fail() local
132 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED"; in test_membarrier_register_private_expedited_success() local
151 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED"; in test_membarrier_private_expedited_success() local
168 …const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not registered … in test_membarrier_private_expedited_sync_core_fail() local
191 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE"; in test_membarrier_register_private_expedited_sync_core_success() local
210 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE"; in test_membarrier_private_expedited_sync_core_success() local
[all …]
/linux-6.12.1/tools/testing/selftests/pidfd/
Dpidfd_test.c60 const char *test_name = "pidfd_send_signal send SIGUSR1"; in test_pidfd_send_signal_simple_success() local
97 const char *test_name = "pidfd_send_signal signal exited process"; in test_pidfd_send_signal_exited_fail() local
156 const char *test_name = "pidfd_send_signal signal recycled pid"; in test_pidfd_send_signal_recycled_pid_fail() local
354 const char *test_name = "pidfd_send_signal check for support"; in test_pidfd_send_signal_syscall_support() local
395 static void poll_pidfd(const char *test_name, int pidfd) in poll_pidfd()
448 const char *test_name = "pidfd_poll check for premature notification on child thread exec"; in test_pidfd_poll_exec() local
513 const char *test_name = "pidfd_poll check for premature notification on non-empty" in test_pidfd_poll_leader_exit() local
Dpidfd_fdinfo_test.c42 static void error_report(struct error *err, const char *test_name) in error_report()
75 static inline int error_check(struct error *err, const char *test_name) in error_check()
256 const char *test_name = "pidfd check for NSpid in fdinfo"; in test_pidfd_fdinfo_nspid() local
289 const char *test_name = "pidfd check fdinfo for dead process"; in test_pidfd_dead_fdinfo() local
/linux-6.12.1/tools/testing/selftests/
Dkselftest_harness.h152 #define TEST(test_name) __TEST_IMPL(test_name, -1) argument
171 #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal) argument
173 #define __TEST_IMPL(test_name, _signal) \ argument
390 #define TEST_F(fixture_name, test_name) \ argument
393 #define TEST_F_SIGNAL(fixture_name, test_name, signal) \ argument
396 #define TEST_F_TIMEOUT(fixture_name, test_name, timeout) \ argument
399 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ argument
869 #define XFAIL_ADD(fixture_name, variant_name, test_name) \ argument
1213 char test_name[1024]; in __run_test() local
/linux-6.12.1/tools/testing/selftests/mm/
Dmremap_test.c63 overlaps, should_fail, test_name) \ argument
241 char *test_name = "mremap expand merge"; in mremap_expand_merge() local
281 char *test_name = "mremap expand merge offset"; in mremap_expand_merge_offset() local
329 char *test_name = "mremap mremap move within range"; in mremap_move_within_range() local
570 char *test_name = "mremap move 1mb from start at 1MB+256KB aligned src"; in mremap_move_1mb_from_start() local
/linux-6.12.1/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py256 test_name = "" variable
286 test_name = arg variable
/linux-6.12.1/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c182 void dumpdata(char *s1, char *s2, int n, char *test_name) in dumpdata()
197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp()
221 int do_test(char *test_name, void (*test_func)(char *, char *)) in do_test() argument
/linux-6.12.1/tools/testing/selftests/exec/
Dexecveat.c49 char test_name[TEST_NAME_LEN]; in _check_execveat_fail() local
77 char test_name[TEST_NAME_LEN]; in check_execveat_invoked_rc() local
/linux-6.12.1/tools/testing/selftests/size/
Dget_size.c89 static const char *test_name = " get runtime memory use\n"; in _start() local
/linux-6.12.1/tools/testing/selftests/futex/functional/
Dfutex_wait_timeout.c64 static void test_timeout(int res, int *ret, char *test_name, int err) in test_timeout()
Dfutex_requeue_pi.c363 char *test_name; in main() local
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_progs.c156 const char *test_name; member
201 const char *test_name, in match_subtest()
225 const char *test_name, in should_run_subtest()
287 const char *test_name, char *subtest_name, in print_subtest_name()
674 const char *test_name, *subtest_name; in netns_new() local
Dnetwork_helpers.h148 static inline struct tmonitor_ctx *traffic_monitor_start(const char *netns, const char *test_name, in traffic_monitor_start()
Dnetwork_helpers.c1020 static void encode_test_name(char *buf, size_t len, const char *test_name, const char *subtest_name) in encode_test_name()
1047 struct tmonitor_ctx *traffic_monitor_start(const char *netns, const char *test_name, in traffic_monitor_start()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector_reattach.c575 const char *test_name; in run_tests() member
608 char test_name[80]; in run_tests() local
Dsockmap_ktls.c140 static char test_name[MAX_TEST_NAME]; in fmt_test_name() local
Dlwt_redirect.c159 static void send_and_capture_test_packets(const char *test_name, int tap_fd, in send_and_capture_test_packets()
/linux-6.12.1/fs/btrfs/tests/
Dextent-io-tests.c672 const char *test_name) in dump_eb_and_memory_contents()
688 const char *test_name) in verify_eb_and_memory()
/linux-6.12.1/tools/testing/selftests/alsa/
Dpcm-test.c285 const char *test_name, snd_config_t *pcm_cfg) in test_pcm_time()
557 const char *test_name, *test_type; in run_time_tests() local
/linux-6.12.1/tools/testing/selftests/futex/include/
Dlogging.h106 void print_result(const char *test_name, int ret) in print_result()
/linux-6.12.1/tools/testing/selftests/arm64/bti/
Dtest.c56 #define puttestname(test_name, trampoline_name) do { \ argument
/linux-6.12.1/tools/testing/selftests/tc-testing/
DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
/linux-6.12.1/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c202 char test_name[TEST_NAME_MAX]; in main() local
/linux-6.12.1/include/kunit/
Dtest.h159 #define KUNIT_CASE(test_name) \ argument
171 #define KUNIT_CASE_ATTR(test_name, attributes) \ argument
182 #define KUNIT_CASE_SLOW(test_name) \ argument
203 #define KUNIT_CASE_PARAM(test_name, gen_params) \ argument
216 #define KUNIT_CASE_PARAM_ATTR(test_name, gen_params, attributes) \ argument
/linux-6.12.1/tools/testing/selftests/landlock/
Dcommon.h31 #define TEST_F_FORK(fixture_name, test_name) TEST_F(fixture_name, test_name) argument

12