Searched refs:cfs_rq (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | fair.c | 249 static inline struct rq *rq_of(struct cfs_rq *cfs_rq) in rq_of() argument 251 return cfs_rq->rq; in rq_of() 269 static inline struct cfs_rq *task_cfs_rq(struct task_struct *p) in task_cfs_rq() 271 return p->se.cfs_rq; in task_cfs_rq() 275 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of() 277 return se->cfs_rq; in cfs_rq_of() 281 static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp) in group_cfs_rq() 286 static inline void list_add_leaf_cfs_rq(struct cfs_rq *cfs_rq) in list_add_leaf_cfs_rq() argument 288 if (!cfs_rq->on_list) { in list_add_leaf_cfs_rq() 295 if (cfs_rq->tg->parent && in list_add_leaf_cfs_rq() [all …]
|
D | debug.c | 166 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq() argument 175 SEQ_printf(m, "\ncfs_rq[%d]:%s\n", cpu, task_group_path(cfs_rq->tg)); in print_cfs_rq() 180 SPLIT_NS(cfs_rq->exec_clock)); in print_cfs_rq() 183 if (cfs_rq->rb_leftmost) in print_cfs_rq() 184 MIN_vruntime = (__pick_first_entity(cfs_rq))->vruntime; in print_cfs_rq() 185 last = __pick_last_entity(cfs_rq); in print_cfs_rq() 188 min_vruntime = cfs_rq->min_vruntime; in print_cfs_rq() 204 cfs_rq->nr_spread_over); in print_cfs_rq() 205 SEQ_printf(m, " .%-30s: %d\n", "nr_running", cfs_rq->nr_running); in print_cfs_rq() 206 SEQ_printf(m, " .%-30s: %ld\n", "load", cfs_rq->load.weight); in print_cfs_rq() [all …]
|
D | sched.h | 216 struct cfs_rq; 247 struct cfs_rq **cfs_rq; member 312 extern void init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq, 320 extern void unthrottle_cfs_rq(struct cfs_rq *cfs_rq); 347 struct cfs_rq { struct 587 struct cfs_rq cfs; 936 p->se.cfs_rq = tg->cfs_rq[cpu]; in set_task_rq() 1690 extern struct sched_entity *__pick_first_entity(struct cfs_rq *cfs_rq); 1691 extern struct sched_entity *__pick_last_entity(struct cfs_rq *cfs_rq); 1698 print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq); [all …]
|
D | core.c | 7382 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init() 8343 struct cfs_rq *cfs_rq = tg->cfs_rq[i]; in tg_set_cfs_bandwidth() local 8344 struct rq *rq = cfs_rq->rq; in tg_set_cfs_bandwidth() 8347 cfs_rq->runtime_enabled = runtime_enabled; in tg_set_cfs_bandwidth() 8348 cfs_rq->runtime_remaining = 0; in tg_set_cfs_bandwidth() 8350 if (cfs_rq->throttled) in tg_set_cfs_bandwidth() 8351 unthrottle_cfs_rq(cfs_rq); in tg_set_cfs_bandwidth()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 190 struct cfs_rq; 1267 struct cfs_rq *cfs_rq; member 1269 struct cfs_rq *my_q;
|