Home
last modified time | relevance | path

Searched refs:dl_bw (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
Ddeadline.c71 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
75 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of()
125 static inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
127 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of()
142 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw() argument
147 dl_rq->running_bw += dl_bw; in __add_running_bw()
155 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw() argument
160 dl_rq->running_bw -= dl_bw; in __sub_running_bw()
169 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw() argument
174 dl_rq->this_bw += dl_bw; in __add_rq_bw()
[all …]
Ddebug.c664 struct dl_bw *dl_bw; in print_dl_rq() local
675 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq()
677 dl_bw = &dl_rq->dl_bw; in print_dl_rq()
679 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq()
680 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
Dsched.h380 struct dl_bw { struct
386 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument
389 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub()
396 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add()
402 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow()
424 extern void init_dl_bw(struct dl_bw *dl_b);
789 struct dl_bw dl_bw; member
902 struct dl_bw dl_bw; member
2471 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
2473 struct root_domain *rd = container_of(dl_b, struct root_domain, dl_bw); in __dl_update()
[all …]
Dtopology.c519 init_dl_bw(&rd->dl_bw); in init_rootdomain()
Dcore.c5600 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
/kernel/linux/linux-5.10/include/linux/
Dsched.h632 u64 dl_bw; /* dl_runtime / dl_period */ member
1815 extern int dl_bw_alloc(int cpu, u64 dl_bw);
1816 extern void dl_bw_free(int cpu, u64 dl_bw);
/kernel/linux/linux-5.10/kernel/cgroup/
Dcpuset.c2224 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-deadline.rst596 direct subset of dl_bw.