| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | kcsan-test.c | 442 KUNIT_EXPECT_FALSE(test, match_never); in test_basic() 474 KUNIT_EXPECT_FALSE(test, match_never); in test_concurrent_races() 494 KUNIT_EXPECT_FALSE(test, match_expect); in test_novalue_change() 540 KUNIT_EXPECT_FALSE(test, match_expect); in test_unknown_origin() 561 KUNIT_EXPECT_FALSE(test, match_expect); in test_write_write_assume_atomic() 620 KUNIT_EXPECT_FALSE(test, match_never); in test_read_atomic_write_atomic() 693 KUNIT_EXPECT_FALSE(test, match_never); in test_zero_size_access() 706 KUNIT_EXPECT_FALSE(test, match_never); in test_data_race() 778 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_access_writer() 809 KUNIT_EXPECT_FALSE(test, match_never); in test_assert_exclusive_bits_nochange() [all …]
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | kfence_test.c | 454 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read() 461 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_read() 487 KUNIT_EXPECT_FALSE(test, report_available()); in test_kmalloc_aligned_oob_write() 504 KUNIT_EXPECT_FALSE(test, report_available()); in test_shrink_memcache() 584 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_ctor() 623 KUNIT_EXPECT_FALSE(test, report_available()); in test_gfpzero() 665 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_typesafe_by_rcu() 688 KUNIT_EXPECT_FALSE(test, test_cache); in test_krealloc() 751 KUNIT_EXPECT_FALSE(test, report_available()); in test_memcache_alloc_bulk()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | list-test.c | 246 KUNIT_EXPECT_FALSE(test, list_is_first(&b, &list)); in list_test_list_is_first() 257 KUNIT_EXPECT_FALSE(test, list_is_last(&a, &list)); in list_test_list_is_last() 269 KUNIT_EXPECT_FALSE(test, list_empty(&list1)); in list_test_list_empty() 282 KUNIT_EXPECT_FALSE(test, list_empty_careful(&list1)); in list_test_list_empty_careful() 333 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular() 343 KUNIT_EXPECT_FALSE(test, list_is_singular(&list)); in list_test_list_is_singular() 545 KUNIT_EXPECT_FALSE(test, list_first_entry_or_null(&list, in list_test_list_first_entry_or_null()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/lib/kunit/ |
| H A D | string-stream-test.c | 27 KUNIT_EXPECT_FALSE(test, string_stream_is_empty(stream)); in string_stream_test_not_empty_after_add()
|
| H A D | kunit-test.c | 189 KUNIT_EXPECT_FALSE(test, ctx->is_resource_initialized); in kunit_resource_test_destroy_resource()
|
| /OK3568_Linux_fs/kernel/drivers/base/test/ |
| H A D | property-entry-test.c | 295 KUNIT_EXPECT_FALSE(test, fwnode_property_read_bool(node, "not-prop")); in pe_test_bool() 322 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_u8() 352 KUNIT_EXPECT_FALSE(test, copy[1].is_inline); in pe_test_move_inline_str()
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | test.c | 1568 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1571 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1574 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1583 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path() 1592 KUNIT_EXPECT_FALSE(test, tb_tunnel_port_on_path(dp_tunnel, port)); in tb_test_tunnel_port_on_path()
|
| /OK3568_Linux_fs/kernel/include/kunit/ |
| H A D | test.h | 1212 #define KUNIT_EXPECT_FALSE(test, condition) \ macro
|