Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlivepatch.h184 static inline bool klp_patch_pending(struct task_struct *task) in klp_patch_pending() function
222 static inline bool klp_patch_pending(struct task_struct *task) { return false; } in klp_patch_pending() function
/linux/kernel/livepatch/
H A Dtransition.c369 if (likely(!klp_patch_pending(current))) in __klp_sched_try_switch()
396 if (!klp_patch_pending(task)) in __klp_sched_try_switch()
/linux/kernel/sched/
H A Didle.c383 if (unlikely(klp_patch_pending(current))) in do_idle()