Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dstats.h121 static inline void psi_enqueue(struct task_struct *p, bool wakeup) in psi_enqueue() function
203 static inline void psi_enqueue(struct task_struct *p, bool wakeup) {} in psi_enqueue() function
Dcore.c2056 psi_enqueue(p, flags & ENQUEUE_WAKEUP); in enqueue_task()