Home
last modified time | relevance | path

Searched refs:klp_patch_pending (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dlivepatch.h204 static inline bool klp_patch_pending(struct task_struct *task) in klp_patch_pending() function
242 static inline bool klp_patch_pending(struct task_struct *task) { return false; } in klp_patch_pending() function
/linux-6.12.1/kernel/livepatch/
Dtransition.c368 if (likely(!klp_patch_pending(current))) in __klp_sched_try_switch()
386 if (unlikely(!klp_patch_pending(current))) in __klp_sched_try_switch()
417 if (!klp_patch_pending(task)) in klp_send_signals()
/linux-6.12.1/kernel/sched/
Didle.c356 if (unlikely(klp_patch_pending(current))) in do_idle()