Searched refs:dl_bw (Results 1 – 6 of 6) sorted by relevance
/kernel/sched/ |
D | deadline.c | 70 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 74 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of() 124 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 126 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 141 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument 146 dl_rq->running_bw += dl_bw; in __add_running_bw() 154 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() argument 159 dl_rq->running_bw -= dl_bw; in __sub_running_bw() 168 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() argument 173 dl_rq->this_bw += dl_bw; in __add_rq_bw() [all …]
|
D | sched.h | 300 struct dl_bw { struct 306 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument 309 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 316 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() 322 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow() 344 extern void init_dl_bw(struct dl_bw *dl_b); 702 struct dl_bw dl_bw; member 815 struct dl_bw dl_bw; member 2366 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 2368 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update() [all …]
|
D | debug.c | 666 struct dl_bw *dl_bw; in print_dl_rq() local 677 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq() 679 dl_bw = &dl_rq->dl_bw; in print_dl_rq() 681 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq() 682 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
|
D | topology.c | 512 init_dl_bw(&rd->dl_bw); in init_rootdomain()
|
D | core.c | 5650 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
|
/kernel/cgroup/ |
D | cpuset.c | 2247 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()
|