Home
last modified time | relevance | path

Searched refs:TIF_PATCH_PENDING (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/livepatch/
H A Dtransition.c123 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...]
/linux/arch/loongarch/include/asm/
H A Dthread_info.h90 #define TIF_PATCH_PENDING 21 /* pending live patching update */ macro
111 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
/linux/arch/s390/include/asm/
H A Dthread_info.h65 #define TIF_PATCH_PENDING 5 /* pending live patching update */ macro
87 #define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
/linux/arch/arm64/include/asm/
H A Dthread_info.h73 #define TIF_PATCH_PENDING 13 /* pending live patching update */ macro
100 #define _TIF_PATCH_PENDING (1 << TIF_PATCH_PENDING)
/linux/include/linux/
H A Dlivepatch.h206 return test_tsk_thread_flag(task, TIF_PATCH_PENDING); in klp_patch_pending()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-livepatch43 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to
/linux/Documentation/livepatch/
H A Dlivepatch.rst156 TIF_PATCH_PENDING flag of all tasks and thus forces the tasks to the patched