Home
last modified time | relevance | path

Searched defs:dl_bw (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/kernel/sched/
Ddeadline.c232 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
245 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
259 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
269 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
Dsched.h318 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
Ddebug.c695 struct dl_bw *dl_bw; in print_dl_rq() local
/Linux-v6.1/include/linux/
Dsched.h612 u64 dl_bw; /* dl_runtime / dl_period */ member