cfs_rq
Regular
4.4
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root tasks_timeline;
struct rb_node *rb_leftmost;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
u64 runnable_load_sum;
long unsigned int runnable_load_avg;
long unsigned int tg_load_avg_contrib;
atomic_long_t removed_load_avg;
atomic_long_t removed_util_avg;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
4.8
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root tasks_timeline;
struct rb_node *rb_leftmost;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
u64 runnable_load_sum;
long unsigned int runnable_load_avg;
long unsigned int tg_load_avg_contrib;
atomic_long_t removed_load_avg;
atomic_long_t removed_util_avg;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
4.10
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root tasks_timeline;
struct rb_node *rb_leftmost;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
u64 runnable_load_sum;
long unsigned int runnable_load_avg;
long unsigned int tg_load_avg_contrib;
long unsigned int propagate_avg;
atomic_long_t removed_load_avg;
atomic_long_t removed_util_avg;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
4.13
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root tasks_timeline;
struct rb_node *rb_leftmost;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
u64 runnable_load_sum;
long unsigned int runnable_load_avg;
long unsigned int tg_load_avg_contrib;
long unsigned int propagate_avg;
atomic_long_t removed_load_avg;
atomic_long_t removed_util_avg;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
4.15
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
4.18
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
int expires_seq;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.0
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
int expires_seq;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.3
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
int expires_seq;
u64 runtime_expires;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.4
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.8
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.11
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.13
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.15
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
unsigned int forceidle_seq;
u64 min_vruntime_fi;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int idle;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
5.19
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
unsigned int forceidle_seq;
u64 min_vruntime_fi;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int idle;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_pelt;
u64 throttled_clock_pelt_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
6.2
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
unsigned int forceidle_seq;
u64 min_vruntime_fi;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int idle;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_pelt_idle;
u64 throttled_clock;
u64 throttled_clock_pelt;
u64 throttled_clock_pelt_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
6.5
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
unsigned int forceidle_seq;
u64 min_vruntime_fi;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int idle;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_pelt_idle;
u64 throttled_clock;
u64 throttled_clock_pelt;
u64 throttled_clock_pelt_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
struct list_head throttled_csd_list;
};
6.8
: ✅struct cfs_rq {
struct load_weight load;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_nr_running;
unsigned int idle_h_nr_running;
s64 avg_vruntime;
u64 avg_load;
u64 exec_clock;
u64 min_vruntime;
unsigned int forceidle_seq;
u64 min_vruntime_fi;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
u64 last_update_tg_load_avg;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int idle;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_pelt_idle;
u64 throttled_clock;
u64 throttled_clock_pelt;
u64 throttled_clock_pelt_time;
u64 throttled_clock_self;
u64 throttled_clock_self_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
struct list_head throttled_csd_list;
};
arm64
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
armhf
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
u64 min_vruntime_copy;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
u64 load_last_update_time_copy;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
ppc64el
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
riscv64
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
aws
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
azure
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
gcp
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
lowlatency
: ✅struct cfs_rq {
struct load_weight load;
long unsigned int runnable_weight;
unsigned int nr_running;
unsigned int h_nr_running;
unsigned int idle_h_nr_running;
u64 exec_clock;
u64 min_vruntime;
struct rb_root_cached tasks_timeline;
struct sched_entity *curr;
struct sched_entity *next;
struct sched_entity *last;
struct sched_entity *skip;
unsigned int nr_spread_over;
struct sched_avg avg;
struct (anon) removed;
long unsigned int tg_load_avg_contrib;
long int propagate;
long int prop_runnable_sum;
long unsigned int h_load;
u64 last_h_load_update;
struct sched_entity *h_load_next;
struct rq *rq;
int on_list;
struct list_head leaf_cfs_rq_list;
struct task_group *tg;
int runtime_enabled;
s64 runtime_remaining;
u64 throttled_clock;
u64 throttled_clock_task;
u64 throttled_clock_task_time;
int throttled;
int throttle_count;
struct list_head throttled_list;
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
⚠️long unsigned int propagate_avg
4.10
and 4.13
✅
4.13
and 4.15
⚠️long unsigned int runnable_weight
struct (anon) removed
long int propagate
long int prop_runnable_sum
struct rb_node *rb_leftmost
u64 runnable_load_sum
long unsigned int runnable_load_avg
long unsigned int propagate_avg
atomic_long_t removed_load_avg
atomic_long_t removed_util_avg
struct rb_root tasks_timeline
➡️ struct rb_root_cached tasks_timeline
4.15
and 4.18
⚠️int expires_seq
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
⚠️unsigned int idle_h_nr_running
int expires_seq
u64 runtime_expires
5.4
and 5.8
⚠️long unsigned int runnable_weight
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️unsigned int forceidle_seq
u64 min_vruntime_fi
int idle
5.15
and 5.19
⚠️unsigned int idle_nr_running
u64 throttled_clock_pelt
u64 throttled_clock_pelt_time
u64 throttled_clock_task
u64 throttled_clock_task_time
5.19
and 6.2
⚠️u64 throttled_pelt_idle
6.2
and 6.5
⚠️struct list_head throttled_csd_list
6.5
and 6.8
⚠️s64 avg_vruntime
u64 avg_load
u64 last_update_tg_load_avg
u64 throttled_clock_self
u64 throttled_clock_self_time
struct sched_entity *last
struct sched_entity *skip
amd64
and arm64
✅
amd64
and armhf
⚠️u64 min_vruntime_copy
u64 load_last_update_time_copy
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅