Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dlivepatch.h205 static inline bool klp_patch_pending(struct task_struct *task) in klp_patch_pending() function
243 static inline bool klp_patch_pending(struct task_struct *task) { return false; } in klp_patch_pending() function
/OK3568_Linux_fs/kernel/kernel/sched/
H A Didle.c332 if (unlikely(klp_patch_pending(current))) in do_idle()
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dtransition.c352 if (!klp_patch_pending(task)) in klp_send_signals()
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c188 !klp_patch_pending(current)) in recalc_sigpending()