Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c278 dl_rq->this_bw += dl_bw; in __add_rq_bw()
288 dl_rq->this_bw -= dl_bw; in __sub_rq_bw()
664 struct dl_bw *dl_b; in dl_task_offline_migration()
715 dl_b = &rq->rd->dl_bw; in dl_task_offline_migration()
1314 u_act = dl_se->dl_bw; in grub_reclaim()
2642 struct dl_bw *dl_b; in dl_add_task_root_domain()
2652 dl_b = &rq->rd->dl_bw; in dl_add_task_root_domain()
2860 struct dl_bw *dl_b; in sched_dl_global_validate()
2910 struct dl_bw *dl_b; in sched_dl_do_global()
3098 dl_se->dl_bw = 0; in __dl_clear_params()
[all …]
H A Ddebug.c744 struct dl_bw *dl_bw; in print_dl_rq() local
754 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq()
756 dl_bw = &dl_rq->dl_bw; in print_dl_rq()
758 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq()
759 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
H A Dsched.h315 struct dl_bw { struct
321 extern void init_dl_bw(struct dl_bw *dl_b); argument
771 struct dl_bw dl_bw; member
886 struct dl_bw dl_bw; member
H A Dtopology.c556 init_dl_bw(&rd->dl_bw); in init_rootdomain()
H A Dcore.c7836 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
/linux/include/linux/
H A Dsched.h609 u64 dl_bw; /* dl_runtime / dl_period */ member
1755 extern int dl_bw_alloc(int cpu, u64 dl_bw);
1756 extern void dl_bw_free(int cpu, u64 dl_bw);
/linux/Documentation/scheduler/
H A Dsched-deadline.rst599 direct subset of dl_bw.
/linux/kernel/cgroup/
H A Dcpuset.c3306 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()