Home
last modified time | relevance | path

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

/linux-6.15/lib/kunit/
H A Ddevice.c177 kunit_release_action(test, driver_unregister_wrapper, (void *)drv); in kunit_device_register()
194 kunit_release_action(test, device_unregister_wrapper, dev); in kunit_device_unregister()
197 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.c496 kunit_release_action(test, increment_int, &num_actions); in kunit_resource_test_release_action()
526 kunit_release_action(test, action_order_2, ctx); in kunit_resource_test_action_ordering()
H A Dtest.c875 kunit_release_action(test, kfree_action_wrapper, (void *)ptr); in kunit_kfree()
/linux-6.15/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-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_rw.c1523 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_read_with_seek_oob()
1588 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_read_with_length_overflow()
1657 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_read_with_seek_and_length_oob()
1730 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_write_with_seek_oob()
1804 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_write_with_length_overflow()
1882 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_write_with_seek_and_length_oob()
1959 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_read_from_writeonly()
2035 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_write_to_readonly()
H A Dcs_dsp_test_control_cache.c1326 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_read_running()
1404 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_read_running_zero_flags()
2227 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_write_while_running()
2475 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_reapply_every_run()
2558 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_reapply_after_fw_reload()
2649 kunit_release_action(test, _cs_dsp_stop_wrapper, dsp); in cs_dsp_ctl_cache_sync_reapply_after_fw_swap()
/linux-6.15/kernel/
H A Dresource_kunit.c251 kunit_release_action(test, remove_free_resource, parent); in resource_test_region_intersects()
/linux-6.15/Documentation/dev-tools/kunit/
H A Dusage.rst666 can trigger it early using ``kunit_release_action``, or cancel it entirely