Searched refs:klp_update_patch_state (Results 1 – 5 of 5) sorted by relevance
182 void klp_update_patch_state(struct task_struct *task);223 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state() function
175 void klp_update_patch_state(struct task_struct *task) in klp_cancel_transition() 599 * TIF_PATCH_PENDING writes to ensure klp_update_patch_state() and in klp_init_transition() 639 * klp_update_patch_state() or __klp_sched_try_switch() running in in klp_init_transition() 651 * Make sure all existing invocations of klp_update_patch_state() and in klp_reverse_transition() 667 * klp_update_patch_state() and __klp_sched_try_switch() don't set in klp_reverse_transition() 686 * klp_update_patch_state(current) and __klp_sched_try_switch(), but we in klp_reverse_transition() 701 * NOTE: klp_update_patch_state(task) requires the task to be inactive or in klp_copy_process() 716 klp_update_patch_state(task); in klp_copy_process() 720 klp_update_patch_state(idle_task(cpu));184 void klp_update_patch_state(struct task_struct *task) klp_update_patch_state() function
372 klp_update_patch_state(current); in do_idle()
301 klp_update_patch_state(current); in do_notify_resume()
116 instead have a klp_update_patch_state() call in the idle loop which184 klp_update_patch_state() in a safe location. Kthreads are typically