Searched refs:test_name (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | test_harness.h | 214 #define _TEST(test_name) __TEST_IMPL(test_name, -1) argument 216 #define _TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal) argument 218 #define __TEST_IMPL(test_name, _signal) \ argument 219 static void test_name(struct __test_metadata *_metadata); \ 220 static struct __test_metadata _##test_name##_object = \ 221 { name: "global." #test_name, \ 222 fn: &test_name, termsig: _signal }; \ 223 static void __attribute__((constructor)) _register_##test_name(void) \ 225 __register_test(&_##test_name##_object); \ 227 static void test_name( \ [all …]
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 164 my $test_name; 296 "TEST_NAME" => \$test_name, 1647 if (defined($test_name)) { 1648 $name = " ($test_name)"; 2500 if (defined($test_name)) { 2501 $name = " ($test_name)"; 4285 if (defined($test_name)) { 4286 $name = " ($test_name)";
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 42 test_name: Description of the test
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | tenxpress.c | 492 .test_name = sfx7101_test_name,
|
D | txc43128_phy.c | 559 .test_name = txc43128_test_name,
|
D | ethtool.c | 335 EFX_BUG_ON_PARANOID(efx->phy_op->test_name == NULL); in efx_ethtool_fill_self_tests() 341 name = efx->phy_op->test_name(efx, i); in efx_ethtool_fill_self_tests()
|
D | net_driver.h | 729 const char *(*test_name) (struct efx_nic *efx, unsigned int index); member
|
D | mcdi_port.c | 819 .test_name = efx_mcdi_phy_test_name,
|
/linux-4.4.14/lib/ |
D | test_bpf.c | 5358 static char test_name[64]; variable 5359 module_param_string(test_name, test_name, sizeof(test_name), 0); 5367 static __init int find_test_index(const char *test_name) in find_test_index() argument 5372 if (!strcmp(tests[i].descr, test_name)) in find_test_index() 5394 } else if (*test_name) { in prepare_bpf_tests() 5399 int idx = find_test_index(test_name); in prepare_bpf_tests() 5403 test_name); in prepare_bpf_tests()
|
/linux-4.4.14/drivers/usb/host/ |
D | xhci-mem.c | 1896 char *test_name, int test_number) in xhci_test_trb_in_td() argument 1908 test_name, test_number); in xhci_test_trb_in_td()
|