Searched refs:KUNIT_ASSERT_LE_MSG (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/lib/ |
D | test_list_sort.c | 92 KUNIT_ASSERT_LE_MSG(test, cmp_result, 0, "list is not sorted"); in list_sort_test() 97 KUNIT_ASSERT_LE_MSG(test, el->serial, el1->serial, in list_sort_test()
|
D | hashtable_test.c | 222 KUNIT_ASSERT_LE_MSG(test, y->key, 1, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible() 280 KUNIT_ASSERT_LE_MSG(test, y->key, 1, "Unexpected key in hashtable."); in hashtable_test_hash_for_each_possible_safe()
|
D | strscpy_kunit.c | 44 KUNIT_ASSERT_LE_MSG(test, count, max_count, in tc()
|
/linux-6.6.21/include/kunit/ |
D | test.h | 1344 KUNIT_ASSERT_LE_MSG(test, left, right, NULL) 1346 #define KUNIT_ASSERT_LE_MSG(test, left, right, fmt, ...) \ macro
|