Searched refs:dl_bw (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | sched.h | 184 extern struct dl_bw *dl_bw_of(int i); 186 struct dl_bw { struct 192 void __dl_clear(struct dl_bw *dl_b, u64 tsk_bw) in __dl_clear() argument 198 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw) in __dl_add() 204 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) in __dl_overflow() 507 struct dl_bw dl_bw; member 537 struct dl_bw dl_bw; member
|
D | deadline.c | 60 void init_dl_bw(struct dl_bw *dl_b) in init_dl_bw() 84 init_dl_bw(&dl_rq->dl_bw); in init_dl_rq() 1243 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_dead_dl() 1250 dl_b->total_bw -= p->dl.dl_bw; in task_dead_dl() 1694 struct dl_bw *src_dl_b; in set_cpus_allowed_dl() 1703 __dl_clear(src_dl_b, p->dl.dl_bw); in set_cpus_allowed_dl()
|
D | core.c | 2087 dl_se->dl_bw = 0; in __dl_clear_params() 2283 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 2287 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of() 2303 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of() 2305 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of() 2329 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in dl_overflow() 2335 if (new_bw == p->dl.dl_bw) in dl_overflow() 2350 !__dl_overflow(dl_b, cpus, p->dl.dl_bw, new_bw)) { in dl_overflow() 2351 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow() 2355 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow() [all …]
|
/linux-4.4.14/include/linux/ |
D | sched.h | 1305 u64 dl_bw; /* dl_runtime / dl_deadline */ member
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 382 direct subset of dl_bw.
|