Searched refs:KUNIT_ASSERT_GE_MSG (Results 1 – 6 of 6) sorted by relevance
/linux/lib/ |
H A D | hashtable_test.c | 141 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 D | usercopy_kunit.c | 54 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 D | drm_plane_helper_test.c | 88 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 D | cs-amp-lib-test.c | 202 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 D | cirrus_scodec_test.c | 269 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 D | test.h | 1488 KUNIT_ASSERT_GE_MSG(test, left, right, NULL) 1490 #define KUNIT_ASSERT_GE_MSG(test, left, right, fmt, ...) \ macro
|