Searched refs:cmp_result (Results 1 – 1 of 1) sorted by relevance
86 int cmp_result; in list_sort_test() local91 cmp_result = cmp(test, cur, cur->next); in list_sort_test()92 KUNIT_ASSERT_LE_MSG(test, cmp_result, 0, "list is not sorted"); in list_sort_test()96 if (cmp_result == 0) { in list_sort_test()