Home
last modified time | relevance | path

Searched refs:test_info (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/perf/tests/
Dsymbols.c15 struct test_info { struct
20 static int init_test_info(struct test_info *ti) in init_test_info() argument
38 static void exit_test_info(struct test_info *ti) in exit_test_info()
52 static int create_map(struct test_info *ti, char *filename, struct map **map_p) in create_map()
100 static int test_file(struct test_info *ti, char *filename) in test_file()
136 struct test_info ti; in test__symbols()
/linux-6.6.21/tools/testing/selftests/kvm/s390x/
Dmemop.c113 struct test_info { struct
163 static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in err_memop_ioctl()
174 static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo, in memop_ioctl()
191 struct test_info __info = (info_p); \
239 struct test_info vm;
240 struct test_info vcpu;
252 t.vm = (struct test_info) { t.kvm_vm, NULL }; in test_default_init()
253 t.vcpu = (struct test_info) { t.kvm_vm, vcpu }; in test_default_init()
273 struct test_info __info = (info_p); \
299 static void default_write_read(struct test_info copy_cpu, struct test_info mop_cpu, in default_write_read()
[all …]
/linux-6.6.21/drivers/dma/
Ddmatest.c144 } test_info = { variable
145 .channels = LIST_HEAD_INIT(test_info.channels),
146 .lock = __MUTEX_INITIALIZER(test_info.lock),
279 struct dmatest_info *info = &test_info; in dmatest_wait_get()
1164 struct dmatest_info *info = &test_info; in dmatest_run_get()
1181 struct dmatest_info *info = &test_info; in dmatest_run_set()
1220 struct dmatest_info *info = &test_info; in dmatest_chan_set()
1292 struct dmatest_info *info = &test_info; in dmatest_chan_get()
1306 struct dmatest_info *info = &test_info; in dmatest_test_list_get()
1326 struct dmatest_info *info = &test_info; in dmatest_init()
[all …]
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c793 memcpy(buf, bp->test_info->string, in bnxt_get_strings()
3675 hwrm_req_timeout(bp, req, bp->test_info->timeout); in bnxt_run_fw_tests()
3725 if (!(bp->test_info->offline_mask & bit_val)) in bnxt_self_test()
3926 struct bnxt_test_info *test_info; in bnxt_ethtool_init() local
3937 test_info = bp->test_info; in bnxt_ethtool_init()
3938 if (!test_info) { in bnxt_ethtool_init()
3939 test_info = kzalloc(sizeof(*bp->test_info), GFP_KERNEL); in bnxt_ethtool_init()
3940 if (!test_info) in bnxt_ethtool_init()
3942 bp->test_info = test_info; in bnxt_ethtool_init()
3957 test_info->offline_mask = resp->offline_tests; in bnxt_ethtool_init()
[all …]
Dbnxt.h2168 struct bnxt_test_info *test_info; member
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Ddynptr_fail.c15 struct test_info { struct
31 __type(value, struct test_info); argument
215 struct test_info x; in add_dynptr_to_map2()