Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_NULL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/lib/
H A Dtest_fprobe.c55 KUNIT_EXPECT_NULL(current_test, data); in fp_entry_handler()
79 KUNIT_EXPECT_NULL(current_test, data); in fp_exit_handler()
H A Dlist-test.c1247 KUNIT_EXPECT_NULL(test, klist_next(&i)); in klist_test_add_tail()
1275 KUNIT_EXPECT_NULL(test, klist_next(&i)); in klist_test_add_head()
1308 KUNIT_EXPECT_NULL(test, klist_next(&i)); in klist_test_add_behind()
1340 KUNIT_EXPECT_NULL(test, klist_next(&i)); in klist_test_add_before()
1428 KUNIT_EXPECT_NULL(test, klist_next(&i)); in klist_test_del_refcount_zero()
1462 KUNIT_EXPECT_NULL(test, klist_next(&i)); in klist_test_remove()
/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c129 KUNIT_EXPECT_NULL(test, NULL); in example_all_expect_macros_test()
H A Dkunit-test.c555 KUNIT_EXPECT_NULL(test, test->log); in kunit_log_test()
565 KUNIT_EXPECT_NULL(test, strstr(test->log, "Add newline\n\n")); in kunit_log_newline_test()
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack_test.c318 KUNIT_EXPECT_NULL(test, string); in policy_unpack_test_unpack_strdup_out_of_bounds()
416 KUNIT_EXPECT_NULL(test, chunk); in policy_unpack_test_unpack_u16_chunk_out_of_bounds_1()
438 KUNIT_EXPECT_NULL(test, chunk); in policy_unpack_test_unpack_u16_chunk_out_of_bounds_2()
/openbmc/linux/net/mctp/test/
H A Droute-test.c364 KUNIT_EXPECT_NULL(test, skb2); in mctp_test_route_input_sk()
434 KUNIT_EXPECT_NULL(test, skb2); in mctp_test_route_input_sk_reasm()
/openbmc/linux/net/handshake/
H A Dhandshake-test.c141 KUNIT_EXPECT_NULL(test, result); in handshake_req_alloc_case()
/openbmc/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c989 KUNIT_EXPECT_NULL(test, new_vc4_crtc_state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state()
/openbmc/linux/include/kunit/
H A Dtest.h1136 #define KUNIT_EXPECT_NULL(test, ptr) \ macro