Home
last modified time | relevance | path

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

/linux/lib/kunit/
H A Ddevice.c176 kunit_release_action(test, driver_unregister_wrapper, (void *)drv); in kunit_device_register()
193 kunit_release_action(test, device_unregister_wrapper, dev); in kunit_device_unregister()
196 kunit_release_action(test, driver_unregister_wrapper, (void *)driver); in kunit_device_unregister()
H A Dresource.c161 void kunit_release_action(struct kunit *test, in kunit_release_action() function
178 EXPORT_SYMBOL_GPL(kunit_release_action);
H A Dstring-stream.c206 kunit_release_action(test, resource_free_string_stream, (void *)stream); in kunit_free_string_stream()
H A Dkunit-test.c500 kunit_release_action(test, increment_int, &num_actions); in kunit_resource_test_release_action()
530 kunit_release_action(test, action_order_2, ctx); in kunit_resource_test_action_ordering()
H A Dtest.c981 kunit_release_action(test, kfree_action_wrapper, (void *)ptr); in kunit_kfree()
/linux/include/kunit/
H A Dskbuff.h54 kunit_release_action(test, kunit_action_kfree_skb, (void *)skb); in kunit_kfree_skb()
H A Dresource.h500 void kunit_release_action(struct kunit *test,
/linux/kernel/
H A Dresource_kunit.c251 kunit_release_action(test, remove_free_resource, parent); in resource_test_region_intersects()
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_cache.c1325 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_read_running()
1403 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_read_running_zero_flags()
2226 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_write_while_running()
2474 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_reapply_every_run()
2557 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_reapply_after_fw_reload()
2648 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_reapply_after_fw_swap()