Home
last modified time | relevance | path

Searched refs:KUNIT_CASE (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dtest_kasan.c1081 KUNIT_CASE(kmalloc_oob_right),
1082 KUNIT_CASE(kmalloc_oob_left),
1083 KUNIT_CASE(kmalloc_node_oob_right),
1084 KUNIT_CASE(kmalloc_pagealloc_oob_right),
1085 KUNIT_CASE(kmalloc_pagealloc_uaf),
1086 KUNIT_CASE(kmalloc_pagealloc_invalid_free),
1087 KUNIT_CASE(pagealloc_oob_right),
1088 KUNIT_CASE(pagealloc_uaf),
1089 KUNIT_CASE(kmalloc_large_oob_right),
1090 KUNIT_CASE(krealloc_more_oob),
[all …]
H A Dlist-test.c702 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_tail),
[all …]
H A Dtest_bits.c63 KUNIT_CASE(genmask_test),
64 KUNIT_CASE(genmask_ull_test),
65 KUNIT_CASE(genmask_input_check_test),
H A Dtest_linear_ranges.c214 KUNIT_CASE(range_test_get_value_amount),
215 KUNIT_CASE(range_test_get_selector_high),
216 KUNIT_CASE(range_test_get_selector_low),
217 KUNIT_CASE(range_test_get_value),
H A Dbitfield_kunit.c141 KUNIT_CASE(test_bitfields_constants),
142 KUNIT_CASE(test_bitfields_variables),
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack_test.c568 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_code),
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl-test.c374 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_max),
/OK3568_Linux_fs/kernel/lib/kunit/
H A Dkunit-test.c95 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_test),
H A Dstring-stream-test.c43 KUNIT_CASE(string_stream_test_empty_on_creation),
44 KUNIT_CASE(string_stream_test_not_empty_after_add),
45 KUNIT_CASE(string_stream_test_get_string),
H A Dkunit-example-test.c54 KUNIT_CASE(example_simple_test),
/OK3568_Linux_fs/kernel/mm/damon/
H A Dcore-test.h235 KUNIT_CASE(damon_test_target),
236 KUNIT_CASE(damon_test_regions),
237 KUNIT_CASE(damon_test_aggregate),
238 KUNIT_CASE(damon_test_split_at),
239 KUNIT_CASE(damon_test_merge_two),
240 KUNIT_CASE(damon_test_merge_regions_of),
241 KUNIT_CASE(damon_test_split_regions_of),
H A Dvaddr-test.h307 KUNIT_CASE(damon_test_three_regions_in_vmas),
308 KUNIT_CASE(damon_test_apply_three_regions1),
309 KUNIT_CASE(damon_test_apply_three_regions2),
310 KUNIT_CASE(damon_test_apply_three_regions3),
311 KUNIT_CASE(damon_test_apply_three_regions4),
312 KUNIT_CASE(damon_test_split_evenly),
H A Ddbgfs-test.h166 KUNIT_CASE(damon_dbgfs_test_str_to_target_ids),
167 KUNIT_CASE(damon_dbgfs_test_set_targets),
168 KUNIT_CASE(damon_dbgfs_test_set_init_regions),
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dtoken_test.c128 KUNIT_CASE(mptcp_token_test_req_basic),
129 KUNIT_CASE(mptcp_token_test_msk_basic),
130 KUNIT_CASE(mptcp_token_test_accept),
131 KUNIT_CASE(mptcp_token_test_destroyed),
H A Dcrypto_test.c61 KUNIT_CASE(mptcp_crypto_test_basic),
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c772 KUNIT_CASE(test_kmalloc_aligned_oob_read),
773 KUNIT_CASE(test_kmalloc_aligned_oob_write),
774 KUNIT_CASE(test_shrink_memcache),
775 KUNIT_CASE(test_memcache_ctor),
776 KUNIT_CASE(test_invalid_access),
777 KUNIT_CASE(test_gfpzero),
778 KUNIT_CASE(test_memcache_typesafe_by_rcu),
779 KUNIT_CASE(test_krealloc),
780 KUNIT_CASE(test_memcache_alloc_bulk),
/OK3568_Linux_fs/kernel/drivers/base/test/
H A Dproperty-entry-test.c460 KUNIT_CASE(pe_test_uints),
461 KUNIT_CASE(pe_test_uint_arrays),
462 KUNIT_CASE(pe_test_strings),
463 KUNIT_CASE(pe_test_bool),
464 KUNIT_CASE(pe_test_move_inline_u8),
465 KUNIT_CASE(pe_test_move_inline_str),
466 KUNIT_CASE(pe_test_reference),
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dqos-test.c107 KUNIT_CASE(freq_qos_test_min),
108 KUNIT_CASE(freq_qos_test_maxdef),
109 KUNIT_CASE(freq_qos_test_readd),
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtest.c1598 KUNIT_CASE(tb_test_path_basic),
1599 KUNIT_CASE(tb_test_path_not_connected_walk),
1600 KUNIT_CASE(tb_test_path_single_hop_walk),
1601 KUNIT_CASE(tb_test_path_daisy_chain_walk),
1602 KUNIT_CASE(tb_test_path_simple_tree_walk),
1603 KUNIT_CASE(tb_test_path_complex_tree_walk),
1604 KUNIT_CASE(tb_test_path_max_length_walk),
1605 KUNIT_CASE(tb_test_path_not_connected),
1606 KUNIT_CASE(tb_test_path_not_bonded_lane0),
1607 KUNIT_CASE(tb_test_path_not_bonded_lane1),
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode-test.c263 KUNIT_CASE(inode_test_xtimestamp_decoding),
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dstart.rst183 KUNIT_CASE(misc_example_add_test_basic),
184 KUNIT_CASE(misc_example_test_failure),
H A Dusage.rst190 KUNIT_CASE(example_test_foo),
191 KUNIT_CASE(example_test_bar),
192 KUNIT_CASE(example_test_baz),
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h164 #define KUNIT_CASE(test_name) { .run_case = test_name, .name = #test_name } macro