Home
last modified time | relevance | path

Searched refs:psi_enqueue (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dstats.h125 static inline void psi_enqueue(struct task_struct *p, bool wakeup) in psi_enqueue() function
193 static inline void psi_enqueue(struct task_struct *p, bool wakeup) {} in psi_enqueue() function
H A Dcore.c2097 psi_enqueue(p, (flags & ENQUEUE_WAKEUP) && !(flags & ENQUEUE_MIGRATED)); in enqueue_task()