Searched refs:TIF_PATCH_PENDING (Results 1 – 7 of 7) sorted by relevance
123 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 130 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING)); in klp_complete_transition() 187 * 1) Enforce the order of the TIF_PATCH_PENDING read and the in klp_update_patch_state() 191 * 2) Enforce the order of the TIF_PATCH_PENDING read and a future read in klp_update_patch_state() 195 if (test_and_clear_tsk_thread_flag(task, TIF_PATCH_PENDING)) in klp_update_patch_state() 295 clear_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_check_and_switch_task() 373 * Enforce the order of the TIF_PATCH_PENDING read above and the in __klp_sched_try_switch() 384 * Sends a fake signal to all non-kthread tasks with TIF_PATCH_PENDING set. in __klp_sched_try_switch() 385 * Kthreads with TIF_PATCH_PENDING set are woken up. in __klp_sched_try_switch() 400 * There is a small race here. We could see TIF_PATCH_PENDING in __klp_sched_try_switch() [all...]
90 #define TIF_PATCH_PENDING 21 /* pending live patching update */ macro111 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
65 #define TIF_PATCH_PENDING 5 /* pending live patching update */ macro87 #define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
73 #define TIF_PATCH_PENDING 13 /* pending live patching update */ macro100 #define _TIF_PATCH_PENDING (1 << TIF_PATCH_PENDING)
206 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
43 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to
156 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to the patched