/kernel/linux/linux-5.10/lib/ |
H A D | test_kasan.c | 801 KUNIT_CASE(kmalloc_oob_right), 802 KUNIT_CASE(kmalloc_oob_left), 803 KUNIT_CASE(kmalloc_node_oob_right), 804 KUNIT_CASE(kmalloc_pagealloc_oob_right), 805 KUNIT_CASE(kmalloc_pagealloc_uaf), 806 KUNIT_CASE(kmalloc_pagealloc_invalid_free), 807 KUNIT_CASE(kmalloc_large_oob_right), 808 KUNIT_CASE(kmalloc_oob_krealloc_more), 809 KUNIT_CASE(kmalloc_oob_krealloc_less), 810 KUNIT_CASE(kmalloc_oob_1 [all...] |
H A D | list-test.c | 702 KUNIT_CASE(list_test_list_init), 703 KUNIT_CASE(list_test_list_add), 704 KUNIT_CASE(list_test_list_add_tail), 705 KUNIT_CASE(list_test_list_del), 706 KUNIT_CASE(list_test_list_replace), 707 KUNIT_CASE(list_test_list_replace_init), 708 KUNIT_CASE(list_test_list_swap), 709 KUNIT_CASE(list_test_list_del_init), 710 KUNIT_CASE(list_test_list_move), 711 KUNIT_CASE(list_test_list_move_tai [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | list-test.c | 761 KUNIT_CASE(list_test_list_init), 762 KUNIT_CASE(list_test_list_add), 763 KUNIT_CASE(list_test_list_add_tail), 764 KUNIT_CASE(list_test_list_del), 765 KUNIT_CASE(list_test_list_replace), 766 KUNIT_CASE(list_test_list_replace_init), 767 KUNIT_CASE(list_test_list_swap), 768 KUNIT_CASE(list_test_list_del_init), 769 KUNIT_CASE(list_test_list_del_init_careful), 770 KUNIT_CASE(list_test_list_mov [all...] |
H A D | slub_kunit.c | 170 KUNIT_CASE(test_clobber_zone), 173 KUNIT_CASE(test_next_pointer), 174 KUNIT_CASE(test_first_word), 175 KUNIT_CASE(test_clobber_50th_byte), 178 KUNIT_CASE(test_clobber_redzone_free), 179 KUNIT_CASE(test_kmalloc_redzone_access),
|
H A D | cpumask_kunit.c | 139 KUNIT_CASE(test_cpumask_weight), 140 KUNIT_CASE(test_cpumask_first), 141 KUNIT_CASE(test_cpumask_last), 142 KUNIT_CASE(test_cpumask_next), 143 KUNIT_CASE(test_cpumask_iterators), 144 KUNIT_CASE(test_cpumask_iterators_builtin),
|
H A D | hashtable_test.c | 298 KUNIT_CASE(hashtable_test_hash_init), 299 KUNIT_CASE(hashtable_test_hash_empty), 300 KUNIT_CASE(hashtable_test_hash_hashed), 301 KUNIT_CASE(hashtable_test_hash_add), 302 KUNIT_CASE(hashtable_test_hash_del), 303 KUNIT_CASE(hashtable_test_hash_for_each), 304 KUNIT_CASE(hashtable_test_hash_for_each_safe), 305 KUNIT_CASE(hashtable_test_hash_for_each_possible), 306 KUNIT_CASE(hashtable_test_hash_for_each_possible_safe),
|
H A D | stackinit_kunit.c | 413 KUNIT_CASE(test_u8_ ## init), \ 414 KUNIT_CASE(test_u16_ ## init), \ 415 KUNIT_CASE(test_u32_ ## init), \ 416 KUNIT_CASE(test_u64_ ## init), \ 417 KUNIT_CASE(test_char_array_ ## init) 420 KUNIT_CASE(test_small_hole_ ## init), \ 421 KUNIT_CASE(test_big_hole_ ## init), \ 422 KUNIT_CASE(test_trailing_hole_ ## init),\ 423 KUNIT_CASE(test_packed_ ## init) \ 445 KUNIT_CASE(test_switch_1_non [all...] |
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | kasan_test.c | 1511 KUNIT_CASE(kmalloc_oob_right), 1512 KUNIT_CASE(kmalloc_oob_left), 1513 KUNIT_CASE(kmalloc_node_oob_right), 1514 KUNIT_CASE(kmalloc_pagealloc_oob_right), 1515 KUNIT_CASE(kmalloc_pagealloc_uaf), 1516 KUNIT_CASE(kmalloc_pagealloc_invalid_free), 1517 KUNIT_CASE(pagealloc_oob_right), 1518 KUNIT_CASE(pagealloc_uaf), 1519 KUNIT_CASE(kmalloc_large_oob_right), 1520 KUNIT_CASE(krealloc_more_oo [all...] |
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | policy_unpack_test.c | 568 KUNIT_CASE(policy_unpack_test_inbounds_when_inbounds), 569 KUNIT_CASE(policy_unpack_test_inbounds_when_out_of_bounds), 570 KUNIT_CASE(policy_unpack_test_unpack_array_with_null_name), 571 KUNIT_CASE(policy_unpack_test_unpack_array_with_name), 572 KUNIT_CASE(policy_unpack_test_unpack_array_out_of_bounds), 573 KUNIT_CASE(policy_unpack_test_unpack_blob_with_null_name), 574 KUNIT_CASE(policy_unpack_test_unpack_blob_with_name), 575 KUNIT_CASE(policy_unpack_test_unpack_blob_out_of_bounds), 576 KUNIT_CASE(policy_unpack_test_unpack_nameX_with_null_name), 577 KUNIT_CASE(policy_unpack_test_unpack_nameX_with_wrong_cod [all...] |
/kernel/linux/linux-6.6/mm/kmsan/ |
H A D | kmsan_test.c | 585 KUNIT_CASE(test_uninit_kmalloc), 586 KUNIT_CASE(test_init_kmalloc), 587 KUNIT_CASE(test_init_kzalloc), 588 KUNIT_CASE(test_uninit_stack_var), 589 KUNIT_CASE(test_init_stack_var), 590 KUNIT_CASE(test_params), 591 KUNIT_CASE(test_uninit_multiple_params), 592 KUNIT_CASE(test_uninit_kmsan_check_memory), 593 KUNIT_CASE(test_init_kmsan_vmap_vunmap), 594 KUNIT_CASE(test_init_vmallo [all...] |
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | kunit-test.c | 96 KUNIT_CASE(kunit_test_try_catch_successful_try_no_catch), 97 KUNIT_CASE(kunit_test_try_catch_unsuccessful_try_does_catch), 511 KUNIT_CASE(kunit_resource_test_init_resources), 512 KUNIT_CASE(kunit_resource_test_alloc_resource), 513 KUNIT_CASE(kunit_resource_test_destroy_resource), 514 KUNIT_CASE(kunit_resource_test_remove_resource), 515 KUNIT_CASE(kunit_resource_test_cleanup_resources), 516 KUNIT_CASE(kunit_resource_test_proper_free_ordering), 517 KUNIT_CASE(kunit_resource_test_static), 518 KUNIT_CASE(kunit_resource_test_name [all...] |
H A D | kunit-example-test.c | 242 KUNIT_CASE(example_simple_test), 243 KUNIT_CASE(example_skip_test), 244 KUNIT_CASE(example_mark_skipped_test), 245 KUNIT_CASE(example_all_expect_macros_test), 246 KUNIT_CASE(example_static_stub_test),
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | policy_unpack_test.c | 566 KUNIT_CASE(policy_unpack_test_inbounds_when_inbounds), 567 KUNIT_CASE(policy_unpack_test_inbounds_when_out_of_bounds), 568 KUNIT_CASE(policy_unpack_test_unpack_array_with_null_name), 569 KUNIT_CASE(policy_unpack_test_unpack_array_with_name), 570 KUNIT_CASE(policy_unpack_test_unpack_array_out_of_bounds), 571 KUNIT_CASE(policy_unpack_test_unpack_blob_with_null_name), 572 KUNIT_CASE(policy_unpack_test_unpack_blob_with_name), 573 KUNIT_CASE(policy_unpack_test_unpack_blob_out_of_bounds), 574 KUNIT_CASE(policy_unpack_test_unpack_nameX_with_null_name), 575 KUNIT_CASE(policy_unpack_test_unpack_nameX_with_wrong_cod [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/ |
H A D | drm_format_test.c | 331 KUNIT_CASE(drm_test_format_block_width_invalid), 332 KUNIT_CASE(drm_test_format_block_width_one_plane), 333 KUNIT_CASE(drm_test_format_block_width_two_plane), 334 KUNIT_CASE(drm_test_format_block_width_three_plane), 335 KUNIT_CASE(drm_test_format_block_width_tiled), 336 KUNIT_CASE(drm_test_format_block_height_invalid), 337 KUNIT_CASE(drm_test_format_block_height_one_plane), 338 KUNIT_CASE(drm_test_format_block_height_two_plane), 339 KUNIT_CASE(drm_test_format_block_height_three_plane), 340 KUNIT_CASE(drm_test_format_block_height_tile [all...] |
H A D | drm_cmdline_parser_test.c | 1008 KUNIT_CASE(drm_test_cmdline_force_d_only), 1009 KUNIT_CASE(drm_test_cmdline_force_D_only_dvi), 1010 KUNIT_CASE(drm_test_cmdline_force_D_only_hdmi), 1011 KUNIT_CASE(drm_test_cmdline_force_D_only_not_digital), 1012 KUNIT_CASE(drm_test_cmdline_force_e_only), 1013 KUNIT_CASE(drm_test_cmdline_res), 1014 KUNIT_CASE(drm_test_cmdline_res_vesa), 1015 KUNIT_CASE(drm_test_cmdline_res_vesa_rblank), 1016 KUNIT_CASE(drm_test_cmdline_res_rblank), 1017 KUNIT_CASE(drm_test_cmdline_res_bp [all...] |
H A D | drm_damage_helper_test.c | 607 KUNIT_CASE(drm_test_damage_iter_no_damage), 608 KUNIT_CASE(drm_test_damage_iter_no_damage_fractional_src), 609 KUNIT_CASE(drm_test_damage_iter_no_damage_src_moved), 610 KUNIT_CASE(drm_test_damage_iter_no_damage_fractional_src_moved), 611 KUNIT_CASE(drm_test_damage_iter_no_damage_not_visible), 612 KUNIT_CASE(drm_test_damage_iter_no_damage_no_crtc), 613 KUNIT_CASE(drm_test_damage_iter_no_damage_no_fb), 614 KUNIT_CASE(drm_test_damage_iter_simple_damage), 615 KUNIT_CASE(drm_test_damage_iter_single_damage), 616 KUNIT_CASE(drm_test_damage_iter_single_damage_intersect_sr [all...] |
H A D | drm_exec_test.c | 194 KUNIT_CASE(sanitycheck), 195 KUNIT_CASE(test_lock), 196 KUNIT_CASE(test_lock_unlock), 197 KUNIT_CASE(test_duplicates), 198 KUNIT_CASE(test_prepare), 199 KUNIT_CASE(test_prepare_array), 200 KUNIT_CASE(test_multiple_loops),
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-gate_test.c | 116 KUNIT_CASE(clk_gate_register_test_dev), 117 KUNIT_CASE(clk_gate_register_test_parent_names), 118 KUNIT_CASE(clk_gate_register_test_parent_data), 119 KUNIT_CASE(clk_gate_register_test_parent_data_legacy), 120 KUNIT_CASE(clk_gate_register_test_parent_hw), 121 KUNIT_CASE(clk_gate_register_test_hiword_invalid), 197 KUNIT_CASE(clk_gate_test_parent_rate), 198 KUNIT_CASE(clk_gate_test_enable), 199 KUNIT_CASE(clk_gate_test_disable), 277 KUNIT_CASE(clk_gate_test_invert_enabl [all...] |
H A D | clk_test.c | 311 KUNIT_CASE(clk_test_get_rate), 312 KUNIT_CASE(clk_test_set_get_rate), 313 KUNIT_CASE(clk_test_set_set_get_rate), 314 KUNIT_CASE(clk_test_round_set_get_rate), 433 KUNIT_CASE(clk_test_uncached_get_rate), 434 KUNIT_CASE(clk_test_uncached_set_range), 435 KUNIT_CASE(clk_test_uncached_updated_rate_set_range), 594 KUNIT_CASE(clk_test_multiple_parents_mux_get_parent), 595 KUNIT_CASE(clk_test_multiple_parents_mux_has_parent), 596 KUNIT_CASE(clk_test_multiple_parents_mux_set_range_set_parent_get_rat [all...] |
/kernel/linux/linux-5.10/lib/kunit/ |
H A D | kunit-test.c | 95 KUNIT_CASE(kunit_test_try_catch_successful_try_no_catch), 96 KUNIT_CASE(kunit_test_try_catch_unsuccessful_try_does_catch), 387 KUNIT_CASE(kunit_resource_test_init_resources), 388 KUNIT_CASE(kunit_resource_test_alloc_resource), 389 KUNIT_CASE(kunit_resource_test_destroy_resource), 390 KUNIT_CASE(kunit_resource_test_cleanup_resources), 391 KUNIT_CASE(kunit_resource_test_proper_free_ordering), 392 KUNIT_CASE(kunit_resource_test_static), 393 KUNIT_CASE(kunit_resource_test_named), 407 KUNIT_CASE(kunit_log_tes [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | sysctl-test.c | 374 KUNIT_CASE(sysctl_test_api_dointvec_null_tbl_data), 375 KUNIT_CASE(sysctl_test_api_dointvec_table_maxlen_unset), 376 KUNIT_CASE(sysctl_test_api_dointvec_table_len_is_zero), 377 KUNIT_CASE(sysctl_test_api_dointvec_table_read_but_position_set), 378 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_positive), 379 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_negative), 380 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_positive), 381 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_negative), 382 KUNIT_CASE(sysctl_test_api_dointvec_write_single_less_int_min), 383 KUNIT_CASE(sysctl_test_api_dointvec_write_single_greater_int_ma [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | sysctl-test.c | 371 KUNIT_CASE(sysctl_test_api_dointvec_null_tbl_data), 372 KUNIT_CASE(sysctl_test_api_dointvec_table_maxlen_unset), 373 KUNIT_CASE(sysctl_test_api_dointvec_table_len_is_zero), 374 KUNIT_CASE(sysctl_test_api_dointvec_table_read_but_position_set), 375 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_positive), 376 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_negative), 377 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_positive), 378 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_negative), 379 KUNIT_CASE(sysctl_test_api_dointvec_write_single_less_int_min), 380 KUNIT_CASE(sysctl_test_api_dointvec_write_single_greater_int_ma [all...] |
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | test_kprobes.c | 61 KUNIT_CASE(test_kprobe_odd), 62 KUNIT_CASE(test_kprobe_in_insn4), 63 KUNIT_CASE(test_kprobe_in_insn6_lo), 64 KUNIT_CASE(test_kprobe_in_insn6_hi),
|
/kernel/linux/linux-6.6/mm/damon/ |
H A D | core-test.h | 417 KUNIT_CASE(damon_test_target), 418 KUNIT_CASE(damon_test_regions), 419 KUNIT_CASE(damon_test_aggregate), 420 KUNIT_CASE(damon_test_split_at), 421 KUNIT_CASE(damon_test_merge_two), 422 KUNIT_CASE(damon_test_merge_regions_of), 423 KUNIT_CASE(damon_test_split_regions_of), 424 KUNIT_CASE(damon_test_ops_registration), 425 KUNIT_CASE(damon_test_set_regions), 426 KUNIT_CASE(damon_test_update_monitoring_resul [all...] |
/kernel/linux/linux-6.6/kernel/events/ |
H A D | hw_breakpoint_test.c | 282 KUNIT_CASE(test_one_cpu), 283 KUNIT_CASE(test_many_cpus), 284 KUNIT_CASE(test_one_task_on_all_cpus), 285 KUNIT_CASE(test_two_tasks_on_all_cpus), 286 KUNIT_CASE(test_one_task_on_one_cpu), 287 KUNIT_CASE(test_one_task_mixed), 288 KUNIT_CASE(test_two_tasks_on_one_cpu), 289 KUNIT_CASE(test_two_tasks_on_one_all_cpus), 290 KUNIT_CASE(test_task_on_all_and_one_cpu),
|