Searched defs:rt_runtime (Results 1 - 2 of 2) sorted by relevance

/kernel/sched/
H A Dsched.h131 u64 rt_runtime; member in struct:rt_bandwidth
424 u64 rt_runtime; member in struct:rt_rq
630 /* could above be rq->cfs_rq.exec_clock + rq->rt_rq.rt_runtime ? */
H A Dcore.c3549 task_group(p)->rt_bandwidth.rt_runtime == 0 &&
7093 rq->rt.rt_runtime = def_rt_bandwidth.rt_runtime;
7484 u64 rt_runtime; member in struct:rt_schedulable_data
7495 runtime = tg->rt_bandwidth.rt_runtime;
7499 runtime = d->rt_runtime;
7527 runtime = child->rt_bandwidth.rt_runtime;
7531 runtime = d->rt_runtime;
7550 .rt_runtime = runtime,
7561 u64 rt_period, u64 rt_runtime)
7560 tg_set_rt_bandwidth(struct task_group *tg, u64 rt_period, u64 rt_runtime) argument
7592 u64 rt_runtime, rt_period; local
7616 u64 rt_runtime, rt_period; local
[all...]

Completed in 47 milliseconds