| /Linux-v6.1/drivers/gpu/drm/tests/ |
| D | drm_cmdline_parser_test.c | 21 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_e_only() 22 KUNIT_EXPECT_FALSE(test, mode.refresh_specified); in drm_test_cmdline_force_e_only() 23 KUNIT_EXPECT_FALSE(test, mode.bpp_specified); in drm_test_cmdline_force_e_only() 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() 27 KUNIT_EXPECT_FALSE(test, mode.interlace); in drm_test_cmdline_force_e_only() 28 KUNIT_EXPECT_FALSE(test, mode.margins); in drm_test_cmdline_force_e_only() 39 KUNIT_EXPECT_FALSE(test, mode.specified); in drm_test_cmdline_force_D_only_not_digital() 40 KUNIT_EXPECT_FALSE(test, mode.refresh_specified); in drm_test_cmdline_force_D_only_not_digital() 41 KUNIT_EXPECT_FALSE(test, mode.bpp_specified); in drm_test_cmdline_force_D_only_not_digital() [all …]
|
| 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-v6.1/drivers/clk/ |
| 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-v6.1/kernel/kcsan/ |
| D | kcsan_test.c | 731 KUNIT_EXPECT_FALSE(test, match_never); in test_basic() 763 KUNIT_EXPECT_FALSE(test, match_never); in test_concurrent_races() 790 KUNIT_EXPECT_FALSE(test, match_expect); in test_novalue_change() 843 KUNIT_EXPECT_FALSE(test, match_expect); in test_unknown_origin() 864 KUNIT_EXPECT_FALSE(test, match_expect); in test_write_write_assume_atomic() 923 KUNIT_EXPECT_FALSE(test, match_never); in test_read_atomic_write_atomic() 994 KUNIT_EXPECT_FALSE(test, match_never); in test_zero_size_access() 1007 KUNIT_EXPECT_FALSE(test, match_never); in test_data_race() 1079 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_access_writer() 1110 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_bits_nochange() [all …]
|
| /Linux-v6.1/lib/ |
| D | test_kprobes.c | 32 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_pre_handler() 40 KUNIT_EXPECT_FALSE(current_test, preemptible()); in kp_post_handler() 144 KUNIT_EXPECT_FALSE(current_test, preemptible()); in entry_handler() 153 KUNIT_EXPECT_FALSE(current_test, preemptible()); in return_handler() 220 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_return_handler() 281 KUNIT_EXPECT_FALSE(current_test, preemptible()); in stacktrace_internal_return_handler()
|
| 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() 603 KUNIT_EXPECT_FALSE(test, list_first_entry_or_null(&list, in list_test_list_first_entry_or_null() 853 KUNIT_EXPECT_FALSE(test, hlist_unhashed(&a)); in hlist_test_unhashed() 875 KUNIT_EXPECT_FALSE(test, hlist_unhashed_lockless(&a)); in hlist_test_unhashed_lockless() 951 KUNIT_EXPECT_FALSE(test, hlist_fake(&a)); in hlist_test_fake() [all …]
|
| 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()
|
| D | test_linear_ranges.c | 165 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high() 210 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_low()
|
| /Linux-v6.1/security/apparmor/ |
| D | policy_unpack_test.c | 137 KUNIT_EXPECT_FALSE(test, inbounds(puf->e, puf->e_size + 1)); in policy_unpack_test_inbounds_when_out_of_bounds() 282 KUNIT_EXPECT_FALSE(test, in policy_unpack_test_unpack_strdup_with_null_name() 297 KUNIT_EXPECT_FALSE(test, in policy_unpack_test_unpack_strdup_with_name() 343 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_code() 373 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_name() 483 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u32_out_of_bounds() 533 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_u64_out_of_bounds() 552 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_code_mismatch() 564 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_X_out_of_bounds()
|
| /Linux-v6.1/mm/kfence/ |
| 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-v6.1/lib/kunit/ |
| 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()
|
| D | string-stream-test.c | 27 KUNIT_EXPECT_FALSE(test, string_stream_is_empty(stream)); in string_stream_test_not_empty_after_add()
|
| 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()
|
| D | kunit-example-test.c | 91 KUNIT_EXPECT_FALSE(test, false); in example_all_expect_macros_test()
|
| /Linux-v6.1/drivers/base/test/ |
| 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-v6.1/drivers/platform/chrome/ |
| D | cros_ec_proto_test.c | 1174 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep() 1281 KUNIT_EXPECT_FALSE(test, ec_dev->host_sleep_v1); in cros_ec_proto_test_query_all_no_host_sleep_return0() 2090 KUNIT_EXPECT_FALSE(test, more_events); in cros_ec_proto_test_get_next_event_no_mkbp_event() 2151 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_version0() 2201 KUNIT_EXPECT_FALSE(test, more_events); in cros_ec_proto_test_get_next_event_mkbp_event_version2() 2250 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_host_event_rtc() 2300 KUNIT_EXPECT_FALSE(test, wake_event); in cros_ec_proto_test_get_next_event_mkbp_event_host_event_masked() 2386 KUNIT_EXPECT_FALSE(test, ret); in cros_ec_proto_test_check_features_cached() 2428 KUNIT_EXPECT_FALSE(test, ret); in cros_ec_proto_test_check_features_not_cached()
|
| /Linux-v6.1/kernel/events/ |
| D | hw_breakpoint_test.c | 320 KUNIT_EXPECT_FALSE(test, hw_breakpoint_is_used()); in test_exit()
|
| /Linux-v6.1/mm/kasan/ |
| D | kasan_test.c | 67 KUNIT_EXPECT_FALSE(test, test_status.report_found); in kasan_test_exit() 95 KUNIT_EXPECT_FALSE(test, READ_ONCE(test_status.report_found)); \
|
| /Linux-v6.1/include/kunit/ |
| D | test.h | 711 #define KUNIT_EXPECT_FALSE(test, condition) \ macro
|
| /Linux-v6.1/drivers/thunderbolt/ |
| 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-v6.1/net/mctp/test/ |
| D | route-test.c | 154 KUNIT_EXPECT_FALSE(test, rc); in mctp_test_fragment()
|