Searched refs:dl_bw (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/kernel/sched/ |
| D | deadline.c | 101 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 105 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of() 167 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 169 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update() 181 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 183 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 202 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 204 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update() 211 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 218 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() [all …]
|
| D | debug.c | 695 struct dl_bw *dl_bw; in print_dl_rq() local 706 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq() 708 dl_bw = &dl_rq->dl_bw; in print_dl_rq() 710 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq() 711 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
|
| D | sched.h | 318 struct dl_bw { struct 324 extern void init_dl_bw(struct dl_bw *dl_b); argument 732 struct dl_bw dl_bw; member 845 struct dl_bw dl_bw; member
|
| D | topology.c | 553 init_dl_bw(&rd->dl_bw); in init_rootdomain()
|
| D | core.c | 7559 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
|
| /Linux-v6.1/include/linux/ |
| D | sched.h | 612 u64 dl_bw; /* dl_runtime / dl_period */ member
|
| /Linux-v6.1/Documentation/scheduler/ |
| D | sched-deadline.rst | 596 direct subset of dl_bw.
|