Symbol: test_type
drivers/gpu/drm/i915/display/intel_display_types.h
1680
unsigned long test_type;
drivers/gpu/drm/i915/display/intel_dp_test.c
391
intel_dp->compliance.test_type = request;
drivers/gpu/drm/i915/display/intel_dp_test.c
49
if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) {
drivers/gpu/drm/i915/display/intel_dp_test.c
499
intel_dp->compliance.test_type != DP_TEST_LINK_PHY_TEST_PATTERN)
drivers/gpu/drm/i915/display/intel_dp_test.c
528
switch (intel_dp->compliance.test_type) {
drivers/gpu/drm/i915/display/intel_dp_test.c
679
if (intel_dp->compliance.test_type ==
drivers/gpu/drm/i915/display/intel_dp_test.c
683
else if (intel_dp->compliance.test_type ==
drivers/gpu/drm/i915/display/intel_dp_test.c
691
} else if (intel_dp->compliance.test_type ==
drivers/gpu/drm/i915/display/intel_dp_test.c
733
seq_printf(m, "%02lx\n", intel_dp->compliance.test_type);
drivers/gpu/drm/i915/gt/selftest_slpc.c
278
static int run_test(struct intel_gt *gt, int test_type)
drivers/gpu/drm/i915/gt/selftest_slpc.c
361
switch (test_type) {
drivers/gpu/drm/i915/gt/selftest_slpc.c
389
if (test_type != SLPC_POWER) {
drivers/net/ethernet/intel/igb/igb_ethtool.c
1005
u16 test_type;
drivers/net/ethernet/intel/igb/igb_ethtool.c
1327
switch (test->test_type) {
drivers/net/ethernet/intel/igc/igc_diag.c
114
switch (test->test_type) {
drivers/net/ethernet/intel/igc/igc_diag.h
11
u8 test_type;
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
1536
u8 test_type;
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
1717
switch (test->test_type) {
drivers/net/ethernet/intel/ixgbevf/ethtool.c
566
u8 test_type;
drivers/net/ethernet/intel/ixgbevf/ethtool.c
677
switch (test->test_type) {
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
852
static int myri10ge_dma_test(struct myri10ge_priv *mgp, int test_type)
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
885
status = myri10ge_send_cmd(mgp, test_type, &cmd, 0);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
894
status = myri10ge_send_cmd(mgp, test_type, &cmd, 0);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
904
status = myri10ge_send_cmd(mgp, test_type, &cmd, 0);
drivers/net/ethernet/myricom/myri10ge/myri10ge.c
917
if (status != 0 && test_type != MXGEFW_CMD_UNALIGNED_TEST)
drivers/net/ethernet/rocker/rocker_main.c
156
struct rocker_wait *wait, u32 test_type,
drivers/net/ethernet/rocker/rocker_main.c
164
rocker_write32(rocker, TEST_DMA_CTRL, test_type);
drivers/platform/x86/intel/ifs/load.c
17
u32 test_type; // IFS test type
drivers/platform/x86/intel/ifs/load.c
310
if (ifs_meta->test_type != test->test_num) {
drivers/platform/x86/intel/ifs/load.c
312
ifs_meta->test_type);
fs/btrfs/tests/btrfs-tests.c
51
static struct file_system_type test_type = {
fs/btrfs/tests/btrfs-tests.c
76
ret = register_filesystem(&test_type);
fs/btrfs/tests/btrfs-tests.c
82
test_mnt = kern_mount(&test_type);
fs/btrfs/tests/btrfs-tests.c
85
unregister_filesystem(&test_type);
fs/btrfs/tests/btrfs-tests.c
94
unregister_filesystem(&test_type);
lib/test-kstrtox.c
16
#define DECLARE_TEST_OK(type, test_type) \
lib/test-kstrtox.c
17
test_type { \
lib/test_bpf.c
14840
__u8 test_type = tests[which].aux & TEST_TYPE_MASK;
lib/test_bpf.c
14846
switch (test_type) {
lib/test_bpf.c
14907
__u8 test_type = tests[which].aux & TEST_TYPE_MASK;
lib/test_bpf.c
14909
switch (test_type) {
net/netfilter/xt_tcpudp.c
170
static bool type_code_in_range(u8 test_type, u8 min_code, u8 max_code,
net/netfilter/xt_tcpudp.c
173
return type == test_type && code >= min_code && code <= max_code;
net/netfilter/xt_tcpudp.c
176
static bool icmp_type_code_match(u8 test_type, u8 min_code, u8 max_code,
net/netfilter/xt_tcpudp.c
179
return (test_type == 0xFF ||
net/netfilter/xt_tcpudp.c
180
type_code_in_range(test_type, min_code, max_code, type, code))
net/netfilter/xt_tcpudp.c
184
static bool icmp6_type_code_match(u8 test_type, u8 min_code, u8 max_code,
net/netfilter/xt_tcpudp.c
187
return type_code_in_range(test_type, min_code, max_code, type, code) ^ invert;
samples/bpf/map_perf_test_user.c
120
static void do_test_lru(enum test_type test, int cpu)
samples/bpf/map_perf_test_user.c
77
static int check_test_flags(enum test_type t)
tools/testing/selftests/alsa/pcm-test.c
557
const char *test_name, *test_type;
tools/testing/selftests/alsa/pcm-test.c
572
test_type = conf_get_string(pcm_cfg, "type", NULL, "time");
tools/testing/selftests/alsa/pcm-test.c
573
if (strcmp(test_type, "time") == 0)
tools/testing/selftests/alsa/pcm-test.c
576
ksft_exit_fail_msg("unknown test type '%s'\n", test_type);
tools/testing/selftests/arm64/fp/vec-syscfg.c
658
typedef void (*test_type)(struct vec_data *);
tools/testing/selftests/arm64/fp/vec-syscfg.c
660
static const test_type tests[] = {
tools/testing/selftests/arm64/mte/check_user_mem.c
143
const char* test_type;
tools/testing/selftests/arm64/mte/check_user_mem.c
149
test_type = "read";
tools/testing/selftests/arm64/mte/check_user_mem.c
152
test_type = "write";
tools/testing/selftests/arm64/mte/check_user_mem.c
155
test_type = "readv";
tools/testing/selftests/arm64/mte/check_user_mem.c
158
test_type = "writev";
tools/testing/selftests/arm64/mte/check_user_mem.c
191
test_type, mte_type, map_type, len, offset);
tools/testing/selftests/arm64/mte/check_user_mem.c
36
enum test_type test_type)
tools/testing/selftests/arm64/mte/check_user_mem.c
87
switch (test_type) {
tools/testing/selftests/bpf/prog_tests/btf.c
8264
const struct btf_type *test_type, *expect_type;
tools/testing/selftests/bpf/prog_tests/btf.c
8267
test_type = btf__type_by_id(test_btf, i);
tools/testing/selftests/bpf/prog_tests/btf.c
8269
test_size = btf_type_size(test_type);
tools/testing/selftests/bpf/prog_tests/btf.c
8278
if (CHECK(btf_kind(test_type) != btf_kind(expect_type),
tools/testing/selftests/bpf/prog_tests/btf.c
8280
i, btf_kind(expect_type), btf_kind(test_type))) {
tools/testing/selftests/bpf/prog_tests/btf.c
8284
if (CHECK(test_type->info != expect_type->info,
tools/testing/selftests/bpf/prog_tests/btf.c
8286
i, expect_type->info, test_type->info)) {
tools/testing/selftests/bpf/prog_tests/btf.c
8290
if (CHECK(test_type->size != expect_type->size,
tools/testing/selftests/bpf/prog_tests/btf.c
8292
i, expect_type->size, test_type->size)) {
tools/testing/selftests/bpf/prog_tests/kfunc_call.c
102
switch (param->test_type) {
tools/testing/selftests/bpf/prog_tests/kfunc_call.c
168
switch (param->test_type) {
tools/testing/selftests/bpf/prog_tests/kfunc_call.c
27
enum kfunc_test_type test_type;
tools/testing/selftests/bpf/prog_tests/kfunc_call.c
36
.test_type = type, \
tools/testing/selftests/bpf/prog_tests/kfunc_call.c
45
.test_type = type, \
tools/testing/selftests/mm/gup_longterm.c
91
static void do_test(int fd, size_t size, enum test_type type, bool shared)
tools/testing/selftests/mm/uffd-common.h
62
int uffd, uffd_flags, finished, *pipefd, test_type;
tools/testing/selftests/mm/uffd-stress.c
272
if (features & UFFD_FEATURE_WP_UNPOPULATED && gopts->test_type == TEST_ANON)
tools/testing/selftests/mm/uffd-stress.c
390
gopts->test_type = TEST_ANON;
tools/testing/selftests/mm/uffd-stress.c
393
gopts->test_type = TEST_HUGETLB;
tools/testing/selftests/mm/uffd-stress.c
397
gopts->test_type = TEST_HUGETLB;
tools/testing/selftests/mm/uffd-stress.c
401
gopts->test_type = TEST_SHMEM;
tools/testing/selftests/mm/uffd-stress.c
404
gopts->test_type = TEST_SHMEM;
tools/testing/selftests/mm/uffd-stress.c
413
if (!gopts->test_type)
tools/testing/selftests/mm/uffd-stress.c
416
if (gopts->test_type == TEST_HUGETLB)
tools/testing/selftests/mm/uffd-stress.c
439
if (gopts->test_type != TEST_ANON && !(features & UFFD_FEATURE_WP_HUGETLBFS_SHMEM))
tools/testing/selftests/mm/uffd-stress.c
486
if (gopts->test_type == TEST_HUGETLB &&
tools/testing/selftests/net/bench/page_pool/bench_page_pool_simple.c
127
enum test_type type, const char *func)
tools/testing/selftests/tty/tty_tiocsti_test.c
107
.test_type = TEST_PTY_TIOCSTI_BASIC,
tools/testing/selftests/tty/tty_tiocsti_test.c
115
.test_type = TEST_PTY_TIOCSTI_BASIC,
tools/testing/selftests/tty/tty_tiocsti_test.c
123
.test_type = TEST_PTY_TIOCSTI_BASIC,
tools/testing/selftests/tty/tty_tiocsti_test.c
139
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
147
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
155
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
163
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
185
.test_type = TEST_PTY_TIOCSTI_BASIC,
tools/testing/selftests/tty/tty_tiocsti_test.c
193
.test_type = TEST_PTY_TIOCSTI_BASIC,
tools/testing/selftests/tty/tty_tiocsti_test.c
201
.test_type = TEST_PTY_TIOCSTI_BASIC,
tools/testing/selftests/tty/tty_tiocsti_test.c
209
.test_type = TEST_PTY_TIOCSTI_BASIC,
tools/testing/selftests/tty/tty_tiocsti_test.c
217
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
225
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
233
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
241
.test_type = TEST_PTY_TIOCSTI_FD_PASSING,
tools/testing/selftests/tty/tty_tiocsti_test.c
512
if (variant->test_type == TEST_PTY_TIOCSTI_BASIC && !self->has_pty)
tools/testing/selftests/tty/tty_tiocsti_test.c
515
if (variant->test_type == TEST_PTY_TIOCSTI_FD_PASSING &&
tools/testing/selftests/tty/tty_tiocsti_test.c
571
if (variant->test_type == TEST_PTY_TIOCSTI_BASIC) {
tools/testing/selftests/tty/tty_tiocsti_test.c
77
const enum test_type test_type;
tools/testing/selftests/tty/tty_tiocsti_test.c
99
.test_type = TEST_PTY_TIOCSTI_BASIC,