Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dsched.h173 extern struct dl_bw *dl_bw_of(int i);
175 struct dl_bw { struct
181 void __dl_clear(struct dl_bw *dl_b, u64 tsk_bw) in __dl_clear() argument
187 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw) in __dl_add()
193 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) in __dl_overflow()
504 struct dl_bw dl_bw; member
534 struct dl_bw dl_bw; member
Ddeadline.c60 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()
1175 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in task_dead_dl()
1182 dl_b->total_bw -= p->dl.dl_bw; in task_dead_dl()
1595 struct dl_bw *src_dl_b; in set_cpus_allowed_dl()
1604 __dl_clear(src_dl_b, p->dl.dl_bw); in set_cpus_allowed_dl()
Dcore.c1783 dl_se->dl_bw = 0; in __dl_clear_params()
1988 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
1992 return &cpu_rq(i)->rd->dl_bw; in dl_bw_of()
2008 inline struct dl_bw *dl_bw_of(int i) in dl_bw_of()
2010 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of()
2034 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); in dl_overflow()
2040 if (new_bw == p->dl.dl_bw) in dl_overflow()
2055 !__dl_overflow(dl_b, cpus, p->dl.dl_bw, new_bw)) { in dl_overflow()
2056 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow()
2060 __dl_clear(dl_b, p->dl.dl_bw); in dl_overflow()
[all …]
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt258 direct subset of dl_bw.
/linux-4.1.27/include/linux/
Dsched.h1239 u64 dl_bw; /* dl_runtime / dl_deadline */ member