Searched refs:TIF_PATCH_PENDING (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/livepatch/
H A Dtransition.c132 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING));
139 WARN_ON_ONCE(test_tsk_thread_flag(task, TIF_PATCH_PENDING));
196 * 1) Enforce the order of the TIF_PATCH_PENDING read and the
200 * 2) Enforce the order of the TIF_PATCH_PENDING read and a future read
204 if (test_and_clear_tsk_thread_flag(task, TIF_PATCH_PENDING))
304 clear_tsk_thread_flag(task, TIF_PATCH_PENDING);
390 * Enforce the order of the TIF_PATCH_PENDING read above and the
405 * Sends a fake signal to all non-kthread tasks with TIF_PATCH_PENDING set.
406 * Kthreads with TIF_PATCH_PENDING set are woken up.
421 * There is a small race here. We could see TIF_PATCH_PENDING
669 clear_tsk_thread_flag(idle_task(cpu), TIF_PATCH_PENDING); local
[all...]
/linux-master/arch/s390/include/asm/
H A Dthread_info.h69 #define TIF_PATCH_PENDING 5 /* pending live patching update */ macro
94 #define _TIF_PATCH_PENDING BIT(TIF_PATCH_PENDING)
/linux-master/arch/loongarch/include/asm/
H A Dthread_info.h89 #define TIF_PATCH_PENDING 21 /* pending live patching update */ macro
109 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
/linux-master/arch/x86/include/asm/
H A Dthread_info.h96 #define TIF_PATCH_PENDING 13 /* pending live patching update */ macro
119 #define _TIF_PATCH_PENDING (1 << TIF_PATCH_PENDING)
/linux-master/arch/powerpc/include/asm/
H A Dthread_info.h103 #define TIF_PATCH_PENDING 6 /* pending live patching update */ macro
129 #define _TIF_PATCH_PENDING (1<<TIF_PATCH_PENDING)
/linux-master/include/linux/
H A Dlivepatch.h206 return test_tsk_thread_flag(task, TIF_PATCH_PENDING);

Completed in 259 milliseconds