Searched refs:kunit_remove_action (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/kunit/ |
| H A D | resource.c | 141 void kunit_remove_action(struct kunit *test, in kunit_remove_action() function 159 EXPORT_SYMBOL_GPL(kunit_remove_action);
|
| H A D | kunit-test.c | 489 kunit_remove_action(test, increment_int, &num_actions); in kunit_resource_test_remove_action() 529 kunit_remove_action(test, action_order_1, ctx); in kunit_resource_test_action_ordering()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_gem_shmem_test.c | 119 kunit_remove_action(test, sg_free_table_wrapper, sgt); in drm_gem_shmem_test_obj_create_private() 120 kunit_remove_action(test, kfree_wrapper, sgt); in drm_gem_shmem_test_obj_create_private()
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_callbacks.c | 250 kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp); in cs_dsp_test_ctl_v1_callbacks() 305 kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp); in cs_dsp_test_ctl_v2_callbacks() 341 kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp); in cs_dsp_test_no_callbacks()
|
| /linux/include/kunit/ |
| H A D | resource.h | 476 void kunit_remove_action(struct kunit *test,
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | usage.rst | 999 with ``kunit_remove_action``.
|