Lines Matching full:tasks

30  * "straggler" tasks which failed to transition in the first attempt.
46 * tasks even in userspace and idle.
87 * All tasks have transitioned to KLP_UNPATCHED so we can now in klp_complete_transition()
297 * on other methods (e.g., switching tasks at kernel exit). in klp_try_switch_task()
340 * Sends a fake signal to all non-kthread tasks with TIF_PATCH_PENDING set.
348 pr_notice("signaling remaining tasks\n"); in klp_send_signals()
369 * Send fake signal to all non-kthread tasks which are in klp_send_signals()
381 * Try to switch all remaining tasks to the target patch state by walking the
382 * stacks of sleeping tasks and looking for any to-be-patched or
386 * If any tasks are still stuck in the initial patch state, schedule a retry.
398 * Try to switch the tasks to the target patch state by walking their in klp_try_complete_transition()
403 * Usually this will transition most (or all) of the tasks on a system in klp_try_complete_transition()
413 * Ditto for the idle "swapper" tasks. in klp_try_complete_transition()
422 /* offline idle tasks can be switched immediately */ in klp_try_complete_transition()
435 * Some tasks weren't able to be switched over. Try again in klp_try_complete_transition()
460 * Start the transition to the specified target patch state so tasks can begin
475 * Mark all normal tasks as needing a patch state update. They'll in klp_start_transition()
486 * Mark all idle tasks as needing a patch state update. They'll switch in klp_start_transition()
500 * Initialize the global target patch state and all tasks to the initial patch
517 * Set the global target patch state which tasks will switch to. This in klp_init_transition()
526 * Initialize all tasks to the initial patch state to prepare them for in klp_init_transition()
537 * Ditto for the idle "swapper" tasks. in klp_init_transition()
576 * tasks which are stuck in the initial patch state.
620 * Drop TIF_PATCH_PENDING of all tasks on admin's request. This forces an
634 pr_warn("forcing remaining tasks to the patched state\n"); in klp_force_transition()