Symbol: test_info
drivers/dma/dmatest.c
1181
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1198
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1237
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1309
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1323
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1343
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
1368
struct dmatest_info *info = &test_info;
drivers/dma/dmatest.c
152
static struct dmatest_info test_info = {
drivers/dma/dmatest.c
153
.channels = LIST_HEAD_INIT(test_info.channels),
drivers/dma/dmatest.c
154
.lock = __MUTEX_INITIALIZER(test_info.lock),
drivers/dma/dmatest.c
288
struct dmatest_info *info = &test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt.h
2737
struct bnxt_test_info *test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5218
hwrm_req_timeout(bp, req, bp->test_info->timeout);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5276
if (!(bp->test_info->offline_mask & bit_val))
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5508
struct bnxt_test_info *test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5520
test_info = bp->test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5521
if (!test_info) {
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5522
test_info = kzalloc_obj(*bp->test_info);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5523
if (!test_info)
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5525
bp->test_info = test_info;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5540
test_info->offline_mask = resp->offline_tests;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5541
test_info->timeout = le16_to_cpu(resp->test_timeout);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5542
if (!test_info->timeout)
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5543
test_info->timeout = HWRM_CMD_TIMEOUT;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5545
char *str = test_info->string[i];
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5558
fw_str, test_info->offline_mask & (1 << i) ?
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5723
kfree(bp->test_info);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
5724
bp->test_info = NULL;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
815
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)