Searched refs:dl_bw (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/kernel/sched/ |
H A D | sched.h | 152 * - dl_bw (< 100%) is the bandwidth of the system (group) on each CPU; 173 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) __dl_clear() 187 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw) __dl_add() 193 bool __dl_overflow(struct dl_bw *dl_b, int cpus, u64 old_bw, u64 new_bw) __dl_overflow() 504 struct dl_bw dl_bw; member in struct:dl_rq 534 struct dl_bw dl_bw; member in struct:root_domain
|
H A D | deadline.c | 60 void init_dl_bw(struct dl_bw *dl_b) init_dl_bw() 84 init_dl_bw(&dl_rq->dl_bw); init_dl_rq() 1175 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); task_dead_dl() 1182 dl_b->total_bw -= p->dl.dl_bw; task_dead_dl() 1595 struct dl_bw *src_dl_b; set_cpus_allowed_dl() 1604 __dl_clear(src_dl_b, p->dl.dl_bw); set_cpus_allowed_dl()
|
H A D | core.c | 1783 dl_se->dl_bw = 0; __dl_clear_params() 1988 inline struct dl_bw *dl_bw_of(int i) dl_bw_of() 1992 return &cpu_rq(i)->rd->dl_bw; dl_bw_of() 2008 inline struct dl_bw *dl_bw_of(int i) dl_bw_of() 2010 return &cpu_rq(i)->dl.dl_bw; dl_bw_of() 2034 struct dl_bw *dl_b = dl_bw_of(task_cpu(p)); dl_overflow() 2040 if (new_bw == p->dl.dl_bw) dl_overflow() 2055 !__dl_overflow(dl_b, cpus, p->dl.dl_bw, new_bw)) { dl_overflow() 2056 __dl_clear(dl_b, p->dl.dl_bw); dl_overflow() 2060 __dl_clear(dl_b, p->dl.dl_bw); dl_overflow() 2068 extern void init_dl_bw(struct dl_bw *dl_b); 3254 dl_se->dl_bw = to_ratio(dl_se->dl_period, dl_se->dl_runtime); __setparam_dl() 3574 rq->rd->dl_bw.bw == 0) { __sched_setscheduler() 4654 struct dl_bw *cur_dl_b; cpuset_cpumask_can_shrink() 4698 struct dl_bw *dl_b; task_can_attach() 4707 overflow = __dl_overflow(dl_b, cpus, 0, p->dl.dl_bw); task_can_attach() 4717 __dl_add(dl_b, p->dl.dl_bw); task_can_attach() 5628 init_dl_bw(&rd->dl_bw); init_rootdomain() 7013 struct dl_bw *dl_b; cpuset_cpu_inactive() 7820 struct dl_bw *dl_b; sched_dl_global_validate() 7854 struct dl_bw *dl_b; sched_dl_do_global()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 1239 u64 dl_bw; /* dl_runtime / dl_deadline */ member in struct:sched_dl_entity
|
Completed in 192 milliseconds