Searched refs:kunit_release_action (Results 1 – 9 of 9) sorted by relevance
| /linux/lib/kunit/ |
| H A D | device.c | 176 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 D | resource.c | 161 void kunit_release_action(struct kunit *test, in kunit_release_action() function 178 EXPORT_SYMBOL_GPL(kunit_release_action);
|
| H A D | string-stream.c | 206 kunit_release_action(test, resource_free_string_stream, (void *)stream); in kunit_free_string_stream()
|
| H A D | kunit-test.c | 500 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 D | test.c | 981 kunit_release_action(test, kfree_action_wrapper, (void *)ptr); in kunit_kfree()
|
| /linux/include/kunit/ |
| H A D | skbuff.h | 54 kunit_release_action(test, kunit_action_kfree_skb, (void *)skb); in kunit_kfree_skb()
|
| H A D | resource.h | 500 void kunit_release_action(struct kunit *test,
|
| /linux/kernel/ |
| H A D | resource_kunit.c | 251 kunit_release_action(test, remove_free_resource, parent); in resource_test_region_intersects()
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_control_cache.c | 1325 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()
|