KUNIT_ASSERT_LT_MSG
KUNIT_ASSERT_LT_MSG(test,
KUNIT_ASSERT_LT_MSG(test, left, right, NULL)
KUNIT_ASSERT_LT_MSG(test, x->key, 3, "Unexpected key in hashtable.");
KUNIT_ASSERT_LT_MSG(test, x->key, 3, "Unexpected key in hashtable.");
KUNIT_ASSERT_LT_MSG(test, x->data, 4, "Unexpected data in hashtable.");
KUNIT_ASSERT_LT_MSG(test, x->data, 4, "Unexpected data in hashtable.");
KUNIT_ASSERT_LT_MSG(test, failed_rng++, 100,
KUNIT_ASSERT_LT_MSG(test, user_addr, (unsigned long)TASK_SIZE,
KUNIT_ASSERT_LT_MSG(test, useraddr, (unsigned long)TASK_SIZE,