Searched refs:KUNIT_ASSERT_LT (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/kernel/ |
D | sysctl-test.c | 327 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/ |
D | kasan_test.c | 289 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/ |
D | test.h | 1127 #define KUNIT_ASSERT_LT(test, left, right) \ macro
|