Home
last modified time | relevance | path

Searched defs:test_data (Results 1 – 25 of 53) sorted by relevance

123

/kernel/linux/linux-6.6/tools/perf/tests/
Ddlfilter-test.c42 struct test_data { struct
43 struct perf_tool tool;
44 struct machine *machine;
45 int fd;
69 struct test_data *td = container_of(tool, struct test_data, tool); in process() argument
Dtime-utils-test.c60 struct test_data { struct
70 static bool test__perf_time__parse_for_ranges(struct test_data *d) in test__perf_time__parse_for_ranges() argument
/kernel/linux/linux-5.10/tools/perf/tests/
Dtime-utils-test.c60 struct test_data { struct
70 static bool test__perf_time__parse_for_ranges(struct test_data *d) in test__perf_time__parse_for_ranges() argument
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
Dintel-pt-pkt-decoder-test.c20 struct test_data { struct
21 int len;
22 u8 bytes[INTEL_PT_PKT_MAX_SZ];
23 enum intel_pt_pkt_ctx ctx;
24 struct intel_pt_pkt packet;
25 enum intel_pt_pkt_ctx new_ctx;
26 int ctx_unchanged;
Dinsn-x86.c12 struct test_data { struct
21 struct test_data test_data_32[] = { argument
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
Dinsn-x86.c12 struct test_data { struct
21 const struct test_data test_data_32[] = { argument
Dintel-pt-test.c25 static const struct test_data { struct
26 int len;
27 u8 bytes[INTEL_PT_PKT_MAX_SZ];
28 enum intel_pt_pkt_ctx ctx;
29 struct intel_pt_pkt packet;
30 enum intel_pt_pkt_ctx new_ctx;
31 int ctx_unchanged;
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
Dhyperv_tlb_flush.c65 struct test_data { struct
73 static void worker_guest_code(vm_vaddr_t test_data) in worker_guest_code()
201 static void sender_guest_code(vm_vaddr_t test_data) in sender_guest_code()
Dnested_exceptions_test.c159 static void __attribute__((__flatten__)) l1_guest_code(void *test_data) in l1_guest_code()
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dtest.c363 static const struct port_expectation test_data[] = { in tb_test_path_single_hop_walk() local
419 static const struct port_expectation test_data[] = { in tb_test_path_daisy_chain_walk() local
480 static const struct port_expectation test_data[] = { in tb_test_path_simple_tree_walk() local
551 static const struct port_expectation test_data[] = { in tb_test_path_complex_tree_walk() local
642 static const struct port_expectation test_data[] = { in tb_test_path_max_length_walk() local
753 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane0() local
815 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1() local
879 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1_chain() local
959 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1_chain_reverse() local
1043 static const struct hop_expectation test_data[] = { in tb_test_path_mixed_chain() local
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/
Dkmb_dsi.c772 u32 test_code, u32 test_data) in test_mode_send()
997 u32 test_code = 0, test_data = 0; in set_slewrate_gt_1500() local
1013 u32 test_code = 0, test_data = 0; in set_slewrate_gt_1000() local
1048 u32 test_code = 0, test_data = 0; in set_slewrate_lt_1000() local
1080 u32 test_code = 0, test_data = 0; in setup_pll() local
1101 u32 i, test_code = 0, test_data = 0; in set_lane_data_rate() local
1122 u32 test_code = 0, test_data = 0, val; in dphy_init_sequence() local
/kernel/linux/linux-6.6/drivers/thunderbolt/
Dtest.c490 static const struct port_expectation test_data[] = { in tb_test_path_single_hop_walk() local
546 static const struct port_expectation test_data[] = { in tb_test_path_daisy_chain_walk() local
607 static const struct port_expectation test_data[] = { in tb_test_path_simple_tree_walk() local
678 static const struct port_expectation test_data[] = { in tb_test_path_complex_tree_walk() local
769 static const struct port_expectation test_data[] = { in tb_test_path_max_length_walk() local
880 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane0() local
942 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1() local
1006 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1_chain() local
1086 static const struct hop_expectation test_data[] = { in tb_test_path_not_bonded_lane1_chain_reverse() local
1170 static const struct hop_expectation test_data[] = { in tb_test_path_mixed_chain() local
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
Dmemslot_perf_test.c782 struct test_data { struct
793 const struct test_data *tdata, in test_execute() argument
/kernel/linux/linux-5.10/include/crypto/
Ddrbg.h143 struct drbg_string test_data; member
235 struct drbg_test_data *test_data) in crypto_drbg_get_bytes_addtl_test()
259 struct drbg_test_data *test_data) in crypto_drbg_reset_test()
/kernel/linux/linux-6.6/include/crypto/
Ddrbg.h144 struct drbg_string test_data; member
236 struct drbg_test_data *test_data) in crypto_drbg_get_bytes_addtl_test()
260 struct drbg_test_data *test_data) in crypto_drbg_reset_test()
/kernel/linux/linux-5.10/samples/bpf/
Dtest_lwt_bpf.sh196 function test_data { function
/kernel/linux/linux-6.6/samples/bpf/
Dtest_lwt_bpf.sh199 function test_data { function
/kernel/linux/linux-5.10/lib/
Dtest_sysctl.c57 static struct test_sysctl_data test_data = { variable
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c34 static char test_data[] = "test_data"; variable
Duprobe_multi_test.c11 static char test_data[] = "test_data"; variable
/kernel/linux/linux-5.10/fs/ext4/
Dinode-test.c104 const struct timestamp_expectation test_data[] = { in inode_test_xtimestamp_decoding() local
/kernel/linux/linux-6.6/fs/ext4/
Dinode-test.c83 static const struct timestamp_expectation test_data[] = { variable
/kernel/linux/linux-5.10/drivers/mmc/core/
Dmmc_test.c2192 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_write_blocking_perf() local
2211 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_write_nonblock_perf() local
2230 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_read_blocking_perf() local
2249 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_read_nonblock_perf() local
2268 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_wr_blocking_perf() local
2287 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_wr_nonblock_perf() local
2306 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_r_blocking_perf() local
2325 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_r_nonblock_perf() local
/kernel/linux/linux-6.6/drivers/mmc/core/
Dmmc_test.c2172 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_write_blocking_perf() local
2191 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_write_nonblock_perf() local
2210 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_read_blocking_perf() local
2229 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_mult_read_nonblock_perf() local
2248 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_wr_blocking_perf() local
2267 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_wr_nonblock_perf() local
2286 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_r_blocking_perf() local
2305 struct mmc_test_multiple_rw test_data = { in mmc_test_profile_sglen_r_nonblock_perf() local
/kernel/linux/linux-6.6/lib/
Dtest_sysctl.c55 static struct test_sysctl_data test_data = { variable

123