Searched refs:dl_bw (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/kernel/sched/ |
D | deadline.c | 103 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 107 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of() 169 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 171 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update() 183 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 185 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 204 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update() 206 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update() 213 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() 220 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() [all …]
|
D | debug.c | 741 struct dl_bw *dl_bw; in print_dl_rq() local 752 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq() 754 dl_bw = &dl_rq->dl_bw; in print_dl_rq() 756 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq() 757 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
|
D | sched.h | 312 struct dl_bw { struct 318 extern void init_dl_bw(struct dl_bw *dl_b); argument 734 struct dl_bw dl_bw; member 853 struct dl_bw dl_bw; member
|
D | topology.c | 555 init_dl_bw(&rd->dl_bw); in init_rootdomain()
|
D | core.c | 7753 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
|
/Linux-v6.6/include/linux/ |
D | sched.h | 618 u64 dl_bw; /* dl_runtime / dl_period */ member 1858 extern int dl_bw_alloc(int cpu, u64 dl_bw); 1859 extern void dl_bw_free(int cpu, u64 dl_bw);
|
/Linux-v6.6/kernel/cgroup/ |
D | cpuset.c | 2569 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-deadline.rst | 599 direct subset of dl_bw.
|