Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlivepatch.h178 static inline bool klp_patch_pending(struct task_struct *task) in klp_patch_pending() function
208 static inline bool klp_patch_pending(struct task_struct *task) { return false; } in klp_patch_pending() function
/Linux-v4.19/kernel/sched/
Didle.c288 if (unlikely(klp_patch_pending(current))) in do_idle()
/Linux-v4.19/kernel/livepatch/
Dtransition.c584 if (!klp_patch_pending(task)) in klp_send_signals()
/Linux-v4.19/kernel/
Dsignal.c171 !klp_patch_pending(current)) in recalc_sigpending()