Symbol: test_info
drivers/dma/dmatest.c
1179
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1196
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1235
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1307
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1321
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1341
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1366
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
150
} test_info = {
drivers/dma/dmatest.c
151
.channels = LIST_HEAD_INIT(test_info.channels),
drivers/dma/dmatest.c
152
.lock = __MUTEX_INITIALIZER(test_info.lock),
drivers/dma/dmatest.c
286
struct dmatest_info *info = &test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt.h
2725
struct bnxt_test_info *test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5181
hwrm_req_timeout(bp, req, bp->test_info->timeout);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5239
if (!(bp->test_info->offline_mask & bit_val))
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5471
struct bnxt_test_info *test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5483
test_info = bp->test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5484
if (!test_info) {
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5485
test_info = kzalloc_obj(*bp->test_info);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5486
if (!test_info)
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5488
bp->test_info = test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5503
test_info->offline_mask = resp->offline_tests;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5504
test_info->timeout = le16_to_cpu(resp->test_timeout);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5505
if (!test_info->timeout)
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5506
test_info->timeout = HWRM_CMD_TIMEOUT;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5508
char *str = test_info->string[i];
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5521
fw_str, test_info->offline_mask & (1 << i) ?
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5686
kfree(bp->test_info);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5687
bp->test_info = NULL;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
813
ethtool_puts(&buf, bp->test_info->string[i]);
tools/perf/tests/symbols.c
170
static int test_file(struct test_info *ti, char *filename)
tools/perf/tests/symbols.c
210
struct test_info ti;
tools/perf/tests/symbols.c
22
static int init_test_info(struct test_info *ti)
tools/perf/tests/symbols.c
43
static void exit_test_info(struct test_info *ti)
tools/perf/tests/symbols.c
82
static int create_map(struct test_info *ti, char *filename, struct map **map_p)
tools/testing/selftests/bpf/progs/dynptr_fail.c
216
struct test_info x;
tools/testing/selftests/bpf/progs/dynptr_fail.c
32
__type(value, struct test_info);
tools/testing/selftests/kvm/s390/memop.c
165
static int err_memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo,
tools/testing/selftests/kvm/s390/memop.c
176
static void memop_ioctl(struct test_info info, struct kvm_s390_mem_op *ksmo,
tools/testing/selftests/kvm/s390/memop.c
193
struct test_info __info = (info_p); \
tools/testing/selftests/kvm/s390/memop.c
238
struct test_info vm;
tools/testing/selftests/kvm/s390/memop.c
239
struct test_info vcpu;
tools/testing/selftests/kvm/s390/memop.c
251
t.vm = (struct test_info) { t.kvm_vm, NULL };
tools/testing/selftests/kvm/s390/memop.c
252
t.vcpu = (struct test_info) { t.kvm_vm, vcpu };
tools/testing/selftests/kvm/s390/memop.c
272
struct test_info __info = (info_p); \
tools/testing/selftests/kvm/s390/memop.c
298
static void default_write_read(struct test_info copy_cpu, struct test_info mop_cpu,
tools/testing/selftests/kvm/s390/memop.c
310
static void default_read(struct test_info copy_cpu, struct test_info mop_cpu,
tools/testing/selftests/kvm/s390/memop.c
659
struct test_info *info = data;
tools/testing/selftests/kvm/s390/memop.c
976
static void _test_errors_common(struct test_info info, enum mop_target target, int size)