kunit_add_action
ret = kunit_add_action(test, g2g_wait_for_complete, xe);
if (kunit_add_action(test, of_node_put_wrapper, node)) {
kunit_add_action(test, kfree_wrapper, result.data);
kunit_add_action(test, kfree_wrapper, result.pointer);
int kunit_add_action(struct kunit *test, kunit_action_t *action, void *ctx);
kunit_add_action(test, kfree_wrapper, (void *)str);
kunit_add_action(test, driver_unregister_wrapper, driver);
kunit_add_action(test, device_unregister_wrapper, &kunit_dev->dev);
kunit_add_action(test, free_suite_set, (void *)free);
kunit_add_action(test, increment_int, &num_actions);
kunit_add_action(test, increment_int, &num_actions);
kunit_add_action(test, increment_int, &num_actions);
kunit_add_action(test, increment_int, &num_actions);
kunit_add_action(test, increment_int, &num_actions);
kunit_add_action(test, action_order_1, ctx);
kunit_add_action(test, action_order_2, ctx);
kunit_add_action(test, action_order_1, ctx);
kunit_add_action(test, action_order_2, ctx);
kunit_add_action(test, kfree_wrapper, full_log);
kunit_add_action(test, kfree_wrapper, full_log);
kunit_add_action(test, kfree_wrapper, full_log);
EXPORT_SYMBOL_GPL(kunit_add_action);
int res = kunit_add_action(test, action, ctx);
kunit_add_action(test, kfree_wrapper, (void *)str);
kunit_add_action(test, cleanup_raw_stream, stream);