Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_GE_MSG (Results 1 – 6 of 6) sorted by relevance

/linux/lib/
H A Dhashtable_test.c141 KUNIT_ASSERT_GE_MSG(test, x->key, 0, "Unexpected key in hashtable."); in hashtable_test_hash_for_each()
171 KUNIT_ASSERT_GE_MSG(test, x->key, 0, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_safe()
210 KUNIT_ASSERT_GE_MSG(test, x->data, 0, "Unexpected data in hashtable."); in hashtable_test_hash_for_each_possible()
221 KUNIT_ASSERT_GE_MSG(test, y->key, 0, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible()
265 KUNIT_ASSERT_GE_MSG(test, x->data, 0, "Unexpected data in hashtable."); in hashtable_test_hash_for_each_possible_safe()
279 KUNIT_ASSERT_GE_MSG(test, y->key, 0, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible_safe()
H A Dusercopy_kunit.c54 KUNIT_ASSERT_GE_MSG(test, size, 2 * PAGE_SIZE, "buffer too small"); in usercopy_test_check_nonzero_user()
/linux/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c88 KUNIT_ASSERT_GE_MSG(test, plane_state->src.x1, 0, in check_src_eq()
92 KUNIT_ASSERT_GE_MSG(test, plane_state->src.y1, 0, in check_src_eq()
/linux/sound/soc/codecs/
H A Dcs-amp-lib-test.c202 KUNIT_ASSERT_GE_MSG(test, ksize(buf), priv->cal_blob->size, "Buffer to small"); in cs_amp_lib_test_get_efi_variable()
663 KUNIT_ASSERT_GE_MSG(test, ret, 0, "Failed to register amp platform device\n"); in cs_amp_lib_test_case_init()
/linux/sound/pci/hda/
H A Dcirrus_scodec_test.c269 KUNIT_ASSERT_GE_MSG(test, ret, 0, "Failed to register amp platform device\n"); in cirrus_scodec_test_case_init()
/linux/include/kunit/
H A Dtest.h1488 KUNIT_ASSERT_GE_MSG(test, left, right, NULL)
1490 #define KUNIT_ASSERT_GE_MSG(test, left, right, fmt, ...) \ macro