Lines Matching full:tasks
51 * "straggler" tasks which failed to transition in the first attempt.
67 * tasks even in userspace and idle.
108 * All tasks have transitioned to KLP_TRANSITION_UNPATCHED so we can now in klp_complete_transition()
325 * on other methods (e.g., switching tasks at kernel exit). in klp_try_switch_task()
405 * Sends a fake signal to all non-kthread tasks with TIF_PATCH_PENDING set.
413 pr_notice("signaling remaining tasks\n"); in klp_send_signals()
434 * Send fake signal to all non-kthread tasks which are in klp_send_signals()
444 * Try to switch all remaining tasks to the target patch state by walking the
445 * stacks of sleeping tasks and looking for any to-be-patched or
449 * If any tasks are still stuck in the initial patch state, schedule a retry.
461 * Try to switch the tasks to the target patch state by walking their in klp_try_complete_transition()
466 * Usually this will transition most (or all) of the tasks on a system in klp_try_complete_transition()
476 * Ditto for the idle "swapper" tasks. in klp_try_complete_transition()
488 /* offline idle tasks can be switched immediately */ in klp_try_complete_transition()
501 * Some tasks weren't able to be switched over. Try again in klp_try_complete_transition()
527 * Start the transition to the specified target patch state so tasks can begin
542 * Mark all normal tasks as needing a patch state update. They'll in klp_start_transition()
553 * Mark all idle tasks as needing a patch state update. They'll switch in klp_start_transition()
569 * Initialize the global target patch state and all tasks to the initial patch
586 * Set the global target patch state which tasks will switch to. This in klp_init_transition()
595 * Initialize all tasks to the initial patch state to prepare them for in klp_init_transition()
606 * Ditto for the idle "swapper" tasks. in klp_init_transition()
646 * tasks which are stuck in the initial patch state.
719 * Drop TIF_PATCH_PENDING of all tasks on admin's request. This forces an
733 pr_warn("forcing remaining tasks to the patched state\n"); in klp_force_transition()