Lines Matching refs:dl
2081 struct sched_dl_entity *dl_se = &p->dl; in __dl_clear_params()
2116 RB_CLEAR_NODE(&p->dl.rb_node); in __sched_fork()
2117 init_dl_task_timer(&p->dl); in __sched_fork()
2305 return &cpu_rq(i)->dl.dl_bw; in dl_bw_of()
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()
3416 (pi_task && dl_entity_preempt(&pi_task->dl, &p->dl))) { in rt_mutex_setprio()
3417 p->dl.dl_boosted = 1; in rt_mutex_setprio()
3420 p->dl.dl_boosted = 0; in rt_mutex_setprio()
3424 p->dl.dl_boosted = 0; in rt_mutex_setprio()
3430 p->dl.dl_boosted = 0; in rt_mutex_setprio()
3619 struct sched_dl_entity *dl_se = &p->dl; in __setparam_dl()
3705 struct sched_dl_entity *dl_se = &p->dl; in __getparam_dl()
3774 struct sched_dl_entity *dl_se = &p->dl; in dl_param_changed()
5100 overflow = __dl_overflow(dl_b, cpus, 0, p->dl.dl_bw); in task_can_attach()
5110 __dl_add(dl_b, p->dl.dl_bw); in task_can_attach()
7434 init_dl_rq(&rq->dl); in sched_init()