Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl-test.c330 KUNIT_ASSERT_LT(test, in sysctl_test_api_dointvec_write_single_less_int_min()
364 KUNIT_ASSERT_LT(test, (size_t)snprintf(buffer, max_len, "%lu", in sysctl_test_api_dointvec_write_single_greater_int_max()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_kasan.c266 KUNIT_ASSERT_LT(test, size1, size2); in krealloc_more_oob_helper()
298 KUNIT_ASSERT_LT(test, size2, size1); in krealloc_less_oob_helper()
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h1606 #define KUNIT_ASSERT_LT(test, left, right) \ macro