/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_cmdline_parser_test.c | 25 KUNIT_EXPECT_FALSE(test, mode.rb); in drm_test_cmdline_force_e_only() 26 KUNIT_EXPECT_FALSE(test, mode.cvt); in drm_test_cmdline_force_e_only() 43 KUNIT_EXPECT_FALSE(test, mode.rb); in drm_test_cmdline_force_D_only_not_digital() 44 KUNIT_EXPECT_FALSE(test, mode.cvt); in drm_test_cmdline_force_D_only_not_digital() 65 KUNIT_EXPECT_FALSE(test, mode.rb); in drm_test_cmdline_force_D_only_hdmi() 66 KUNIT_EXPECT_FALSE(test, mode.cvt); in drm_test_cmdline_force_D_only_hdmi() 87 KUNIT_EXPECT_FALSE(test, mode.rb); in drm_test_cmdline_force_D_only_dvi() 88 KUNIT_EXPECT_FALSE(test, mode.cvt); in drm_test_cmdline_force_D_only_dvi() 105 KUNIT_EXPECT_FALSE(test, mode.rb); in drm_test_cmdline_force_d_only() 127 KUNIT_EXPECT_FALSE(test, mode.rb); in drm_test_cmdline_res() [all …]
|
A D | drm_probe_helper_test.c | 154 KUNIT_EXPECT_FALSE(test, mode->type & DRM_MODE_TYPE_PREFERRED); in drm_test_connector_helper_tv_get_modes_check()
|
A D | drm_buddy_test.c | 702 KUNIT_EXPECT_FALSE(test, drm_buddy_init(&mm, size, PAGE_SIZE)); in drm_test_buddy_alloc_limit() 709 KUNIT_EXPECT_FALSE(test, drm_buddy_alloc_blocks(&mm, start, size, size, in drm_test_buddy_alloc_limit()
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-gate_test.c | 190 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_disable() 191 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_disable() 192 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); in clk_gate_test_disable() 193 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); in clk_gate_test_disable() 270 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_invert_disable() 271 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_invert_disable() 272 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(parent)); in clk_gate_test_invert_disable() 273 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(parent)); in clk_gate_test_invert_disable() 343 KUNIT_EXPECT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_hiword_disable() 344 KUNIT_EXPECT_FALSE(test, clk_hw_is_prepared(hw)); in clk_gate_test_hiword_disable() [all …]
|
/linux-6.3-rc2/kernel/kcsan/ |
A D | kcsan_test.c | 736 KUNIT_EXPECT_FALSE(test, match_never); in test_basic() 768 KUNIT_EXPECT_FALSE(test, match_never); in test_concurrent_races() 928 KUNIT_EXPECT_FALSE(test, match_never); in test_read_atomic_write_atomic() 999 KUNIT_EXPECT_FALSE(test, match_never); in test_zero_size_access() 1012 KUNIT_EXPECT_FALSE(test, match_never); in test_data_race() 1084 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_access_writer() 1115 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_bits_nochange() 1190 KUNIT_EXPECT_FALSE(test, match_never); in test_jiffies_noreport() 1203 KUNIT_EXPECT_FALSE(test, match_never); in test_seqlock_noreport() 1256 KUNIT_EXPECT_FALSE(test, match_never); in test_atomic_builtins() [all …]
|
/linux-6.3-rc2/lib/ |
A D | test_kprobes.c | 38 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_pre_handler() 49 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_post_handler() 177 KUNIT_EXPECT_FALSE(current_test, preemptible()); in entry_handler() 186 KUNIT_EXPECT_FALSE(current_test, preemptible()); in return_handler() 253 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_return_handler() 314 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_internal_return_handler()
|
A D | list-test.c | 284 KUNIT_EXPECT_FALSE(test, list_is_first(&b, &list)); in list_test_list_is_first() 295 KUNIT_EXPECT_FALSE(test, list_is_last(&a, &list)); in list_test_list_is_last() 307 KUNIT_EXPECT_FALSE(test, list_empty(&list1)); in list_test_list_empty() 320 KUNIT_EXPECT_FALSE(test, list_empty_careful(&list1)); in list_test_list_empty_careful() 371 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular() 381 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular() 853 KUNIT_EXPECT_FALSE(test, hlist_unhashed(&a)); in hlist_test_unhashed() 951 KUNIT_EXPECT_FALSE(test, hlist_fake(&a)); in hlist_test_fake() 986 KUNIT_EXPECT_FALSE(test, hlist_empty(&list)); in hlist_test_empty() 997 KUNIT_EXPECT_FALSE(test, hlist_empty(&list1)); in hlist_test_move_list() [all …]
|
A D | test_fprobe.c | 35 KUNIT_EXPECT_FALSE(current_test, preemptible()); in fp_entry_handler() 46 KUNIT_EXPECT_FALSE(current_test, preemptible()); in fp_exit_handler()
|
A D | test_linear_ranges.c | 156 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high() 201 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_low()
|
A D | hashtable_test.c | 46 KUNIT_EXPECT_FALSE(test, hash_empty(hash)); in hashtable_test_hash_empty()
|
/linux-6.3-rc2/security/apparmor/ |
A D | policy_unpack_test.c | 140 KUNIT_EXPECT_FALSE(test, aa_inbounds(puf->e, puf->e_size + 1)); in policy_unpack_test_inbounds_when_out_of_bounds() 179 KUNIT_EXPECT_FALSE(test, aa_unpack_array(puf->e, name, &array_size)); in policy_unpack_test_unpack_array_out_of_bounds() 281 KUNIT_EXPECT_FALSE(test, in policy_unpack_test_unpack_strdup_with_null_name() 296 KUNIT_EXPECT_FALSE(test, in policy_unpack_test_unpack_strdup_with_name() 342 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_code() 372 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_name() 482 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u32_out_of_bounds() 532 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u64_out_of_bounds() 551 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_code_mismatch() 563 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_out_of_bounds()
|
/linux-6.3-rc2/mm/kfence/ |
A D | kfence_test.c | 470 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read() 477 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read() 503 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_write() 520 KUNIT_EXPECT_FALSE(test, report_available()); in test_shrink_memcache() 599 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_ctor() 637 KUNIT_EXPECT_FALSE(test, report_available()); in test_gfpzero() 679 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_typesafe_by_rcu() 702 KUNIT_EXPECT_FALSE(test, test_cache); in test_krealloc() 765 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_alloc_bulk()
|
/linux-6.3-rc2/lib/kunit/ |
A D | executor_test.c | 31 KUNIT_EXPECT_FALSE(test, filter.test_glob); in parse_filter_test() 90 KUNIT_EXPECT_FALSE(test, got.start[0]->test_cases[1].name); in filter_suites_test_glob_test()
|
A D | string-stream-test.c | 27 KUNIT_EXPECT_FALSE(test, string_stream_is_empty(stream)); in string_stream_test_not_empty_after_add()
|
A D | kunit-test.c | 196 KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); in kunit_resource_test_destroy_resource() 211 KUNIT_EXPECT_FALSE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_remove_resource() 231 KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); in kunit_resource_test_remove_resource()
|
A D | kunit-example-test.c | 95 KUNIT_EXPECT_FALSE(test, false); in example_all_expect_macros_test()
|
/linux-6.3-rc2/drivers/hid/ |
A D | hid-input-test.c | 19 KUNIT_EXPECT_FALSE(test, handled); in hid_test_input_set_battery_charge_status()
|
/linux-6.3-rc2/drivers/base/test/ |
A D | property-entry-test.c | 337 KUNIT_EXPECT_FALSE(test, fwnode_property_read_bool(node, "not-prop")); in pe_test_bool() 364 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_u8() 394 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_str()
|
/linux-6.3-rc2/drivers/platform/chrome/ |
A D | cros_ec_proto_test.c | 1175 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep() 1282 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep_return0() 2091 KUNIT_EXPECT_FALSE(test, more_events); in cros_ec_proto_test_get_next_event_no_mkbp_event() 2152 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_version0() 2202 KUNIT_EXPECT_FALSE(test, more_events); in cros_ec_proto_test_get_next_event_mkbp_event_version2() 2251 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_host_event_rtc() 2301 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_host_event_masked() 2387 KUNIT_EXPECT_FALSE(test, ret); in cros_ec_proto_test_check_features_cached() 2429 KUNIT_EXPECT_FALSE(test, ret); in cros_ec_proto_test_check_features_not_cached()
|
/linux-6.3-rc2/kernel/events/ |
A D | hw_breakpoint_test.c | 320 KUNIT_EXPECT_FALSE(test, hw_breakpoint_is_used()); in test_exit()
|
/linux-6.3-rc2/mm/kasan/ |
A D | kasan_test.c | 108 KUNIT_EXPECT_FALSE(test, READ_ONCE(test_status.report_found)); in kasan_test_exit() 136 KUNIT_EXPECT_FALSE(test, READ_ONCE(test_status.report_found)); \
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | test.c | 1678 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1681 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1684 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1693 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1702 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path()
|
/linux-6.3-rc2/net/mctp/test/ |
A D | route-test.c | 154 KUNIT_EXPECT_FALSE(test, rc); in mctp_test_fragment()
|
/linux-6.3-rc2/include/kunit/ |
A D | test.h | 751 #define KUNIT_EXPECT_FALSE(test, condition) \ macro
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/tests/ |
A D | vc4_test_pv_muxing.c | 41 KUNIT_EXPECT_FALSE(test, used_fifos & BIT(i)); in check_fifo_conflict()
|