Home
last modified time | relevance | path

Searched refs:KUNIT_EXPECT_NOT_ERR_OR_NULL (Results 1 – 14 of 14) sorted by relevance

/linux/sound/soc/
A Dsoc-topology-test.c243 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_with_null_comp()
285 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_with_null_ops()
347 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_with_null_fw()
386 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_empty_tplg()
436 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_empty_tplg_bad_magic()
491 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_empty_tplg_bad_abi()
546 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_empty_tplg_bad_size()
601 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_empty_tplg_bad_payload_size()
655 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_pcm_tplg()
705 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, kunit_comp); in snd_soc_tplg_test_load_pcm_tplg_reload_comp()
[all …]
/linux/net/mptcp/
A Dtoken_test.c12 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, req); in build_req_sock()
38 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, icsk); in build_icsk()
48 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ctx); in build_ctx()
58 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, msk); in build_msk()
/linux/drivers/of/
A Dof_test.c20 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, np); in of_dtb_root_node_found_by_path()
30 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, of_root); in of_dtb_root_node_populates_of_root()
A Doverlay_test.c28 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, np); in of_overlay_apply_kunit_apply()
49 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, pdev); in of_overlay_apply_kunit_platform_device()
/linux/net/mctp/test/
A Droute-test.c368 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, skb2); in mctp_test_route_input_sk()
440 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, skb2); in mctp_test_route_input_sk_reasm()
601 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, skb2); in mctp_test_route_input_sk_keys()
740 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, rx_skb1); in mctp_test_route_input_multiple_nets_bind()
748 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, rx_skb2); in mctp_test_route_input_multiple_nets_bind()
821 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, rx_skb1); in mctp_test_route_input_multiple_nets_key()
829 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, rx_skb2); in mctp_test_route_input_multiple_nets_key()
/linux/security/ipe/
A Dpolicy_tests.c260 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, pol->parsed); in ipe_parser_unsigned_test()
/linux/lib/kunit/
A Dkunit-test.c609 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, in kunit_log_test()
611 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, in kunit_log_test()
616 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, in kunit_log_test()
618 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, in kunit_log_test()
A Dkunit-example-test.c126 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, test); in example_all_expect_macros_test()
A Dstring-stream-test.c189 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, concat_string); in string_stream_line_add_test()
245 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, concat_string); in string_stream_variable_length_line_test()
A Dplatform-test.c16 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, in kunit_platform_device_alloc_test()
/linux/drivers/iio/test/
A Diio-test-gts.c108 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, dev); in __test_init_iio_gain_scale()
151 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, dev); in test_init_iio_gts_invalid()
/linux/security/apparmor/
A Dpolicy_unpack_test.c61 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, buf); in build_aa_ext_struct()
64 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, e); in build_aa_ext_struct()
117 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, puf); in policy_unpack_test_init()
/linux/sound/soc/codecs/
A Dcs-amp-lib-test.c190 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, name); in cs_amp_lib_test_get_efi_variable()
191 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, guid); in cs_amp_lib_test_get_efi_variable()
192 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, size); in cs_amp_lib_test_get_efi_variable()
/linux/include/kunit/
A Dtest.h1270 #define KUNIT_EXPECT_NOT_ERR_OR_NULL(test, ptr) \ macro

Completed in 38 milliseconds