Lines Matching full:tasks
29 * "straggler" tasks which failed to transition in the first attempt.
45 * tasks even in userspace and idle.
86 * All tasks have transitioned to KLP_UNPATCHED so we can now in klp_complete_transition()
300 * on other methods (e.g., switching tasks at kernel exit). in klp_try_switch_task()
338 * Sends a fake signal to all non-kthread tasks with TIF_PATCH_PENDING set.
346 pr_notice("signaling remaining tasks\n"); in klp_send_signals()
367 * Send fake signal to all non-kthread tasks which are in klp_send_signals()
377 * Try to switch all remaining tasks to the target patch state by walking the
378 * stacks of sleeping tasks and looking for any to-be-patched or
382 * If any tasks are still stuck in the initial patch state, schedule a retry.
394 * Try to switch the tasks to the target patch state by walking their in klp_try_complete_transition()
399 * Usually this will transition most (or all) of the tasks on a system in klp_try_complete_transition()
409 * 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.
633 * Drop TIF_PATCH_PENDING of all tasks on admin's request. This forces an
647 pr_warn("forcing remaining tasks to the patched state\n"); in klp_force_transition()