Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dautotest_test_funcs.py13 def default_autotest(child, test_name): argument
29 def dump_autotest(child, test_name): argument
37 def memory_autotest(child, test_name): argument
65 def spinlock_autotest(child, test_name): argument
99 def rwlock_autotest(child, test_name): argument
135 def ticketlock_autotest(child, test_name): argument
168 def mcslock_autotest(child, test_name): argument
201 def logs_autotest(child, test_name): argument
230 def timer_autotest(child, test_name): argument
334 def ring_autotest(child, test_name): argument
H A Dtest_mbuf.c1710 test_mbuf_validate_tx_offload(const char *test_name, in test_mbuf_validate_tx_offload()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A Dtest.c8 static const char * test_name = ""; variable
/f-stack/dpdk/app/test-eventdev/
H A Devt_common.h47 char test_name[EVT_TEST_NAME_MAX_LEN]; member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c420 do_negative_test(zfs_btree_t *bt, char *test_name) in do_negative_test()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_options.h136 char *test_name; member
H A Dcperf_options_parsing.c507 char *test_name = (char *) rte_zmalloc(NULL, in parse_test_name() local