Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Dfair.c11670 void task_vruntime_update(struct rq *rq, struct task_struct *p, bool in_fi) in task_vruntime_update() argument
11677 se_fi_update(se, rq->core->core_forceidle_seq, in_fi); in task_vruntime_update()
11680 bool cfs_prio_less(struct task_struct *a, struct task_struct *b, bool in_fi) in cfs_prio_less() argument
11706 se_fi_update(sea, rq->core->core_forceidle_seq, in_fi); in cfs_prio_less()
11707 se_fi_update(seb, rq->core->core_forceidle_seq, in_fi); in cfs_prio_less()
Dcore.c177 static inline bool prio_less(struct task_struct *a, struct task_struct *b, bool in_fi) in prio_less() argument
192 return cfs_prio_less(a, b, in_fi); in prio_less()
5919 extern void task_vruntime_update(struct rq *rq, struct task_struct *p, bool in_fi);