Searched defs:cfs_rq (Results 1 – 7 of 7) sorted by relevance
4972 struct cfs_rq *cfs_rq; in distribute_cfs_runtime() local5563 struct cfs_rq *cfs_rq; in enqueue_task_fair() local5678 struct cfs_rq *cfs_rq; in dequeue_task_fair() local5785 struct cfs_rq *cfs_rq; in cpu_load_without() local5808 struct cfs_rq *cfs_rq; in cpu_runnable_without() local6499 struct cfs_rq *cfs_rq; in cpu_util() local6526 struct cfs_rq *cfs_rq; in cpu_util_without() local7196 struct cfs_rq *cfs_rq; in pick_task_fair() local7380 struct cfs_rq *cfs_rq; in put_prev_task_fair() local11164 struct cfs_rq *cfs_rq; in task_tick_fair() local[all …]
532 struct cfs_rq { struct553 * 'curr' points to currently running entity on this cfs_rq. argument569 struct sched_avg avg;573 struct {599 struct rq *rq; /* CPU runqueue to which this cfs_rq is attached */ argument610 struct list_head leaf_cfs_rq_list; argument614 int idle;617 int runtime_enabled;620 u64 throttled_clock;623 int throttled;[all …]
143 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()
310 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()
581 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq()
10265 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local
547 struct cfs_rq *cfs_rq; member
Completed in 63 milliseconds