Home
last modified time | relevance | path

Searched defs:cfs_rq (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/sched/
A Dfair.c4972 struct cfs_rq *cfs_rq; in distribute_cfs_runtime() local
5563 struct cfs_rq *cfs_rq; in enqueue_task_fair() local
5678 struct cfs_rq *cfs_rq; in dequeue_task_fair() local
5785 struct cfs_rq *cfs_rq; in cpu_load_without() local
5808 struct cfs_rq *cfs_rq; in cpu_runnable_without() local
6499 struct cfs_rq *cfs_rq; in cpu_util() local
6526 struct cfs_rq *cfs_rq; in cpu_util_without() local
7196 struct cfs_rq *cfs_rq; in pick_task_fair() local
7380 struct cfs_rq *cfs_rq; in put_prev_task_fair() local
11164 struct cfs_rq *cfs_rq; in task_tick_fair() local
[all …]
A Dsched.h532 struct cfs_rq { struct
553 * 'curr' points to currently running entity on this cfs_rq. argument
569 struct sched_avg avg;
573 struct {
599 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument
610 struct list_head leaf_cfs_rq_list; argument
614 int idle;
617 int runtime_enabled;
620 u64 throttled_clock;
623 int throttled;
[all …]
A Dpelt.h143 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt()
151 static inline u64 cfs_rq_clock_pelt(struct cfs_rq *cfs_rq) in cfs_rq_clock_pelt()
160 update_cfs_rq_load_avg(u64 now, struct cfs_rq *cfs_rq) in update_cfs_rq_load_avg()
A Dpelt.c310 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
324 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq) in __update_load_avg_cfs_rq()
A Ddebug.c581 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
A Dcore.c10265 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
/linux/include/linux/
A Dsched.h547 struct cfs_rq *cfs_rq; member

Completed in 63 milliseconds