Home
last modified time | relevance | path

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

/kernel/sched/
Ddeadline.c158 void __add_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_running_bw()
171 void __sub_running_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_running_bw()
185 void __add_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __add_rq_bw()
195 void __sub_rq_bw(u64 dl_bw, struct dl_rq *dl_rq) in __sub_rq_bw()
2916 static int dl_bw_manage(enum dl_bw_request req, int cpu, u64 dl_bw) in dl_bw_manage()
2955 int dl_bw_alloc(int cpu, u64 dl_bw) in dl_bw_alloc()
2960 void dl_bw_free(int cpu, u64 dl_bw) in dl_bw_free()
Dsched.h301 struct dl_bw { struct
307 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument
716 struct dl_bw dl_bw; member
829 struct dl_bw dl_bw; member
Ddebug.c693 struct dl_bw *dl_bw; in print_dl_rq() local