Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_ratelimit.c109 KUNIT_EXPECT_NOT_NULL_MSG(test, sktp, "Memory allocation failure"); in test_ratelimit_stress()
113 KUNIT_EXPECT_NOT_NULL_MSG(test, sktp, "kthread creation failure"); in test_ratelimit_stress()
/linux/include/kunit/
H A Dtest.h1317 KUNIT_EXPECT_NOT_NULL_MSG(test, \
1321 #define KUNIT_EXPECT_NOT_NULL_MSG(test, ptr, fmt, ...) \ macro
/linux/sound/soc/codecs/
H A Dwm_adsp_fw_find_test.c258 KUNIT_EXPECT_NOT_NULL_MSG(test, in wm_adsp_fw_find_test_find_firmware_byindex()