Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/membarrier/
H A 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
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
227 const char *test_name = "sys membarrier MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED"; in test_membarrier_register_global_expedited_success() local
[all …]
/openbmc/linux/tools/testing/selftests/pidfd/
H A 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
H A 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
/openbmc/u-boot/test/dm/
H A Dtest-main.c127 static int dm_test_main(const char *test_name) in dm_test_main()
201 const char *test_name = NULL; in do_ut_dm() local
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h161 #define TEST(test_name) __TEST_IMPL(test_name, -1) argument
180 #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal) argument
182 #define __TEST_IMPL(test_name, _signal) \ argument
367 #define TEST_F(fixture_name, test_name) \ argument
370 #define TEST_F_SIGNAL(fixture_name, test_name, signal) \ argument
373 #define TEST_F_TIMEOUT(fixture_name, test_name, timeout) \ argument
376 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ argument
/openbmc/phosphor-time-manager/test/
H A Dmeson.build18 test_name = tests.split('.')[0] variable
/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_test.c56 overlaps, should_fail, test_name) \ argument
157 char *test_name = "mremap expand merge"; in mremap_expand_merge() local
196 char *test_name = "mremap expand merge offset"; in mremap_expand_merge_offset() local
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py257 test_name = "" variable
287 test_name = arg variable
/openbmc/linux/tools/testing/selftests/size/
H A Dget_size.c89 static const char *test_name = " get runtime memory use\n"; in _start() local
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A 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
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c64 static void test_timeout(int res, int *ret, char *test_name, int err) in test_timeout()
/openbmc/linux/fs/btrfs/tests/
H A Dextent-io-tests.c652 const char *test_name) in dump_eb_and_memory_contents()
668 const char *test_name) in verify_eb_and_memory()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c575 const char *test_name; in run_tests() member
608 char test_name[80]; in run_tests() local
H A Dsockmap_ktls.c140 static char test_name[MAX_TEST_NAME]; in fmt_test_name() local
H A Dlwt_redirect.c159 static void send_and_capture_test_packets(const char *test_name, int tap_fd, in send_and_capture_test_packets()
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c172 char *test_name = strrchr(path_str, '/') + 1; in walk_path() local
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c258 const char *test_name, snd_config_t *pcm_cfg) in test_pcm_time()
527 const char *test_name, *test_type; in run_time_tests() local
/openbmc/linux/tools/testing/selftests/futex/include/
H A Dlogging.h106 void print_result(const char *test_name, int ret) in print_result()
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c56 #define puttestname(test_name, trampoline_name) do { \ argument
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c188 char *test_name; in add_query_tests() local
H A Dnpcm7xx_gpio-test.c374 g_autofree char *test_name = in main() local
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h34 #define TEST_F_FORK(fixture_name, test_name) \ argument
/openbmc/u-boot/tools/dtoc/
H A Dtest_dtoc.py103 def test_name(self): member in TestDtoc
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c202 char test_name[TEST_NAME_MAX]; in main() local

12