Home
last modified time | relevance | path

Searched refs:dl (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h400 return ((cap_scale(p->dl.dl_deadline, cap)) >= (p->dl.dl_runtime)); in dl_task_fits_capacity()
1017 struct dl_rq dl; member
1978 return rq->dl.dl_nr_running > 0; in sched_dl_runnable()
2428 rq->dl.extra_bw += bw; in __dl_update()
2434 struct dl_rq *dl = container_of(dl_b, struct dl_rq, dl_bw); in __dl_update() local
2436 dl->extra_bw += bw; in __dl_update()
2653 return (rq->dl.running_bw * SCHED_CAPACITY_SCALE) >> BW_SHIFT; in cpu_bw_dl()
H A Dcore.c132 * p->dl.dl_{runtime, deadline, period, flags, bw, density}
819 if (rq->dl.dl_nr_running) { in sched_can_stop_tick()
3423 RB_CLEAR_NODE(&p->dl.rb_node); in __sched_fork()
3424 init_dl_task_timer(&p->dl); in __sched_fork()
3425 init_dl_inactive_task_timer(&p->dl); in __sched_fork()
5376 * --> -dl task blocks on mutex A in rt_mutex_setprio()
5378 * 2. -dl task is running and holds mutex A in rt_mutex_setprio()
5379 * --> -dl task blocks on mutex A and could preempt the in rt_mutex_setprio()
5385 dl_entity_preempt(&pi_task->dl, &p->dl))) { in rt_mutex_setprio()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h825 struct sched_dl_entity dl; member

Completed in 21 milliseconds