Searched defs:dl_rq (Results 1 – 7 of 7) sorted by relevance
25425 struct dl_rq { struct25426 struct rb_root_cached root;25427 long unsigned int dl_nr_running;25428 struct {25431 } earliest_dl;25432 long unsigned int dl_nr_migratory;25433 int overloaded;25434 struct rb_root_cached pushable_dl_tasks_root;25435 u64 running_bw;25436 u64 this_bw;[all …]
28191 struct dl_rq { struct28192 struct rb_root_cached root;28193 unsigned int dl_nr_running;28194 struct {28197 } earliest_dl;28198 unsigned int dl_nr_migratory;28199 int overloaded;28200 struct rb_root_cached pushable_dl_tasks_root;28201 u64 running_bw;28202 u64 this_bw;[all …]
22566 struct dl_rq { struct22567 struct rb_root_cached root;22568 long unsigned int dl_nr_running;22569 struct {22572 } earliest_dl;22573 long unsigned int dl_nr_migratory;22574 int overloaded;22575 struct rb_root_cached pushable_dl_tasks_root;22576 u64 running_bw;22577 u64 this_bw;[all …]
27531 struct dl_rq { struct27532 struct rb_root_cached root;27533 long unsigned int dl_nr_running;27534 struct {27560 struct dl_rq dl; argument