Lines Matching full:deferred
390 /* A 'deferred action' function to be used with kunit_add_action. */
411 * 0 on success, an error if the action could not be deferred.
436 * 0 on success, an error if the action could not be deferred.
442 * kunit_remove_action() - Cancel a matching deferred action.
444 * @action: The deferred function to cancel.
445 * @ctx: The context passed to the deferred function to trigger.
447 * Prevent an action deferred via kunit_add_action() from executing when the
450 * If the function/context pair was deferred multiple times, only the most
462 * @action: The deferred function to trigger.
463 * @ctx: The context passed to the deferred function to trigger.
465 * Execute a function deferred via kunit_add_action()) immediately, rather than
468 * If the function/context pair was deferred multiple times, it will only be