kunit_remove_action
kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp);
kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp);
kunit_remove_action(priv->test, _cs_dsp_remove_wrapper, priv->dsp);
kunit_remove_action(test, sg_free_table_wrapper, sgt);
kunit_remove_action(test, kfree_wrapper, sgt);
void kunit_remove_action(struct kunit *test,
kunit_remove_action(test, increment_int, &num_actions);
kunit_remove_action(test, action_order_1, ctx);
EXPORT_SYMBOL_GPL(kunit_remove_action);