Home
last modified time | relevance | path

Searched refs:KUNIT_ASSERT_NULL (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/kernel/events/
Dhw_breakpoint_test.c71 KUNIT_ASSERT_NULL(test, test_bps[*id]); in fill_one_bp_slot()
/linux-6.1.9/drivers/thunderbolt/
Dtest.c840 KUNIT_ASSERT_NULL(test, path); in tb_test_path_not_connected()
842 KUNIT_ASSERT_NULL(test, path); in tb_test_path_not_connected()
2271 KUNIT_ASSERT_NULL(test, tunnel3); in tb_test_credit_alloc_dma_multiple()
2593 KUNIT_ASSERT_NULL(test, p); in tb_test_property_parse()
2612 KUNIT_ASSERT_NULL(test, p); in tb_test_property_parse()
2681 KUNIT_ASSERT_NULL(test, d2->uuid); in compare_dirs()
/linux-6.1.9/include/kunit/
Dtest.h1249 #define KUNIT_ASSERT_NULL(test, ptr) \ macro
/linux-6.1.9/mm/kasan/
Dkasan_test.c405 KUNIT_ASSERT_NULL(test, ptr2); in krealloc_uaf()