Home
last modified time | relevance | path

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

/kernel/sched/
Dfair.c11918 void task_vruntime_update(struct rq *rq, struct task_struct *p, bool in_fi) in task_vruntime_update() argument
11925 se_fi_update(se, rq->core->core_forceidle_seq, in_fi); in task_vruntime_update()
11928 bool cfs_prio_less(struct task_struct *a, struct task_struct *b, bool in_fi) in cfs_prio_less() argument
11954 se_fi_update(sea, rq->core->core_forceidle_seq, in_fi); in cfs_prio_less()
11955 se_fi_update(seb, rq->core->core_forceidle_seq, in_fi); in cfs_prio_less()
Dcore.c192 static inline bool prio_less(struct task_struct *a, struct task_struct *b, bool in_fi) in prio_less() argument
207 return cfs_prio_less(a, b, in_fi); in prio_less()
6096 extern void task_vruntime_update(struct rq *rq, struct task_struct *p, bool in_fi);