Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_LE (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_sriov_pf_service_kunit.c35 KUNIT_ASSERT_LE(test, xe->sriov.pf.service.version.base.major, in pf_service_test_init()
38 KUNIT_ASSERT_LE(test, xe->sriov.pf.service.version.base.minor, in pf_service_test_init()
83 KUNIT_ASSERT_LE(test, minor, xe->sriov.pf.service.version.latest.minor); in pf_negotiate_base_newer()
98 KUNIT_ASSERT_LE(test, major, xe->sriov.pf.service.version.latest.major); in pf_negotiate_base_next()
100 KUNIT_ASSERT_LE(test, minor, xe->sriov.pf.service.version.latest.minor); in pf_negotiate_base_next()
H A Dxe_guc_db_mgr_test.c119 KUNIT_ASSERT_LE(test, *p, dbm->count); in test_range_overlap()
157 KUNIT_ASSERT_LE(test, *p, dbm->count); in test_range_compact()
175 KUNIT_ASSERT_LE(test, *p, dbm->count); in test_range_spare()
/linux/lib/tests/
H A Dkunit_iov_iter.c98 KUNIT_ASSERT_LE(test, pr->to, bufsize); in iov_kunit_load_kvec()
103 KUNIT_ASSERT_LE(test, size, bufsize); in iov_kunit_load_kvec()
247 KUNIT_ASSERT_LE(test, pr->to, PAGE_SIZE); in iov_kunit_load_bvec()
452 KUNIT_ASSERT_LE(test, pr->to, bufsize); in iov_kunit_copy_to_folioq()
514 KUNIT_ASSERT_LE(test, pr->to, bufsize); in iov_kunit_copy_from_folioq()
614 KUNIT_ASSERT_LE(test, pr->to, bufsize); in iov_kunit_copy_to_xarray()
672 KUNIT_ASSERT_LE(test, pr->to, bufsize); in iov_kunit_copy_from_xarray()
887 KUNIT_ASSERT_LE(test, pr->to, bufsize); in iov_kunit_extract_pages_folioq()
966 KUNIT_ASSERT_LE(test, pr->to, bufsize); in iov_kunit_extract_pages_xarray()
1095 KUNIT_ASSERT_LE(test, i, bufsize - tail); in iov_kunit_iter_to_sg_check()
[all …]
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_wmfw.c182 KUNIT_ASSERT_LE(builder->test_priv->test, alg_id, 0xffffff); in cs_dsp_mock_wmfw_start_alg_info_block()
441 KUNIT_ASSERT_LE(priv->test, format_version, 0xff); in cs_dsp_mock_wmfw_init()
/linux/lib/crypto/tests/
H A Dhash-test-template.h111 KUNIT_ASSERT_LE(test, data_len, TEST_BUF_LEN); in test_hash_test_vectors()
558 KUNIT_ASSERT_LE(test, len, TEST_BUF_LEN); in benchmark_hash()
H A Dsha3_kunit.c280 KUNIT_ASSERT_LE(test, 2 * max_len, TEST_BUF_LEN); in test_shake_all_lens_up_to_4096()
/linux/lib/kunit/
H A Dkunit-example-test.c385 KUNIT_ASSERT_LE(test, param->value, threshold); in example_params_test_with_init()
/linux/net/core/
H A Dnet_test.c178 KUNIT_ASSERT_LE(test, pg_off, PAGE_SIZE); in gso_test_func()
/linux/include/kunit/
H A Dtest.h1513 #define KUNIT_ASSERT_LE(test, left, right) \ macro