Lines Matching refs:ctx
397 * @ctx: Data passed into @func
400 * due to a failure. @ctx is passed as additional context. All functions
413 int kunit_add_action(struct kunit *test, kunit_action_t *action, void *ctx);
419 * @ctx: Data passed into @func
422 * due to a failure. @ctx is passed as additional context. All functions
431 * then action(ctx) will be called immediately, and an error will be returned.
439 void *ctx);
445 * @ctx: The context passed to the deferred function to trigger.
457 void *ctx);
463 * @ctx: The context passed to the deferred function to trigger.
472 * kunit_release_action(test, func, ctx);
474 * func(ctx);
475 * kunit_remove_action(test, func, ctx);
481 void *ctx);