Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_FALSE (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c132 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_read_write()
162 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_write()
199 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in bulk_read()
234 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in write_readonly()
268 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in read_writeonly()
308 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults()
336 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in reg_defaults_read_dev()
372 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in register_patch()
423 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in stride()
491 KUNIT_ASSERT_FALSE(test, IS_ERR(map)); in basic_ranges()
[all …]
/openbmc/linux/drivers/input/tests/
H A Dinput_test.c102 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id()
109 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id()
116 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id()
123 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id()
130 KUNIT_ASSERT_FALSE(test, input_match_device_id(input_dev, &id)); in input_test_match_device_id()
/openbmc/linux/lib/
H A Dbitfield_kunit.c19 KUNIT_ASSERT_FALSE(context, \
34 KUNIT_ASSERT_FALSE(context, \
49 KUNIT_ASSERT_FALSE(context, \
99 KUNIT_ASSERT_FALSE(context, \
H A Dkunit_iov_iter.c384 KUNIT_ASSERT_FALSE(test, xa_is_err(x)); in iov_kunit_load_xarray()
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c252 KUNIT_ASSERT_FALSE(test, list_empty(&pt->pages)); in ttm_pool_alloc_order_caching_match()
286 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_caching_mismatch()
295 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_caching_mismatch()
296 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_caching_mismatch()
320 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_order_mismatch()
329 KUNIT_ASSERT_FALSE(test, list_empty(&pt_pool->pages)); in ttm_pool_alloc_order_mismatch()
330 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_order_mismatch()
361 KUNIT_ASSERT_FALSE(test, list_empty(&pt->pages)); in ttm_pool_free_dma_alloc()
408 KUNIT_ASSERT_FALSE(test, list_empty(&pt->pages)); in ttm_pool_fini_basic()
H A Dttm_device_test.c92 KUNIT_ASSERT_FALSE(test, man->use_type); in ttm_device_fini_basic()
185 KUNIT_ASSERT_FALSE(test, in ttm_device_init_pools()
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-region-test.c156 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->mgr)); in fpga_region_test_init()
164 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->bridge)); in fpga_region_test_init()
177 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->region)); in fpga_region_test_init()
H A Dfpga-bridge-test.c61 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->bridge)); in register_test_bridge()
H A Dfpga-mgr-test.c292 KUNIT_ASSERT_FALSE(test, IS_ERR_OR_NULL(ctx->mgr)); in fpga_mgr_test_init()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c474 KUNIT_ASSERT_FALSE(test, __drm_test_mm_reserve(test, count, size - 1)); in drm_test_mm_reserve()
475 KUNIT_ASSERT_FALSE(test, __drm_test_mm_reserve(test, count, size)); in drm_test_mm_reserve()
476 KUNIT_ASSERT_FALSE(test, __drm_test_mm_reserve(test, count, size + 1)); in drm_test_mm_reserve()
671 KUNIT_ASSERT_FALSE(test, __drm_test_mm_insert(test, count, size - 1, false)); in drm_test_mm_insert()
672 KUNIT_ASSERT_FALSE(test, __drm_test_mm_insert(test, count, size, false)); in drm_test_mm_insert()
673 KUNIT_ASSERT_FALSE(test, __drm_test_mm_insert(test, count, size + 1, false)); in drm_test_mm_insert()
693 KUNIT_ASSERT_FALSE(test, __drm_test_mm_insert(test, count, size - 1, true)); in drm_test_mm_replace()
694 KUNIT_ASSERT_FALSE(test, __drm_test_mm_insert(test, count, size, true)); in drm_test_mm_replace()
695 KUNIT_ASSERT_FALSE(test, __drm_test_mm_insert(test, count, size + 1, true)); in drm_test_mm_replace()
931 KUNIT_ASSERT_FALSE(test, insert_outside_range(test)); in drm_test_mm_insert_range()
[all …]
H A Ddrm_buddy_test.c675 KUNIT_ASSERT_FALSE(test, check_blocks(test, &mm, &tmp, size, true)); in drm_test_buddy_alloc_range()
/openbmc/linux/kernel/events/
H A Dhw_breakpoint_test.c70 KUNIT_ASSERT_FALSE(test, IS_ERR(bp)); in fill_one_bp_slot()
101 KUNIT_ASSERT_FALSE(test, IS_ERR(tsk)); in get_other_task()
/openbmc/linux/drivers/clk/
H A Dclk-gate_test.c409 KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_is_disabled()
439 KUNIT_ASSERT_FALSE(test, clk_hw_is_enabled(hw)); in clk_gate_test_is_disabled_inverted()
H A Dclk_test.c2493 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate()
2530 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate()
/openbmc/linux/mm/kfence/
H A Dkfence_test.c548 KUNIT_ASSERT_FALSE(test, report_available()); in test_free_bulk()
725 KUNIT_ASSERT_FALSE(test, report_available()); /* No reports yet! */ in test_krealloc()
/openbmc/linux/drivers/thunderbolt/
H A Dtest.c1986 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 8, 1, 15, 1)); in tb_test_tunnel_dma_match()
1994 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 8, -1, 8, -1)); in tb_test_tunnel_dma_match()
2004 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 15, 1, 15, 1)); in tb_test_tunnel_dma_match()
2005 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, -1, -1, 15, 1)); in tb_test_tunnel_dma_match()
2006 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 15, 11, -1, -1)); in tb_test_tunnel_dma_match()
2016 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, -1, -1, 15, 1)); in tb_test_tunnel_dma_match()
2017 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, -1, -1, 10, 11)); in tb_test_tunnel_dma_match()
2018 KUNIT_ASSERT_FALSE(test, tb_tunnel_match_dma(tunnel, 15, 11, -1, -1)); in tb_test_tunnel_dma_match()
/openbmc/linux/lib/kunit/
H A Dkunit-test.c192 KUNIT_ASSERT_FALSE(test, in kunit_resource_test_destroy_resource()
/openbmc/linux/include/kunit/
H A Dtest.h1222 #define KUNIT_ASSERT_FALSE(test, condition) \ macro