Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h187 extern struct dl_bw *dl_bw_of(int i);
189 struct dl_bw { struct
195 void __dl_clear(struct dl_bw *dl_b, u64 tsk_bw) in __dl_clear() argument
201 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw) in __dl_add()
207 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) in __dl_overflow()
519 struct dl_bw dl_bw; member
560 struct dl_bw dl_bw; member
Ddeadline.c50 u64 se_bw = dl_se->dl_bw; in add_average_bw()
57 u64 se_bw = dl_se->dl_bw; in clear_average_bw()
80 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw()
104 init_dl_bw(&dl_rq->dl_bw); in init_dl_rq()
1396 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_dead_dl()
1405 dl_b->total_bw -= p->dl.dl_bw; in task_dead_dl()
1859 struct dl_bw *src_dl_b; in set_cpus_allowed_dl()
1868 __dl_clear(src_dl_b, p->dl.dl_bw); in set_cpus_allowed_dl()
Dcore.c2165 dl_se->dl_bw = 0; in __dl_clear_params()
2377 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
2381 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of()
2397 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
2399 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of()
2423 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in dl_overflow()
2429 if (new_bw == p->dl.dl_bw) in dl_overflow()
2444 !__dl_overflow(dl_b, cpus, p->dl.dl_bw, new_bw)) { in dl_overflow()
2445 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow()
2449 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow()
[all …]