Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_LT (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/kernel/
Dsysctl-test.c327 KUNIT_ASSERT_LT(test, in sysctl_test_api_dointvec_write_single_less_int_min()
361 KUNIT_ASSERT_LT(test, (size_t)snprintf(buffer, max_len, "%lu", in sysctl_test_api_dointvec_write_single_greater_int_max()
/linux-6.1.9/mm/kasan/
Dkasan_test.c289 KUNIT_ASSERT_LT(test, size1, size2); in krealloc_more_oob_helper()
324 KUNIT_ASSERT_LT(test, size2, size1); in krealloc_less_oob_helper()
/linux-6.1.9/include/kunit/
Dtest.h1127 #define KUNIT_ASSERT_LT(test, left, right) \ macro