Searched refs:test_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/testing/selftests/kvm/s390x/ |
D | memop.c | 102 struct test_info { struct 148 static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo) in memop_ioctl() 158 static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo) in err_memop_ioctl() 170 struct test_info __info = (info_p); \ 216 struct test_info vm; 217 struct test_info vcpu; 229 t.vm = (struct test_info) { t.kvm_vm, NULL }; in test_default_init() 230 t.vcpu = (struct test_info) { t.kvm_vm, vcpu }; in test_default_init() 248 struct test_info __info = (info_p); \ 273 struct test_info __copy_cpu = (copy_cpu), __mop_cpu = (mop_cpu); \ [all …]
|
/linux-6.1.9/drivers/dma/ |
D | dmatest.c | 144 } 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.1.9/tools/testing/selftests/bpf/progs/ |
D | dynptr_fail.c | 12 struct test_info { struct 28 __type(value, struct test_info); argument 196 struct test_info x; in add_dynptr_to_map2()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 795 memcpy(buf, bp->test_info->string, in bnxt_get_strings() 3576 hwrm_req_timeout(bp, req, bp->test_info->timeout); in bnxt_run_fw_tests() 3626 if (!(bp->test_info->offline_mask & bit_val)) in bnxt_self_test() 3831 struct bnxt_test_info *test_info; in bnxt_ethtool_init() local 3842 test_info = bp->test_info; in bnxt_ethtool_init() 3843 if (!test_info) { in bnxt_ethtool_init() 3844 test_info = kzalloc(sizeof(*bp->test_info), GFP_KERNEL); in bnxt_ethtool_init() 3845 if (!test_info) in bnxt_ethtool_init() 3847 bp->test_info = test_info; in bnxt_ethtool_init() 3862 test_info->offline_mask = resp->offline_tests; in bnxt_ethtool_init() [all …]
|
D | bnxt.h | 2130 struct bnxt_test_info *test_info; member
|