/linux-6.1.9/mm/kasan/ |
D | kasan_test.c | 49 static int kasan_test_init(struct kunit *test) in kasan_test_init() 64 static void kasan_test_exit(struct kunit *test) in kasan_test_exit() 91 #define KUNIT_EXPECT_KASAN_FAIL(test, expression) do { \ argument 116 #define KASAN_TEST_NEEDS_CONFIG_ON(test, config) do { \ argument 121 #define KASAN_TEST_NEEDS_CONFIG_OFF(test, config) do { \ argument 126 static void kmalloc_oob_right(struct kunit *test) in kmalloc_oob_right() 155 static void kmalloc_oob_left(struct kunit *test) in kmalloc_oob_left() 168 static void kmalloc_node_oob_right(struct kunit *test) in kmalloc_node_oob_right() 187 static void kmalloc_pagealloc_oob_right(struct kunit *test) in kmalloc_pagealloc_oob_right() 203 static void kmalloc_pagealloc_uaf(struct kunit *test) in kmalloc_pagealloc_uaf() [all …]
|
/linux-6.1.9/lib/ |
D | list-test.c | 17 static void list_test_list_init(struct kunit *test) in list_test_list_init() 46 static void list_test_list_add(struct kunit *test) in list_test_list_add() 60 static void list_test_list_add_tail(struct kunit *test) in list_test_list_add_tail() 74 static void list_test_list_del(struct kunit *test) in list_test_list_del() 90 static void list_test_list_replace(struct kunit *test) in list_test_list_replace() 106 static void list_test_list_replace_init(struct kunit *test) in list_test_list_replace_init() 125 static void list_test_list_swap(struct kunit *test) in list_test_list_swap() 147 static void list_test_list_del_init(struct kunit *test) in list_test_list_del_init() 164 static void list_test_list_del_init_careful(struct kunit *test) in list_test_list_del_init_careful() 184 static void list_test_list_move(struct kunit *test) in list_test_list_move() [all …]
|
D | cpumask_kunit.c | 16 #define EXPECT_FOR_EACH_CPU_EQ(test, mask) \ argument 26 #define EXPECT_FOR_EACH_CPU_NOT_EQ(test, mask) \ argument 36 #define EXPECT_FOR_EACH_CPU_OP_EQ(test, op, mask1, mask2) \ argument 49 #define EXPECT_FOR_EACH_CPU_WRAP_EQ(test, mask) \ argument 59 #define EXPECT_FOR_EACH_CPU_BUILTIN_EQ(test, name) \ argument 72 static void test_cpumask_weight(struct kunit *test) in test_cpumask_weight() 83 static void test_cpumask_first(struct kunit *test) in test_cpumask_first() 93 static void test_cpumask_last(struct kunit *test) in test_cpumask_last() 101 static void test_cpumask_next(struct kunit *test) in test_cpumask_next() 113 static void test_cpumask_iterators(struct kunit *test) in test_cpumask_iterators() [all …]
|
/linux-6.1.9/drivers/gpu/drm/tests/ |
D | drm_cmdline_parser_test.c | 14 static void drm_test_cmdline_force_e_only(struct kunit *test) in drm_test_cmdline_force_e_only() 32 static void drm_test_cmdline_force_D_only_not_digital(struct kunit *test) in drm_test_cmdline_force_D_only_not_digital() 54 static void drm_test_cmdline_force_D_only_hdmi(struct kunit *test) in drm_test_cmdline_force_D_only_hdmi() 76 static void drm_test_cmdline_force_D_only_dvi(struct kunit *test) in drm_test_cmdline_force_D_only_dvi() 94 static void drm_test_cmdline_force_d_only(struct kunit *test) in drm_test_cmdline_force_d_only() 112 static void drm_test_cmdline_res(struct kunit *test) in drm_test_cmdline_res() 134 static void drm_test_cmdline_res_vesa(struct kunit *test) in drm_test_cmdline_res_vesa() 156 static void drm_test_cmdline_res_vesa_rblank(struct kunit *test) in drm_test_cmdline_res_vesa_rblank() 178 static void drm_test_cmdline_res_rblank(struct kunit *test) in drm_test_cmdline_res_rblank() 200 static void drm_test_cmdline_res_bpp(struct kunit *test) in drm_test_cmdline_res_bpp() [all …]
|
D | drm_format_test.c | 12 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 …]
|
D | drm_mm_test.c | 46 static bool assert_no_holes(struct kunit *test, const struct drm_mm *mm) in assert_no_holes() 71 static bool assert_one_hole(struct kunit *test, const struct drm_mm *mm, u64 start, u64 end) in assert_one_hole() 100 static bool assert_continuous(struct kunit *test, const struct drm_mm *mm, u64 size) in assert_continuous() 162 static bool assert_node(struct kunit *test, struct drm_mm_node *node, struct drm_mm *mm, in assert_node() 194 static void drm_test_mm_init(struct kunit *test) in drm_test_mm_init() 248 static void drm_test_mm_debug(struct kunit *test) in drm_test_mm_debug() 281 static bool expect_reserve_fail(struct kunit *test, struct drm_mm *mm, struct drm_mm_node *node) in expect_reserve_fail() 301 static bool check_reserve_boundaries(struct kunit *test, struct drm_mm *mm, in check_reserve_boundaries() 344 static int __drm_test_mm_reserve(struct kunit *test, unsigned int count, u64 size) in __drm_test_mm_reserve() 466 static void drm_test_mm_reserve(struct kunit *test) in drm_test_mm_reserve() [all …]
|
D | drm_damage_helper_test.c | 26 static int drm_damage_helper_init(struct kunit *test) in drm_damage_helper_init() 95 static void check_damage_clip(struct kunit *test, struct drm_rect *r, in check_damage_clip() 119 static void drm_test_damage_iter_no_damage(struct kunit *test) in drm_test_damage_iter_no_damage() 137 static void drm_test_damage_iter_no_damage_fractional_src(struct kunit *test) in drm_test_damage_iter_no_damage_fractional_src() 158 static void drm_test_damage_iter_no_damage_src_moved(struct kunit *test) in drm_test_damage_iter_no_damage_src_moved() 177 static void drm_test_damage_iter_no_damage_fractional_src_moved(struct kunit *test) in drm_test_damage_iter_no_damage_fractional_src_moved() 197 static void drm_test_damage_iter_no_damage_not_visible(struct kunit *test) in drm_test_damage_iter_no_damage_not_visible() 215 static void drm_test_damage_iter_no_damage_no_crtc(struct kunit *test) in drm_test_damage_iter_no_damage_no_crtc() 233 static void drm_test_damage_iter_no_damage_no_fb(struct kunit *test) in drm_test_damage_iter_no_damage_no_fb() 251 static void drm_test_damage_iter_simple_damage(struct kunit *test) in drm_test_damage_iter_simple_damage() [all …]
|
/linux-6.1.9/include/kunit/ |
D | test.h | 226 static inline void kunit_set_failure(struct kunit *test) in kunit_set_failure() 334 static inline void *kunit_kmalloc(struct kunit *test, size_t size, gfp_t gfp) in kunit_kmalloc() 354 static inline void *kunit_kzalloc(struct kunit *test, size_t size, gfp_t gfp) in kunit_kzalloc() 368 static inline void *kunit_kcalloc(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kcalloc() 424 #define kunit_printk(lvl, test, fmt, ...) \ argument 437 #define kunit_info(test, fmt, ...) \ argument 448 #define kunit_warn(test, fmt, ...) \ argument 459 #define kunit_err(test, fmt, ...) \ argument 470 #define KUNIT_SUCCEED(test) do {} while (0) argument 479 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument [all …]
|
/linux-6.1.9/security/apparmor/ |
D | policy_unpack_test.c | 52 struct kunit *test, size_t buf_size) in build_aa_ext_struct() 109 static int policy_unpack_test_init(struct kunit *test) in policy_unpack_test_init() 124 static void policy_unpack_test_inbounds_when_inbounds(struct kunit *test) in policy_unpack_test_inbounds_when_inbounds() 133 static void policy_unpack_test_inbounds_when_out_of_bounds(struct kunit *test) in policy_unpack_test_inbounds_when_out_of_bounds() 140 static void policy_unpack_test_unpack_array_with_null_name(struct kunit *test) in policy_unpack_test_unpack_array_with_null_name() 154 static void policy_unpack_test_unpack_array_with_name(struct kunit *test) in policy_unpack_test_unpack_array_with_name() 169 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-6.1.9/drivers/mmc/core/ |
D | mmc_test.c | 178 static int mmc_test_set_blksize(struct mmc_test_card *test, unsigned size) in mmc_test_set_blksize() 189 static void mmc_test_prepare_sbc(struct mmc_test_card *test, in mmc_test_prepare_sbc() 209 static void mmc_test_prepare_mrq(struct mmc_test_card *test, in mmc_test_prepare_mrq() 258 static int mmc_test_wait_busy(struct mmc_test_card *test) in mmc_test_wait_busy() 289 static int mmc_test_buffer_transfer(struct mmc_test_card *test, in mmc_test_buffer_transfer() 533 static void mmc_test_save_transfer_result(struct mmc_test_card *test, in mmc_test_save_transfer_result() 558 static void mmc_test_print_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_rate() 582 static void mmc_test_print_avg_rate(struct mmc_test_card *test, uint64_t bytes, in mmc_test_print_avg_rate() 626 static int __mmc_test_prepare(struct mmc_test_card *test, int write, int val) in __mmc_test_prepare() 650 static int mmc_test_prepare_write(struct mmc_test_card *test) in mmc_test_prepare_write() [all …]
|
/linux-6.1.9/drivers/clk/ |
D | clk_test.c | 144 static int clk_test_init_with_ops(struct kunit *test, const struct clk_ops *ops) in clk_test_init_with_ops() 167 static int clk_test_init(struct kunit *test) in clk_test_init() 172 static int clk_maximize_test_init(struct kunit *test) in clk_maximize_test_init() 177 static int clk_minimize_test_init(struct kunit *test) in clk_minimize_test_init() 182 static void clk_test_exit(struct kunit *test) in clk_test_exit() 192 static void clk_test_get_rate(struct kunit *test) in clk_test_get_rate() 213 static void clk_test_set_get_rate(struct kunit *test) in clk_test_set_get_rate() 238 static void clk_test_set_set_get_rate(struct kunit *test) in clk_test_set_set_get_rate() 264 static void clk_test_round_set_get_rate(struct kunit *test) in clk_test_round_set_get_rate() 306 static int clk_uncached_test_init(struct kunit *test) in clk_uncached_test_init() [all …]
|
D | clk-gate_test.c | 11 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 …]
|
/linux-6.1.9/lib/kunit/ |
D | kunit-test.c | 19 struct kunit *test = data; in kunit_test_successful_try() local 27 struct kunit *test = data; in kunit_test_no_catch() local 32 static void kunit_test_try_catch_successful_try_no_catch(struct kunit *test) in kunit_test_try_catch_successful_try_no_catch() 48 struct kunit *test = data; in kunit_test_unsuccessful_try() local 58 struct kunit *test = data; in kunit_test_catch() local 64 static void kunit_test_try_catch_unsuccessful_try_does_catch(struct kunit *test) in kunit_test_try_catch_unsuccessful_try_does_catch() 78 static int kunit_try_catch_test_init(struct kunit *test) in kunit_try_catch_test_init() 111 struct kunit test; member 133 static void kunit_resource_test_init_resources(struct kunit *test) in kunit_resource_test_init_resources() 142 static void kunit_resource_test_alloc_resource(struct kunit *test) in kunit_resource_test_alloc_resource() [all …]
|
D | executor_test.c | 16 static void dummy_test(struct kunit *test) {} in dummy_test() 25 static void parse_filter_test(struct kunit *test) in parse_filter_test() 42 static void filter_suites_test(struct kunit *test) in filter_suites_test() 66 static void filter_suites_test_glob_test(struct kunit *test) in filter_suites_test_glob_test() 93 static void filter_suites_to_empty_test(struct kunit *test) in filter_suites_to_empty_test() 136 static void kfree_at_end(struct kunit *test, const void *to_free) in kfree_at_end() 145 static struct kunit_suite *alloc_fake_suite(struct kunit *test, in alloc_fake_suite()
|
/linux-6.1.9/kernel/events/ |
D | hw_breakpoint_test.c | 15 #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-6.1.9/tools/testing/scatterlist/ |
D | main.c | 8 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-6.1.9/drivers/platform/chrome/ |
D | cros_ec_proto_test.c | 25 static void cros_ec_proto_test_prepare_tx_legacy_normal(struct kunit *test) in cros_ec_proto_test_prepare_tx_legacy_normal() 68 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() 83 static void cros_ec_proto_test_prepare_tx_normal(struct kunit *test) in cros_ec_proto_test_prepare_tx_normal() 124 static void cros_ec_proto_test_prepare_tx_bad_msg_outsize(struct kunit *test) in cros_ec_proto_test_prepare_tx_bad_msg_outsize() 137 static void cros_ec_proto_test_check_result(struct kunit *test) in cros_ec_proto_test_check_result() 177 static void cros_ec_proto_test_query_all_pretest(struct kunit *test) in cros_ec_proto_test_query_all_pretest() 192 static void cros_ec_proto_test_query_all_normal(struct kunit *test) in cros_ec_proto_test_query_all_normal() 346 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() 411 static void cros_ec_proto_test_query_all_no_pd_return0(struct kunit *test) in cros_ec_proto_test_query_all_no_pd_return0() 476 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-6.1.9/drivers/thunderbolt/ |
D | test.c | 31 static void kunit_ida_init(struct kunit *test, struct ida *ida) in kunit_ida_init() 36 static struct tb_switch *alloc_switch(struct kunit *test, u64 route, in alloc_switch() 72 static struct tb_switch *alloc_host(struct kunit *test) in alloc_host() 154 static struct tb_switch *alloc_host_usb4(struct kunit *test) in alloc_host_usb4() 173 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default() 323 static struct tb_switch *alloc_dev_with_dpin(struct kunit *test, in alloc_dev_with_dpin() 344 static struct tb_switch *alloc_dev_without_dp(struct kunit *test, in alloc_dev_without_dp() 385 static struct tb_switch *alloc_dev_usb4(struct kunit *test, in alloc_dev_usb4() 406 static void tb_test_path_basic(struct kunit *test) in tb_test_path_basic() 423 static void tb_test_path_not_connected_walk(struct kunit *test) in tb_test_path_not_connected_walk() [all …]
|
/linux-6.1.9/mm/kfence/ |
D | kfence_test.c | 35 #define KFENCE_TEST_REQUIRES(test, cond) do { \ argument 185 static size_t setup_test_cache(struct kunit *test, size_t size, slab_flags_t flags, in setup_test_cache() 243 static void *test_alloc(struct kunit *test, size_t size, gfp_t gfp, enum allocation_policy policy) in test_alloc() 316 static void test_out_of_bounds_read(struct kunit *test) in test_out_of_bounds_read() 350 static void test_out_of_bounds_write(struct kunit *test) in test_out_of_bounds_write() 368 static void test_use_after_free_read(struct kunit *test) in test_use_after_free_read() 384 static void test_double_free(struct kunit *test) in test_double_free() 399 static void test_invalid_addr_free(struct kunit *test) in test_invalid_addr_free() 416 static void test_corruption(struct kunit *test) in test_corruption() 452 static void test_kmalloc_aligned_oob_read(struct kunit *test) in test_kmalloc_aligned_oob_read() [all …]
|
/linux-6.1.9/mm/kmsan/ |
D | kmsan_test.c | 154 static void test_uninit_kmalloc(struct kunit *test) in test_uninit_kmalloc() 168 static void test_init_kmalloc(struct kunit *test) in test_init_kmalloc() 181 static void test_init_kzalloc(struct kunit *test) in test_init_kzalloc() 193 static void test_uninit_stack_var(struct kunit *test) in test_uninit_stack_var() 204 static void test_init_stack_var(struct kunit *test) in test_init_stack_var() 235 static void test_params(struct kunit *test) in test_params() 263 static void test_uninit_multiple_params(struct kunit *test) in test_uninit_multiple_params() 287 static void test_uninit_kmsan_check_memory(struct kunit *test) in test_uninit_kmsan_check_memory() 305 static void test_init_kmsan_vmap_vunmap(struct kunit *test) in test_init_kmsan_vmap_vunmap() 336 static void test_init_vmalloc(struct kunit *test) in test_init_vmalloc() [all …]
|
/linux-6.1.9/net/mptcp/ |
D | token_test.c | 6 static struct mptcp_subflow_request_sock *build_req_sock(struct kunit *test) in build_req_sock() 18 static void mptcp_token_test_req_basic(struct kunit *test) in mptcp_token_test_req_basic() 32 static struct inet_connection_sock *build_icsk(struct kunit *test) in build_icsk() 42 static struct mptcp_subflow_context *build_ctx(struct kunit *test) in build_ctx() 52 static struct mptcp_sock *build_msk(struct kunit *test) in build_msk() 63 static void mptcp_token_test_msk_basic(struct kunit *test) in mptcp_token_test_msk_basic() 86 static void mptcp_token_test_accept(struct kunit *test) in mptcp_token_test_accept() 105 static void mptcp_token_test_destroyed(struct kunit *test) in mptcp_token_test_destroyed()
|
/linux-6.1.9/kernel/kcsan/ |
D | kcsan_test.c | 35 #define KCSAN_TEST_REQUIRES(test, cond) do { \ argument 525 static void test_barrier_nothreads(struct kunit *test) in test_barrier_nothreads() 713 static void test_basic(struct kunit *test) in test_basic() 744 static void test_concurrent_races(struct kunit *test) in test_concurrent_races() 773 static void test_novalue_change(struct kunit *test) in test_novalue_change() 805 static void test_novalue_change_exception(struct kunit *test) in test_novalue_change_exception() 831 static void test_unknown_origin(struct kunit *test) in test_unknown_origin() 853 static void test_write_write_assume_atomic(struct kunit *test) in test_write_write_assume_atomic() 879 static void test_write_write_struct(struct kunit *test) in test_write_write_struct() 901 static void test_write_write_struct_part(struct kunit *test) in test_write_write_struct_part() [all …]
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_sock_addr.c | 644 static int load_insns(const struct sock_addr_test *test, in load_insns() 663 static int load_path(const struct sock_addr_test *test, const char *path) in load_path() 697 static int bind4_prog_load(const struct sock_addr_test *test) in bind4_prog_load() 702 static int bind6_prog_load(const struct sock_addr_test *test) in bind6_prog_load() 707 static int connect4_prog_load(const struct sock_addr_test *test) in connect4_prog_load() 712 static int connect6_prog_load(const struct sock_addr_test *test) in connect6_prog_load() 717 static int xmsg_ret_only_prog_load(const struct sock_addr_test *test, in xmsg_ret_only_prog_load() 728 static int sendmsg_allow_prog_load(const struct sock_addr_test *test) in sendmsg_allow_prog_load() 733 static int sendmsg_deny_prog_load(const struct sock_addr_test *test) in sendmsg_deny_prog_load() 738 static int recvmsg_allow_prog_load(const struct sock_addr_test *test) in recvmsg_allow_prog_load() [all …]
|
/linux-6.1.9/sound/soc/ |
D | soc-topology-test.c | 28 static int snd_soc_tplg_test_init(struct kunit *test) in snd_soc_tplg_test_init() 40 static void snd_soc_tplg_test_exit(struct kunit *test) in snd_soc_tplg_test_exit() 242 static void snd_soc_tplg_test_load_with_null_comp(struct kunit *test) in snd_soc_tplg_test_load_with_null_comp() 284 static void snd_soc_tplg_test_load_with_null_ops(struct kunit *test) in snd_soc_tplg_test_load_with_null_ops() 346 static void snd_soc_tplg_test_load_with_null_fw(struct kunit *test) in snd_soc_tplg_test_load_with_null_fw() 383 static void snd_soc_tplg_test_load_empty_tplg(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg() 433 static void snd_soc_tplg_test_load_empty_tplg_bad_magic(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_magic() 488 static void snd_soc_tplg_test_load_empty_tplg_bad_abi(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_abi() 543 static void snd_soc_tplg_test_load_empty_tplg_bad_size(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_size() 598 static void snd_soc_tplg_test_load_empty_tplg_bad_payload_size(struct kunit *test) in snd_soc_tplg_test_load_empty_tplg_bad_payload_size() [all …]
|
/linux-6.1.9/arch/s390/lib/ |
D | test_kprobes.c | 11 static void setup_kprobe(struct kunit *test, struct kprobe *kp, in setup_kprobe() 19 static void test_kprobe_offset(struct kunit *test, struct kprobe *kp, in test_kprobe_offset() 36 static void test_kprobe_odd(struct kunit *test) in test_kprobe_odd() 42 static void test_kprobe_in_insn4(struct kunit *test) in test_kprobe_in_insn4() 48 static void test_kprobe_in_insn6_lo(struct kunit *test) in test_kprobe_in_insn6_lo() 54 static void test_kprobe_in_insn6_hi(struct kunit *test) in test_kprobe_in_insn6_hi()
|