Searched refs:test_info (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/tests/
H A Dsymbols.c15 struct test_info { struct
20 static int init_test_info(struct test_info *ti)
38 static void exit_test_info(struct test_info *ti)
76 static int create_map(struct test_info *ti, char *filename, struct map **map_p)
164 static int test_file(struct test_info *ti, char *filename)
204 struct test_info ti;
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c113 struct test_info { struct
163 static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo,
174 static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo,
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 };
253 t.vcpu = (struct test_info) { t.kvm_vm, vcpu };
273 struct test_info __info = (info_p); \
299 static void default_write_read(struct test_info copy_cp
[all...]
/linux-master/drivers/dma/
H A Ddmatest.c150 } test_info = { variable in typeref:struct:dmatest_info
151 .channels = LIST_HEAD_INIT(test_info.channels),
152 .lock = __MUTEX_INITIALIZER(test_info.lock),
286 struct dmatest_info *info = &test_info;
1179 struct dmatest_info *info = &test_info;
1196 struct dmatest_info *info = &test_info;
1235 struct dmatest_info *info = &test_info;
1307 struct dmatest_info *info = &test_info;
1321 struct dmatest_info *info = &test_info;
1341 struct dmatest_info *info = &test_info;
[all...]
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c165 static struct test_info { struct
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c812 memcpy(buf, bp->test_info->string,
4616 hwrm_req_timeout(bp, req, bp->test_info->timeout);
4666 if (!(bp->test_info->offline_mask & bit_val))
4867 struct bnxt_test_info *test_info; local
4878 test_info = bp->test_info;
4879 if (!test_info) {
4880 test_info = kzalloc(sizeof(*bp->test_info), GFP_KERNEL);
4881 if (!test_info)
[all...]
H A Dbnxt.h2501 struct bnxt_test_info *test_info; member in struct:bnxt
/linux-master/tools/testing/selftests/bpf/progs/
H A Ddynptr_fail.c15 struct test_info { struct
31 __type(value, struct test_info);
215 struct test_info x;

Completed in 289 milliseconds