Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_LT (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_db_mgr_test.c128 KUNIT_ASSERT_LT(test, xe_guc_db_mgr_reserve_range(dbm, 1, 0), 0); in test_range_overlap()
144 KUNIT_ASSERT_LT(test, xe_guc_db_mgr_reserve_range(dbm, 1, 0), 0); in test_range_overlap()
164 KUNIT_ASSERT_LT(test, xe_guc_db_mgr_reserve_range(dbm, 1, 0), 0); in test_range_compact()
177 KUNIT_ASSERT_LT(test, xe_guc_db_mgr_reserve_range(dbm, *p, dbm->count), 0); in test_range_spare()
178 KUNIT_ASSERT_LT(test, xe_guc_db_mgr_reserve_range(dbm, *p, dbm->count - *p + 1), 0); in test_range_spare()
180 KUNIT_ASSERT_LT(test, xe_guc_db_mgr_reserve_range(dbm, 1, dbm->count - *p), 0); in test_range_spare()
/linux-6.15/lib/tests/
H A Dkunit_iov_iter.c231 KUNIT_ASSERT_LT(test, pr->page, npages); in iov_kunit_load_bvec()
232 KUNIT_ASSERT_LT(test, pr->page * PAGE_SIZE, bufsize); in iov_kunit_load_bvec()
754 KUNIT_ASSERT_LT(test, ix, npages); in iov_kunit_extract_pages_kvec()
832 KUNIT_ASSERT_LT(test, ix, npages); in iov_kunit_extract_pages_bvec()
909 KUNIT_ASSERT_LT(test, ix, npages); in iov_kunit_extract_pages_folioq()
987 KUNIT_ASSERT_LT(test, ix, npages); in iov_kunit_extract_pages_xarray()
H A Dfortify_kunit.c1016 KUNIT_ASSERT_LT(test, memcmp(one, two, one_len + 1), 0); in fortify_test_memcmp()
/linux-6.15/kernel/
H A Dsysctl-test.c327 KUNIT_ASSERT_LT(test, in sysctl_test_api_dointvec_write_single_less_int_min()
361 KUNIT_ASSERT_LT(test, (size_t)snprintf(buffer, max_len, "%lu", in sysctl_test_api_dointvec_write_single_greater_int_max()
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_hdmi_state_helper_test.c1207 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_max_tmds_rate_bpc_fallback()
1275 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_max_tmds_rate_format_fallback()
1281 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_max_tmds_rate_format_fallback()
1345 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_output_bpc_format_vic_1()
1413 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_output_bpc_format_driver_rgb_only()
1482 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_output_bpc_format_display_rgb_only()
1542 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_output_bpc_format_driver_8bpc_only()
1604 KUNIT_ASSERT_LT(test, rate, info->max_tmds_clock * 1000); in drm_test_check_output_bpc_format_display_8bpc_only()
H A Ddrm_connector_test.c737 KUNIT_ASSERT_LT(test, strlen(product_name), DRM_CONNECTOR_HDMI_PRODUCT_LEN); in drm_test_connector_hdmi_init_product_valid()
823 KUNIT_ASSERT_LT(test, strlen(vendor_name), DRM_CONNECTOR_HDMI_VENDOR_LEN); in drm_test_connector_hdmi_init_vendor_valid()
/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_parse.c975 KUNIT_ASSERT_LT(test, cs_dsp_power_up(priv->dsp, wmfw, "mock_fw", NULL, NULL, "misc"), 0); in cs_dsp_ctl_illegal_type_flags()
1220 KUNIT_ASSERT_LT(test, i, ARRAY_SIZE(ctls)); in cs_dsp_ctl_squash_reloaded_controls()
1236 KUNIT_ASSERT_LT(test, i, ARRAY_SIZE(ctls)); in cs_dsp_ctl_squash_reloaded_controls()
1286 KUNIT_ASSERT_LT(test, i, ARRAY_SIZE(ctls)); in cs_dsp_ctl_v2_squash_reloaded_controls()
1302 KUNIT_ASSERT_LT(test, i, ARRAY_SIZE(ctls)); in cs_dsp_ctl_v2_squash_reloaded_controls()
H A Dcs_dsp_test_control_rw.c98 KUNIT_ASSERT_LT(test, i, ARRAY_SIZE(cs_dsp_ctl_rw_test_algs)); in _find_alg_entry()
H A Dcs_dsp_test_control_cache.c102 KUNIT_ASSERT_LT(test, i, ARRAY_SIZE(cs_dsp_ctl_cache_test_algs)); in _find_alg_entry()
/linux-6.15/lib/kunit/
H A Dstring-stream-test.c182 KUNIT_ASSERT_LT(test, len, sizeof(line)); in string_stream_line_add_test()
/linux-6.15/include/kunit/
H A Dtest.h1427 #define KUNIT_ASSERT_LT(test, left, right) \ macro
/linux-6.15/mm/kasan/
H A Dkasan_test_c.c350 KUNIT_ASSERT_LT(test, size1, size2); in krealloc_more_oob_helper()
385 KUNIT_ASSERT_LT(test, size2, size1); in krealloc_less_oob_helper()
/linux-6.15/drivers/clk/
H A Dclk_test.c3159 KUNIT_ASSERT_LT(test, clk_cells, 2); in clk_assigned_rates_test_init()