Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/membarrier/
A 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/tools/testing/selftests/pidfd/
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
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()
446 const char *test_name = "pidfd_poll check for premature notification on child thread exec"; in test_pidfd_poll_exec() local
510 const char *test_name = "pidfd_poll check for premature notification on non-empty" in test_pidfd_poll_leader_exit() local
A Dpidfd_fdinfo_test.c41 static void error_report(struct error *err, const char *test_name) in error_report()
74 static inline int error_check(struct error *err, const char *test_name) in error_check()
241 const char *test_name = "pidfd check for NSpid in fdinfo"; in test_pidfd_fdinfo_nspid() local
274 const char *test_name = "pidfd check fdinfo for dead process"; in test_pidfd_dead_fdinfo() local
/linux/drivers/staging/greybus/tools/
A Dlbtest81 def log_csv(test_name, size, iteration_max, sys_pfx): argument
117 def loopback_run(test_name, size, iteration_max, sys_pfx): argument
A Dloopback_test.c96 char test_name[MAX_STR_LEN]; member
/linux/tools/testing/selftests/
A Dkselftest_harness.h159 #define TEST(test_name) __TEST_IMPL(test_name, -1) argument
178 #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal) argument
180 #define __TEST_IMPL(test_name, _signal) \ argument
363 #define TEST_F(fixture_name, test_name) \ argument
366 #define TEST_F_SIGNAL(fixture_name, test_name, signal) \ argument
369 #define TEST_F_TIMEOUT(fixture_name, test_name, timeout) \ argument
372 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ argument
/linux/tools/testing/selftests/powerpc/alignment/
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
/linux/tools/testing/selftests/size/
A Dget_size.c89 static const char *test_name = " get runtime memory use\n"; in _start() local
/linux/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_ktls.c97 char test_name[MAX_TEST_NAME]; in run_tests() local
A Dflow_dissector_reattach.c575 const char *test_name; in run_tests() member
608 char test_name[80]; in run_tests() local
/linux/tools/testing/selftests/futex/functional/
A Dfutex_wait_timeout.c61 static void test_timeout(int res, int *ret, char *test_name, int err) in test_timeout()
/linux/tools/testing/selftests/landlock/
A Dcommon.h32 #define TEST_F_FORK(fixture_name, test_name) \ argument
/linux/tools/testing/selftests/futex/include/
A Dlogging.h106 void print_result(const char *test_name, int ret) in print_result()
/linux/tools/testing/selftests/arm64/bti/
A Dtest.c56 #define puttestname(test_name, trampoline_name) do { \ argument
/linux/tools/testing/selftests/tc-testing/
A DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
/linux/tools/testing/selftests/vm/
A Dmremap_test.c55 overlaps, should_fail, test_name) \ argument
A Dksm_tests.c674 int test_name = CHECK_KSM_MERGE; in main() local
/linux/tools/testing/selftests/bpf/map_tests/
A Dsk_storage_map.c595 const char *test_name, *env_opt; in test_sk_storage_map() local
/linux/samples/bpf/
A Dmap_perf_test_user.c126 const char *test_name; in do_test_lru() local
/linux/lib/
A Dtest_vmalloc.c361 const char *test_name; member
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dsharedbuffer_configuration.py132 def log_test(test_name, err_msg=None): argument
/linux/mm/kfence/
A Dkfence_test.c773 #define KFENCE_KUNIT_CASE(test_name) \ argument
/linux/kernel/kcsan/
A Dkcsan_test.c1055 #define KCSAN_KUNIT_CASE(test_name) KUNIT_CASE_PARAM(test_name, nthreads_gen_params) argument
/linux/tools/testing/selftests/bpf/
A Dtest_progs.c50 const char *test_name; member
/linux/drivers/gpu/drm/i915/gt/
A Dselftest_hangcheck.c969 const char *test_name, in __igt_reset_engines()

Completed in 44 milliseconds

12