Home
last modified time | relevance | path

Searched refs:kunit_release_action (Results 1 – 12 of 12) 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.c1000 kunit_release_action(test, kfree_action_wrapper, (void *)ptr); in kunit_kfree()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_g2g_test.c272 kunit_release_action(test, &g2g_wait_for_complete, xe); in g2g_run_test()
291 kunit_release_action(test, &g2g_clean_array, xe); in g2g_run_test()
715 kunit_release_action(test, &g2g_pm_runtime_put, xe); in xe_live_guc_g2g_kunit_default()
760 kunit_release_action(test, g2g_recreate_ctb, xe); in xe_live_guc_g2g_kunit_allmem()
761 kunit_release_action(test, g2g_pm_runtime_put, xe); in xe_live_guc_g2g_kunit_allmem()
/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/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.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()
/linux/kernel/
H A Dresource_kunit.c251 kunit_release_action(test, remove_free_resource, parent); in resource_test_region_intersects()
/linux/Documentation/dev-tools/kunit/
H A Dusage.rst998 can trigger it early using ``kunit_release_action``, or cancel it entirely