Searched defs:rt_rq (Results 1 – 7 of 7) sorted by relevance
28172 struct rt_rq { struct28173 struct rt_prio_array active;28174 unsigned int rt_nr_running;28175 unsigned int rr_nr_running;28176 struct {28179 } highest_prio;28180 unsigned int rt_nr_migratory;28181 unsigned int rt_nr_total;28182 int overloaded;28183 struct plist_head pushable_tasks;[all …]
25406 struct rt_rq { struct25407 struct rt_prio_array active;25408 unsigned int rt_nr_running;25409 unsigned int rr_nr_running;25410 struct {25413 } highest_prio;25414 long unsigned int rt_nr_migratory;25415 long unsigned int rt_nr_total;25416 int overloaded;25417 struct plist_head pushable_tasks;[all …]
22547 struct rt_rq { struct22548 struct rt_prio_array active;22549 unsigned int rt_nr_running;22550 unsigned int rr_nr_running;22551 struct {22554 } highest_prio;22555 long unsigned int rt_nr_migratory;22556 long unsigned int rt_nr_total;22557 int overloaded;22558 struct plist_head pushable_tasks;[all …]
27512 struct rt_rq { struct27513 struct rt_prio_array active;27514 unsigned int rt_nr_running;27515 unsigned int rr_nr_running;27516 struct {27519 } highest_prio;27520 long unsigned int rt_nr_migratory;27521 long unsigned int rt_nr_total;27522 int overloaded;27523 struct plist_head pushable_tasks;[all …]