Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_LT (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_bin_error.c118 KUNIT_EXPECT_LT(test, in bin_err_wrong_magic()
123 KUNIT_EXPECT_LT(test, in bin_err_wrong_magic()
128 KUNIT_EXPECT_LT(test, in bin_err_wrong_magic()
133 KUNIT_EXPECT_LT(test, in bin_err_wrong_magic()
138 KUNIT_EXPECT_LT(test, in bin_err_wrong_magic()
143 KUNIT_EXPECT_LT(test, in bin_err_wrong_magic()
205 KUNIT_EXPECT_LT(test, in bin_err_bad_header_length()
210 KUNIT_EXPECT_LT(test, in bin_err_bad_header_length()
215 KUNIT_EXPECT_LT(test, in bin_err_bad_header_length()
238 KUNIT_EXPECT_LT(test, in bin_err_bad_core_type()
[all …]
H A Dcs_dsp_test_control_rw.c323 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_read_volatile_not_started()
377 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_read_volatile_stopped()
432 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_read_volatile_stopped_powered_down()
490 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_read_volatile_not_current_loaded_fw()
552 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_read_volatile_not_current_running_fw()
606 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_write_volatile_not_started()
667 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_write_volatile_stopped()
729 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_write_volatile_stopped_powered_down()
794 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_write_volatile_not_current_loaded_fw()
863 KUNIT_EXPECT_LT(test, in cs_dsp_ctl_write_volatile_not_current_running_fw()
[all …]
H A Dcs_dsp_test_wmfw_error.c125 KUNIT_EXPECT_LT(test, in wmfw_err_wrong_magic()
130 KUNIT_EXPECT_LT(test, in wmfw_err_wrong_magic()
135 KUNIT_EXPECT_LT(test, in wmfw_err_wrong_magic()
140 KUNIT_EXPECT_LT(test, in wmfw_err_wrong_magic()
145 KUNIT_EXPECT_LT(test, in wmfw_err_wrong_magic()
150 KUNIT_EXPECT_LT(test, in wmfw_err_wrong_magic()
248 KUNIT_EXPECT_LT(test, in wmfw_err_bad_core_type()
253 KUNIT_EXPECT_LT(test, in wmfw_err_bad_core_type()
258 KUNIT_EXPECT_LT(test, in wmfw_err_bad_core_type()
263 KUNIT_EXPECT_LT(test, in wmfw_err_bad_core_type()
/linux-6.15/drivers/firewire/
H A Ddevice-attribute-test.c137 KUNIT_EXPECT_LT(test, show_immediate(unit0_dev, &config_rom_attributes[0].attr, buf), 0); in device_attr_simple_avc()
144 KUNIT_EXPECT_LT(test, show_text_leaf(unit0_dev, &config_rom_attributes[5].attr, buf), 0); in device_attr_simple_avc()
209 KUNIT_EXPECT_LT(test, show_text_leaf(node_dev, &config_rom_attributes[5].attr, buf), 0); in device_attr_legacy_avc()
218 KUNIT_EXPECT_LT(test, show_immediate(unit0_dev, &config_rom_attributes[0].attr, buf), 0); in device_attr_legacy_avc()
221 KUNIT_EXPECT_LT(test, show_immediate(unit0_dev, &config_rom_attributes[4].attr, buf), 0); in device_attr_legacy_avc()
224 KUNIT_EXPECT_LT(test, show_text_leaf(unit0_dev, &config_rom_attributes[5].attr, buf), 0); in device_attr_legacy_avc()
227 KUNIT_EXPECT_LT(test, show_text_leaf(unit0_dev, &config_rom_attributes[6].attr, buf), 0); in device_attr_legacy_avc()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_db_mgr_test.c31 KUNIT_EXPECT_LT(test, xe_guc_db_mgr_reserve_id_locked(dbm), 0); in test_empty()
34 KUNIT_EXPECT_LT(test, xe_guc_db_mgr_reserve_range(dbm, 1, 0), 0); in test_empty()
72 KUNIT_EXPECT_LT(test, id, dbm->count); in test_size()
74 KUNIT_EXPECT_LT(test, xe_guc_db_mgr_reserve_id_locked(dbm), 0); in test_size()
94 KUNIT_EXPECT_LT(test, xe_guc_db_mgr_reserve_id_locked(dbm), 0); in test_reuse()
102 KUNIT_EXPECT_LT(test, xe_guc_db_mgr_reserve_id_locked(dbm), 0); in test_reuse()
H A Dxe_guc_buf_kunit.c176 KUNIT_EXPECT_LT(test, (uintptr_t)(p1 + bytes - 1), (uintptr_t)p2); in test_overlap()
178 KUNIT_EXPECT_LT(test, (uintptr_t)(p2 + bytes - 1), (uintptr_t)p1); in test_overlap()
182 KUNIT_EXPECT_LT(test, a1 + bytes - 1, a2); in test_overlap()
184 KUNIT_EXPECT_LT(test, a2 + bytes - 1, a1); in test_overlap()
/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_connector_test.c701 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_null_vendor()
721 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_null_product()
807 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_product_length_too_long()
892 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_vendor_length_too_long()
912 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_bpc_invalid()
932 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_bpc_null()
1075 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_formats_empty()
1095 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_formats_no_rgb()
1209 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_connector_hdmi_init_type_invalid()
1320 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_get_tv_mode_from_name_truncated()
H A Ddrm_hdmi_state_helper_test.c1152 KUNIT_EXPECT_LT(test, ret, 0); in drm_test_check_hdmi_funcs_reject_rate()
1423 KUNIT_EXPECT_LT(test, conn_state->hdmi.output_bpc, 12); in drm_test_check_output_bpc_format_driver_rgb_only()
1492 KUNIT_EXPECT_LT(test, conn_state->hdmi.output_bpc, 12); in drm_test_check_output_bpc_format_display_rgb_only()
/linux-6.15/lib/kunit/
H A Dkunit-example-test.c123 KUNIT_EXPECT_LT(test, 0, 1); /* check < */ in example_all_expect_macros_test()
/linux-6.15/mm/kasan/
H A Dkasan_test_c.c1714 KUNIT_EXPECT_LT(test, (u8)get_tag(ptr), (u8)KASAN_TAG_KERNEL); in vmalloc_helpers_tags()
1817 KUNIT_EXPECT_LT(test, (u8)get_tag(v_ptr), (u8)KASAN_TAG_KERNEL); in vmap_tags()
1852 KUNIT_EXPECT_LT(test, (u8)get_tag(v_ptr), (u8)KASAN_TAG_KERNEL); in vm_map_ram_tags()
1880 KUNIT_EXPECT_LT(test, (u8)get_tag(ptr), (u8)KASAN_TAG_KERNEL); in match_all_not_assigned()
1890 KUNIT_EXPECT_LT(test, (u8)get_tag(ptr), (u8)KASAN_TAG_KERNEL); in match_all_not_assigned()
1902 KUNIT_EXPECT_LT(test, (u8)get_tag(ptr), (u8)KASAN_TAG_KERNEL); in match_all_not_assigned()
/linux-6.15/lib/tests/
H A Dkunit_iov_iter.c733 KUNIT_EXPECT_LT(test, offset0, PAGE_SIZE); in iov_kunit_extract_pages_kvec()
811 KUNIT_EXPECT_LT(test, offset0, PAGE_SIZE); in iov_kunit_extract_pages_bvec()
900 KUNIT_EXPECT_LT(test, offset0, PAGE_SIZE); in iov_kunit_extract_pages_folioq()
978 KUNIT_EXPECT_LT(test, offset0, PAGE_SIZE); in iov_kunit_extract_pages_xarray()
H A Dstring_kunit.c17 #define STRCMP_TEST_EXPECT_LOWER(test, fn, ...) KUNIT_EXPECT_LT(test, fn(__VA_ARGS__), 0)
/linux-6.15/mm/damon/tests/
H A Dcore-kunit.h500 KUNIT_EXPECT_LT(test, in damon_test_feed_loop_next_input()
/linux-6.15/drivers/base/test/
H A Dproperty-entry-test.c294 KUNIT_EXPECT_LT(test, error, 0); in pe_test_strings()
/linux-6.15/drivers/clk/
H A Dclk_test.c1050 KUNIT_EXPECT_LT(test, ret, 0); in clk_test_single_parent_mux_set_range_disjoint_child_last()
1080 KUNIT_EXPECT_LT(test, ret, 0); in clk_test_single_parent_mux_set_range_disjoint_parent_last()
1466 KUNIT_EXPECT_LT(test, in clk_range_test_set_range_invalid()
1495 KUNIT_EXPECT_LT(test, in clk_range_test_multiple_disjoints_range()
/linux-6.15/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c721 KUNIT_EXPECT_LT(test, ret, 0); in drm_vc4_test_pv_muxing_invalid()
/linux-6.15/include/kunit/
H A Dtest.h1051 #define KUNIT_EXPECT_LT(test, left, right) \ macro