Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/linux/mm/kasan/
H A Dkasan_test_c.c91 static void kasan_test_exit(struct kunit *test) in kasan_test_exit()
121 #define KUNIT_EXPECT_KASAN_RESULT(test, expr, expr_str, fail) \ argument
158 #define KUNIT_EXPECT_KASAN_FAIL(test, expr) \ argument
175 #define KUNIT_EXPECT_KASAN_FAIL_READ(test, expr) \ argument
179 #define KASAN_TEST_NEEDS_CONFIG_ON(test, config) do { \ argument
184 #define KASAN_TEST_NEEDS_CONFIG_OFF(test, config) do { \ argument
189 #define KASAN_TEST_NEEDS_CHECKED_MEMINTRINSICS(test) do { \ argument
198 static void kmalloc_oob_right(struct kunit *test) in kmalloc_oob_right()
227 static void kmalloc_oob_left(struct kunit *test) in kmalloc_oob_left()
240 static void kmalloc_node_oob_right(struct kunit *test) in kmalloc_node_oob_right()
[all …]
/linux/lib/tests/
H A Dlist-test.c18 static void list_test_list_init(struct kunit *test) in list_test_list_init()
47 static void list_test_list_add(struct kunit *test) in list_test_list_add()
61 static void list_test_list_add_tail(struct kunit *test) in list_test_list_add_tail()
75 static void list_test_list_del(struct kunit *test) in list_test_list_del()
91 static void list_test_list_replace(struct kunit *test) in list_test_list_replace()
109 static void list_test_list_replace_init(struct kunit *test) in list_test_list_replace_init()
130 static void list_test_list_swap(struct kunit *test) in list_test_list_swap()
152 static void list_test_list_del_init(struct kunit *test) in list_test_list_del_init()
169 static void list_test_list_del_init_careful(struct kunit *test) in list_test_list_del_init_careful()
189 static void list_test_list_move(struct kunit *test) in list_test_list_move()
[all …]
H A Dstring_kunit.c16 #define STRCMP_TEST_EXPECT_EQUAL(test, fn, ...) KUNIT_EXPECT_EQ(test, fn(__VA_ARGS__), 0) argument
17 #define STRCMP_TEST_EXPECT_LOWER(test, fn, ...) KUNIT_EXPECT_LT(test, fn(__VA_ARGS__), 0) argument
18 #define STRCMP_TEST_EXPECT_GREATER(test, fn, ...) KUNIT_EXPECT_GT(test, fn(__VA_ARGS__), 0) argument
20 static void string_test_memset16(struct kunit *test) in string_test_memset16()
49 static void string_test_memset32(struct kunit *test) in string_test_memset32()
78 static void string_test_memset64(struct kunit *test) in string_test_memset64()
107 static void string_test_strchr(struct kunit *test) in string_test_strchr()
130 static void string_test_strnchr(struct kunit *test) in string_test_strnchr()
163 static void string_test_strspn(struct kunit *test) in string_test_strspn()
199 static void string_test_strcmp(struct kunit *test) in string_test_strcmp()
[all …]
H A Dcpumask_kunit.c16 #define EXPECT_FOR_EACH_CPU_EQ(test, mask) \ argument
26 #define EXPECT_FOR_EACH_CPU_OP_EQ(test, op, mask1, mask2) \ argument
39 #define EXPECT_FOR_EACH_CPU_WRAP_EQ(test, mask) \ argument
49 #define EXPECT_FOR_EACH_CPU_BUILTIN_EQ(test, name) \ argument
62 static void test_cpumask_weight(struct kunit *test) in test_cpumask_weight()
73 static void test_cpumask_first(struct kunit *test) in test_cpumask_first()
83 static void test_cpumask_last(struct kunit *test) in test_cpumask_last()
91 static void test_cpumask_next(struct kunit *test) in test_cpumask_next()
103 static void test_cpumask_iterators(struct kunit *test) in test_cpumask_iterators()
117 static void test_cpumask_iterators_builtin(struct kunit *test) in test_cpumask_iterators_builtin()
[all …]
H A Dseq_buf_kunit.c11 static void seq_buf_init_test(struct kunit *test) in seq_buf_init_test()
26 static void seq_buf_declare_test(struct kunit *test) in seq_buf_declare_test()
38 static void seq_buf_clear_test(struct kunit *test) in seq_buf_clear_test()
54 static void seq_buf_puts_test(struct kunit *test) in seq_buf_puts_test()
69 static void seq_buf_puts_overflow_test(struct kunit *test) in seq_buf_puts_overflow_test()
88 static void seq_buf_putc_test(struct kunit *test) in seq_buf_putc_test()
116 static void seq_buf_printf_test(struct kunit *test) in seq_buf_printf_test()
131 static void seq_buf_printf_overflow_test(struct kunit *test) in seq_buf_printf_overflow_test()
151 static void seq_buf_get_buf_commit_test(struct kunit *test) in seq_buf_get_buf_commit_test()
/linux/drivers/gpu/drm/tests/
H A Ddrm_cmdline_parser_test.c15 static void drm_test_cmdline_force_e_only(struct kunit *test) in drm_test_cmdline_force_e_only()
33 static void drm_test_cmdline_force_D_only_not_digital(struct kunit *test) in drm_test_cmdline_force_D_only_not_digital()
55 static void drm_test_cmdline_force_D_only_hdmi(struct kunit *test) in drm_test_cmdline_force_D_only_hdmi()
77 static void drm_test_cmdline_force_D_only_dvi(struct kunit *test) in drm_test_cmdline_force_D_only_dvi()
95 static void drm_test_cmdline_force_d_only(struct kunit *test) in drm_test_cmdline_force_d_only()
113 static void drm_test_cmdline_res(struct kunit *test) in drm_test_cmdline_res()
135 static void drm_test_cmdline_res_vesa(struct kunit *test) in drm_test_cmdline_res_vesa()
157 static void drm_test_cmdline_res_vesa_rblank(struct kunit *test) in drm_test_cmdline_res_vesa_rblank()
179 static void drm_test_cmdline_res_rblank(struct kunit *test) in drm_test_cmdline_res_rblank()
201 static void drm_test_cmdline_res_bpp(struct kunit *test) in drm_test_cmdline_res_bpp()
[all …]
H A Ddrm_format_test.c12 static void drm_test_format_block_width_invalid(struct kunit *test) in drm_test_format_block_width_invalid()
21 static void drm_test_format_block_width_one_plane(struct kunit *test) in drm_test_format_block_width_one_plane()
32 static void drm_test_format_block_width_two_plane(struct kunit *test) in drm_test_format_block_width_two_plane()
44 static void drm_test_format_block_width_three_plane(struct kunit *test) in drm_test_format_block_width_three_plane()
57 static void drm_test_format_block_width_tiled(struct kunit *test) in drm_test_format_block_width_tiled()
68 static void drm_test_format_block_height_invalid(struct kunit *test) in drm_test_format_block_height_invalid()
77 static void drm_test_format_block_height_one_plane(struct kunit *test) in drm_test_format_block_height_one_plane()
88 static void drm_test_format_block_height_two_plane(struct kunit *test) in drm_test_format_block_height_two_plane()
100 static void drm_test_format_block_height_three_plane(struct kunit *test) in drm_test_format_block_height_three_plane()
113 static void drm_test_format_block_height_tiled(struct kunit *test) in drm_test_format_block_height_tiled()
[all …]
H A Ddrm_connector_test.c60 static int drm_test_connector_init(struct kunit *test) in drm_test_connector_init()
93 static void drm_test_drmm_connector_init(struct kunit *test) in drm_test_drmm_connector_init()
109 static void drm_test_drmm_connector_init_null_ddc(struct kunit *test) in drm_test_drmm_connector_init_null_ddc()
125 static void drm_test_drmm_connector_init_type_valid(struct kunit *test) in drm_test_drmm_connector_init_type_valid()
196 static void drm_test_drm_connector_dynamic_init(struct kunit *test) in drm_test_drm_connector_dynamic_init()
209 static void drm_test_connector_dynamic_init_cleanup(struct kunit *test) in drm_test_connector_dynamic_init_cleanup()
221 static void drm_test_drm_connector_dynamic_init_null_ddc(struct kunit *test) in drm_test_drm_connector_dynamic_init_null_ddc()
238 static void drm_test_drm_connector_dynamic_init_not_added(struct kunit *test) in drm_test_drm_connector_dynamic_init_not_added()
252 static void test_connector_property(struct kunit *test, in test_connector_property()
276 static void drm_test_drm_connector_dynamic_init_properties(struct kunit *test) in drm_test_drm_connector_dynamic_init_properties()
[all …]
/linux/include/kunit/
H A Dtest.h359 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure()
499 static inline void *kunit_kmalloc(struct kunit *test, size_t size, gfp_t gfp) in kunit_kmalloc()
519 static inline void *kunit_kzalloc(struct kunit *test, size_t size, gfp_t gfp) in kunit_kzalloc()
533 static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kcalloc()
558 static inline char *kunit_kstrdup(struct kunit *test, const char *str, gfp_t gfp) in kunit_kstrdup()
630 #define kunit_mark_skipped(test, fmt, ...) \ argument
649 #define kunit_skip(test, fmt, ...) \ argument
666 #define kunit_printk(lvl, test, fmt, ...) \ argument
679 #define kunit_info(test, fmt, ...) \ argument
690 #define kunit_warn(test, fmt, ...) \ argument
[all …]
/linux/lib/kunit/
H A Dkunit-example-test.c22 static void example_simple_test(struct kunit *test) in example_simple_test()
37 static int example_test_init(struct kunit *test) in example_test_init()
48 static void example_test_exit(struct kunit *test) in example_test_exit()
78 static void example_skip_test(struct kunit *test) in example_skip_test()
93 static void example_mark_skipped_test(struct kunit *test) in example_mark_skipped_test()
108 static void example_all_expect_macros_test(struct kunit *test) in example_all_expect_macros_test()
184 static void example_static_stub_test(struct kunit *test) in example_static_stub_test()
208 static void example_static_stub_using_fn_ptr_test(struct kunit *test) in example_static_stub_using_fn_ptr_test()
243 static void example_params_test(struct kunit *test) in example_params_test()
261 static void example_priv_test(struct kunit *test) in example_priv_test()
[all …]
H A Dkunit-test.c26 struct kunit *test = data; in kunit_test_successful_try() local
34 struct kunit *test = data; in kunit_test_no_catch() local
39 static void kunit_test_try_catch_successful_try_no_catch(struct kunit *test) in kunit_test_try_catch_successful_try_no_catch()
56 struct kunit *test = data; in kunit_test_unsuccessful_try() local
66 struct kunit *test = data; in kunit_test_catch() local
72 static void kunit_test_try_catch_unsuccessful_try_does_catch(struct kunit *test) in kunit_test_try_catch_unsuccessful_try_does_catch()
87 static int kunit_try_catch_test_init(struct kunit *test) in kunit_try_catch_test_init()
119 struct kunit *test = data; in kunit_test_null_dereference() local
127 static void kunit_test_fault_null_dereference(struct kunit *test) in kunit_test_fault_null_dereference()
163 struct kunit test; member
[all …]
/linux/security/apparmor/
H A Dpolicy_unpack_test.c57 struct kunit *test, size_t buf_size) in build_aa_ext_struct()
113 static int policy_unpack_test_init(struct kunit *test) in policy_unpack_test_init()
128 static void policy_unpack_test_inbounds_when_inbounds(struct kunit *test) in policy_unpack_test_inbounds_when_inbounds()
137 static void policy_unpack_test_inbounds_when_out_of_bounds(struct kunit *test) in policy_unpack_test_inbounds_when_out_of_bounds()
144 static void policy_unpack_test_unpack_array_with_null_name(struct kunit *test) in policy_unpack_test_unpack_array_with_null_name()
157 static void policy_unpack_test_unpack_array_with_name(struct kunit *test) in policy_unpack_test_unpack_array_with_name()
171 static void policy_unpack_test_unpack_array_out_of_bounds(struct kunit *test) in policy_unpack_test_unpack_array_out_of_bounds()
185 static void policy_unpack_test_unpack_blob_with_null_name(struct kunit *test) in policy_unpack_test_unpack_blob_with_null_name()
199 static void policy_unpack_test_unpack_blob_with_name(struct kunit *test) in policy_unpack_test_unpack_blob_with_name()
213 static void policy_unpack_test_unpack_blob_out_of_bounds(struct kunit *test) in policy_unpack_test_unpack_blob_out_of_bounds()
[all …]
/linux/drivers/mmc/core/
H A Dmmc_test.c178 static int mmc_test_set_blksize(struct mmc_test_card *test, unsigned size) in mmc_test_set_blksize()
183 static void mmc_test_prepare_sbc(struct mmc_test_card *test, in mmc_test_prepare_sbc()
203 static void mmc_test_prepare_mrq(struct mmc_test_card *test, in mmc_test_prepare_mrq()
252 static int mmc_test_wait_busy(struct mmc_test_card *test) in mmc_test_wait_busy()
283 static int mmc_test_buffer_transfer(struct mmc_test_card *test, in mmc_test_buffer_transfer()
527 static void mmc_test_save_transfer_result(struct mmc_test_card *test, in mmc_test_save_transfer_result()
552 static void mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_rate()
576 static void mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_avg_rate()
620 static int __mmc_test_prepare(struct mmc_test_card *test, int write, int val) in __mmc_test_prepare()
644 static int mmc_test_prepare_write(struct mmc_test_card *test) in mmc_test_prepare_write()
[all …]
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-test.c12 struct kunit *test; member
117 struct kunit *test, const struct arm_smmu_ste *cur, in arm_smmu_v3_test_ste_expect_transition()
153 struct kunit *test, const struct arm_smmu_ste *cur, in arm_smmu_v3_test_ste_expect_non_hitless_transition()
161 struct kunit *test, const struct arm_smmu_ste *cur, in arm_smmu_v3_test_ste_expect_hitless_transition()
190 static void arm_smmu_v3_write_ste_test_bypass_to_abort(struct kunit *test) in arm_smmu_v3_write_ste_test_bypass_to_abort()
202 static void arm_smmu_v3_write_ste_test_abort_to_bypass(struct kunit *test) in arm_smmu_v3_write_ste_test_abort_to_bypass()
213 static void arm_smmu_v3_write_ste_test_cdtable_to_abort(struct kunit *test) in arm_smmu_v3_write_ste_test_cdtable_to_abort()
223 static void arm_smmu_v3_write_ste_test_abort_to_cdtable(struct kunit *test) in arm_smmu_v3_write_ste_test_abort_to_cdtable()
233 static void arm_smmu_v3_write_ste_test_cdtable_to_bypass(struct kunit *test) in arm_smmu_v3_write_ste_test_cdtable_to_bypass()
243 static void arm_smmu_v3_write_ste_test_bypass_to_cdtable(struct kunit *test) in arm_smmu_v3_write_ste_test_bypass_to_cdtable()
[all …]
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c25 static int relay_test_init(struct kunit *test) in relay_test_init()
65 struct kunit *test = kunit_get_current_test(); in replacement_xe_guc_ct_send_recv_always_fails() local
78 struct kunit *test = kunit_get_current_test(); in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay() local
120 static void pf_rejects_guc2pf_too_short(struct kunit *test) in pf_rejects_guc2pf_too_short()
129 static void pf_rejects_guc2pf_too_long(struct kunit *test) in pf_rejects_guc2pf_too_long()
138 static void pf_rejects_guc2pf_no_payload(struct kunit *test) in pf_rejects_guc2pf_no_payload()
147 static void pf_fails_no_payload(struct kunit *test) in pf_fails_no_payload()
155 static void pf_fails_bad_origin(struct kunit *test) in pf_fails_bad_origin()
167 static void pf_fails_bad_type(struct kunit *test) in pf_fails_bad_type()
179 static void pf_txn_reports_error(struct kunit *test) in pf_txn_reports_error()
[all …]
/linux/sound/soc/codecs/
H A Dcs-amp-lib-test.c52 static void cs_amp_lib_test_init_dummy_cal_blob(struct kunit *test, int num_amps) in cs_amp_lib_test_init_dummy_cal_blob()
77 static u64 cs_amp_lib_test_get_target_uid(struct kunit *test) in cs_amp_lib_test_get_target_uid()
105 static void cs_amp_lib_test_cal_data_too_short_test(struct kunit *test) in cs_amp_lib_test_cal_data_too_short_test()
128 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_get_efi_variable_bad_count() local
146 static void cs_amp_lib_test_cal_count_too_big_test(struct kunit *test) in cs_amp_lib_test_cal_count_too_big_test()
175 static void cs_amp_lib_test_no_cal_data_test(struct kunit *test) in cs_amp_lib_test_no_cal_data_test()
201 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_get_efi_variable() local
232 struct kunit *test = kunit_get_current_test(); in cs_amp_lib_test_get_hp_cal_efi_variable() local
256 static void cs_amp_lib_test_get_hp_efi_cal(struct kunit *test) in cs_amp_lib_test_get_hp_efi_cal()
275 static void cs_amp_lib_test_get_efi_cal_by_uid_test(struct kunit *test) in cs_amp_lib_test_get_efi_cal_by_uid_test()
[all …]
/linux/drivers/clk/
H A Dclk-gate_test.c11 static void clk_gate_register_test_dev(struct kunit *test) in clk_gate_register_test_dev()
29 static void clk_gate_register_test_parent_names(struct kunit *test) in clk_gate_register_test_parent_names()
47 static void clk_gate_register_test_parent_data(struct kunit *test) in clk_gate_register_test_parent_data()
67 static void clk_gate_register_test_parent_data_legacy(struct kunit *test) in clk_gate_register_test_parent_data_legacy()
87 static void clk_gate_register_test_parent_hw(struct kunit *test) in clk_gate_register_test_parent_hw()
105 static void clk_gate_register_test_hiword_invalid(struct kunit *test) in clk_gate_register_test_hiword_invalid()
137 static struct clk_gate_test_context *clk_gate_test_alloc_ctx(struct kunit *test) in clk_gate_test_alloc_ctx()
148 static void clk_gate_test_parent_rate(struct kunit *test) in clk_gate_test_parent_rate()
159 static void clk_gate_test_enable(struct kunit *test) in clk_gate_test_enable()
176 static void clk_gate_test_disable(struct kunit *test) in clk_gate_test_disable()
[all …]
H A Dclk_test.c178 static int clk_test_init_with_ops(struct kunit *test, const struct clk_ops *ops) in clk_test_init_with_ops()
201 static int clk_test_init(struct kunit *test) in clk_test_init()
206 static int clk_maximize_test_init(struct kunit *test) in clk_maximize_test_init()
211 static int clk_minimize_test_init(struct kunit *test) in clk_minimize_test_init()
216 static void clk_test_exit(struct kunit *test) in clk_test_exit()
226 static void clk_test_get_rate(struct kunit *test) in clk_test_get_rate()
247 static void clk_test_set_get_rate(struct kunit *test) in clk_test_set_get_rate()
272 static void clk_test_set_set_get_rate(struct kunit *test) in clk_test_set_set_get_rate()
298 static void clk_test_round_set_get_rate(struct kunit *test) in clk_test_round_set_get_rate()
341 static int clk_uncached_test_init(struct kunit *test) in clk_uncached_test_init()
[all …]
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c26 static void cros_ec_proto_test_prepare_tx_legacy_normal(struct kunit *test) in cros_ec_proto_test_prepare_tx_legacy_normal()
69 static void cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize(struct kunit *test) in cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize()
84 static void cros_ec_proto_test_prepare_tx_normal(struct kunit *test) in cros_ec_proto_test_prepare_tx_normal()
125 static void cros_ec_proto_test_prepare_tx_bad_msg_outsize(struct kunit *test) in cros_ec_proto_test_prepare_tx_bad_msg_outsize()
138 static void cros_ec_proto_test_check_result(struct kunit *test) in cros_ec_proto_test_check_result()
178 static void cros_ec_proto_test_query_all_pretest(struct kunit *test) in cros_ec_proto_test_query_all_pretest()
193 static void cros_ec_proto_test_query_all_normal(struct kunit *test) in cros_ec_proto_test_query_all_normal()
347 static void cros_ec_proto_test_query_all_no_pd_return_error(struct kunit *test) in cros_ec_proto_test_query_all_no_pd_return_error()
412 static void cros_ec_proto_test_query_all_no_pd_return0(struct kunit *test) in cros_ec_proto_test_query_all_no_pd_return0()
477 static void cros_ec_proto_test_query_all_legacy_normal_v3_return_error(struct kunit *test) in cros_ec_proto_test_query_all_legacy_normal_v3_return_error()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c129 #define busy_poll_string(test) (test)->ifobj_tx->busy_poll ? "BUSY-POLL " : "" argument
130 static char *mode_string(struct test_spec *test) in mode_string()
144 static void report_failure(struct test_spec *test) in report_failure()
476 static void __test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in __test_spec_init()
538 static void test_spec_init(struct test_spec *test, struct ifobject *ifobj_tx, in test_spec_init()
568 static void test_spec_reset(struct test_spec *test) in test_spec_reset()
573 static void test_spec_set_xdp_prog(struct test_spec *test, struct bpf_program *xdp_prog_rx, in test_spec_set_xdp_prog()
583 static int test_spec_set_mtu(struct test_spec *test, int mtu) in test_spec_set_mtu()
636 static void pkt_stream_restore_default(struct test_spec *test) in pkt_stream_restore_default()
769 static void pkt_stream_replace(struct test_spec *test, u32 nb_pkts, u32 pkt_len) in pkt_stream_replace()
[all …]
/linux/kernel/events/
H A Dhw_breakpoint_test.c15 #define TEST_REQUIRES_BP_SLOTS(test, slots) \ argument
65 static void fill_one_bp_slot(struct kunit *test, int *id, int cpu, struct task_struct *tsk) in fill_one_bp_slot()
80 static bool fill_bp_slots(struct kunit *test, int *id, int cpu, struct task_struct *tsk, int skip) in fill_bp_slots()
93 static struct task_struct *get_other_task(struct kunit *test) in get_other_task()
122 static void test_one_cpu(struct kunit *test) in test_one_cpu()
131 static void test_many_cpus(struct kunit *test) in test_many_cpus()
146 static void test_one_task_on_all_cpus(struct kunit *test) in test_one_task_on_all_cpus()
159 static void test_two_tasks_on_all_cpus(struct kunit *test) in test_two_tasks_on_all_cpus()
177 static void test_one_task_on_one_cpu(struct kunit *test) in test_one_task_on_one_cpu()
193 static void test_one_task_mixed(struct kunit *test) in test_one_task_mixed()
[all …]
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_parse.c76 static char *cs_dsp_ctl_alloc_test_string(struct kunit *test, char c, size_t len) in cs_dsp_ctl_alloc_test_string()
89 static void cs_dsp_ctl_parse_no_coeffs(struct kunit *test) in cs_dsp_ctl_parse_no_coeffs()
108 static void cs_dsp_ctl_parse_v1_name(struct kunit *test) in cs_dsp_ctl_parse_v1_name()
138 static void cs_dsp_ctl_parse_empty_v1_name(struct kunit *test) in cs_dsp_ctl_parse_empty_v1_name()
168 static void cs_dsp_ctl_parse_max_v1_name(struct kunit *test) in cs_dsp_ctl_parse_max_v1_name()
196 static void cs_dsp_ctl_parse_short_name(struct kunit *test) in cs_dsp_ctl_parse_short_name()
226 static void cs_dsp_ctl_parse_min_short_name(struct kunit *test) in cs_dsp_ctl_parse_min_short_name()
257 static void cs_dsp_ctl_parse_max_short_name(struct kunit *test) in cs_dsp_ctl_parse_max_short_name()
290 static void cs_dsp_ctl_parse_with_min_fullname(struct kunit *test) in cs_dsp_ctl_parse_with_min_fullname()
322 static void cs_dsp_ctl_parse_with_max_fullname(struct kunit *test) in cs_dsp_ctl_parse_with_max_fullname()
[all …]
H A Dcs_dsp_test_wmfw_error.c53 static void wmfw_load_with_unknown_blocks(struct kunit *test) in wmfw_load_with_unknown_blocks()
110 static void wmfw_err_wrong_magic(struct kunit *test) in wmfw_err_wrong_magic()
156 static void wmfw_err_too_short_for_header(struct kunit *test) in wmfw_err_too_short_for_header()
180 static void wmfw_err_bad_header_length(struct kunit *test) in wmfw_err_bad_header_length()
230 static void wmfw_err_bad_core_type(struct kunit *test) in wmfw_err_bad_core_type()
269 static void wmfw_too_short_for_block_header(struct kunit *test) in wmfw_too_short_for_block_header()
303 static void wmfw_too_short_for_block_payload(struct kunit *test) in wmfw_too_short_for_block_payload()
332 static void wmfw_block_payload_len_garbage(struct kunit *test) in wmfw_block_payload_len_garbage()
388 static void wmfw_too_short_for_alg_header(struct kunit *test) in wmfw_too_short_for_alg_header()
421 static void wmfw_v1_alg_name_unterminated(struct kunit *test) in wmfw_v1_alg_name_unterminated()
[all …]
/linux/tools/testing/scatterlist/
H A Dmain.c8 struct test { struct
30 static void fail(struct test *test, struct sg_table *st, const char *cond) in fail()
48 #define VALIDATE(cond, st, test) \ argument
55 struct test *test, tests[] = { in main() local
/linux/drivers/pinctrl/qcom/
H A Dtlmm-test.c145 static void tlmm_test_request_hard_irq(struct kunit *test, unsigned long irqflags) in tlmm_test_request_hard_irq()
154 static void tlmm_test_request_threaded_irq(struct kunit *test, unsigned long irqflags) in tlmm_test_request_threaded_irq()
166 static void tlmm_test_silent(struct kunit *test, unsigned long irqflags) in tlmm_test_silent()
188 static void tlmm_test_silent_rising(struct kunit *test) in tlmm_test_silent_rising()
196 static void tlmm_test_silent_falling(struct kunit *test) in tlmm_test_silent_falling()
204 static void tlmm_test_silent_low(struct kunit *test) in tlmm_test_silent_low()
212 static void tlmm_test_silent_high(struct kunit *test) in tlmm_test_silent_high()
220 static void tlmm_test_rising(struct kunit *test) in tlmm_test_rising()
245 static void tlmm_test_falling(struct kunit *test) in tlmm_test_falling()
270 static void tlmm_test_low(struct kunit *test) in tlmm_test_low()
[all …]

12345678910>>...22