···670670 void (*func)(struct rq *rq);671671};672672673673-/* CFS-related fields in a runqueue */673673+/* Fair scheduling SCHED_{NORMAL,BATCH,IDLE} related fields in a runqueue: */674674struct cfs_rq {675675 struct load_weight load;676676 unsigned int nr_queued;677677- unsigned int h_nr_queued; /* SCHED_{NORMAL,BATCH,IDLE} */678678- unsigned int h_nr_runnable; /* SCHED_{NORMAL,BATCH,IDLE} */679679- unsigned int h_nr_idle; /* SCHED_IDLE */677677+ unsigned int h_nr_queued; /* SCHED_{NORMAL,BATCH,IDLE} */678678+ unsigned int h_nr_runnable; /* SCHED_{NORMAL,BATCH,IDLE} */679679+ unsigned int h_nr_idle; /* SCHED_IDLE */680680681681 s64 avg_vruntime;682682 u64 avg_load;···690690 struct rb_root_cached tasks_timeline;691691692692 /*693693- * 'curr' points to currently running entity on this cfs_rq.693693+ * 'curr' points to the currently running entity on this cfs_rq.694694 * It is set to NULL otherwise (i.e when none are currently running).695695 */696696 struct sched_entity *curr;···739739 */740740 int on_list;741741 struct list_head leaf_cfs_rq_list;742742- struct task_group *tg; /* group that "owns" this runqueue */742742+ struct task_group *tg; /* Group that "owns" this runqueue */743743744744 /* Locally cached copy of our task_group's idle value */745745 int idle;