Lines Matching full:tasks
31 * "straggler" tasks which failed to transition in the first attempt.
47 * tasks even in userspace and idle.
88 * All tasks have transitioned to KLP_UNPATCHED so we can now in klp_complete_transition()
298 * on other methods (e.g., switching tasks at kernel exit). in klp_try_switch_task()
341 * Sends a fake signal to all non-kthread tasks with TIF_PATCH_PENDING set.
349 pr_notice("signaling remaining tasks\n"); in klp_send_signals()
370 * Send fake signal to all non-kthread tasks which are in klp_send_signals()
380 * Try to switch all remaining tasks to the target patch state by walking the
381 * stacks of sleeping tasks and looking for any to-be-patched or
385 * If any tasks are still stuck in the initial patch state, schedule a retry.
397 * Try to switch the tasks to the target patch state by walking their in klp_try_complete_transition()
402 * Usually this will transition most (or all) of the tasks on a system in klp_try_complete_transition()
412 * Ditto for the idle "swapper" tasks. in klp_try_complete_transition()
421 /* offline idle tasks can be switched immediately */ in klp_try_complete_transition()
434 * Some tasks weren't able to be switched over. Try again in klp_try_complete_transition()
459 * Start the transition to the specified target patch state so tasks can begin
474 * Mark all normal tasks as needing a patch state update. They'll in klp_start_transition()
485 * Mark all idle tasks as needing a patch state update. They'll switch in klp_start_transition()
499 * Initialize the global target patch state and all tasks to the initial patch
516 * Set the global target patch state which tasks will switch to. This in klp_init_transition()
525 * Initialize all tasks to the initial patch state to prepare them for in klp_init_transition()
536 * Ditto for the idle "swapper" tasks. in klp_init_transition()
575 * tasks which are stuck in the initial patch state.
619 * Drop TIF_PATCH_PENDING of all tasks on admin's request. This forces an
633 pr_warn("forcing remaining tasks to the patched state\n"); in klp_force_transition()