Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/testing/selftests/membarrier/
Dmembarrier_test_impl.h20 const char *test_name = "sys membarrier invalid command"; in test_membarrier_cmd_fail() local
43 const char *test_name = "sys membarrier MEMBARRIER_CMD_QUERY invalid flags"; in test_membarrier_flags_fail() local
66 const char *test_name = "sys membarrier MEMBARRIER_CMD_GLOBAL"; in test_membarrier_global_success() local
82 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED not registered failure"; in test_membarrier_private_expedited_fail() local
105 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED"; in test_membarrier_register_private_expedited_success() local
122 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED"; in test_membarrier_private_expedited_success() local
139 …const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE not registered … in test_membarrier_private_expedited_sync_core_fail() local
162 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE"; in test_membarrier_register_private_expedited_sync_core_success() local
179 const char *test_name = "sys membarrier MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE"; in test_membarrier_private_expedited_sync_core_success() local
196 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED"; in test_membarrier_register_global_expedited_success() local
[all …]
/linux-6.1.9/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
155 const char *test_name = "pidfd_send_signal signal recycled pid"; in test_pidfd_send_signal_recycled_pid_fail() local
353 const char *test_name = "pidfd_send_signal check for support"; in test_pidfd_send_signal_syscall_support() local
394 static void poll_pidfd(const char *test_name, int pidfd) in poll_pidfd()
447 const char *test_name = "pidfd_poll check for premature notification on child thread exec"; in test_pidfd_poll_exec() local
512 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()
255 const char *test_name = "pidfd check for NSpid in fdinfo"; in test_pidfd_fdinfo_nspid() local
288 const char *test_name = "pidfd check fdinfo for dead process"; in test_pidfd_dead_fdinfo() local
/linux-6.1.9/drivers/staging/greybus/tools/
Dlbtest81 def log_csv(test_name, size, iteration_max, sys_pfx): argument
117 def loopback_run(test_name, size, iteration_max, sys_pfx): argument
/linux-6.1.9/tools/testing/selftests/
Dkselftest_harness.h160 #define TEST(test_name) __TEST_IMPL(test_name, -1) argument
179 #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal) argument
181 #define __TEST_IMPL(test_name, _signal) \ argument
366 #define TEST_F(fixture_name, test_name) \ argument
369 #define TEST_F_SIGNAL(fixture_name, test_name, signal) \ argument
372 #define TEST_F_TIMEOUT(fixture_name, test_name, timeout) \ argument
375 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ argument
/linux-6.1.9/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py257 test_name = "" variable
287 test_name = arg variable
/linux-6.1.9/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.1.9/tools/testing/selftests/size/
Dget_size.c89 static const char *test_name = " get runtime memory use\n"; in _start() local
/linux-6.1.9/tools/testing/selftests/futex/functional/
Dfutex_wait_timeout.c61 static void test_timeout(int res, int *ret, char *test_name, int err) in test_timeout()
/linux-6.1.9/tools/testing/selftests/vm/
Dmremap_test.c56 overlaps, should_fail, test_name) \ argument
130 char *test_name = "mremap expand merge"; in mremap_expand_merge() local
Dksm_tests.c642 int test_name = CHECK_KSM_MERGE; in main() local
/linux-6.1.9/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
Duser_ringbuf.c685 const char *test_name; member
/linux-6.1.9/tools/testing/selftests/landlock/
Dcommon.h29 #define TEST_F_FORK(fixture_name, test_name) \ argument
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_progs.c137 const char *test_name; member
183 const char *test_name, in should_run_subtest()
235 static void print_test_name(int test_num, const char *test_name, char *result) in print_test_name()
246 const char *test_name, char *subtest_name, in print_subtest_name()
/linux-6.1.9/tools/testing/selftests/futex/include/
Dlogging.h106 void print_result(const char *test_name, int ret) in print_result()
/linux-6.1.9/tools/testing/selftests/arm64/bti/
Dtest.c56 #define puttestname(test_name, trampoline_name) do { \ argument
/linux-6.1.9/tools/testing/selftests/tc-testing/
DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
/linux-6.1.9/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c202 char test_name[TEST_NAME_MAX]; in main() local
/linux-6.1.9/lib/
Dtest_vmalloc.c356 const char *test_name; member
/linux-6.1.9/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c593 const char *test_name, *env_opt; in test_sk_storage_map() local
/linux-6.1.9/samples/bpf/
Dmap_perf_test_user.c125 const char *test_name; in do_test_lru() local
/linux-6.1.9/tools/testing/selftests/drivers/net/mlxsw/
Dsharedbuffer_configuration.py132 def log_test(test_name, err_msg=None): argument
/linux-6.1.9/mm/kfence/
Dkfence_test.c773 #define KFENCE_KUNIT_CASE(test_name) \ argument

12