Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Ddeadline.c278 dl_rq->this_bw += dl_bw; in __add_rq_bw()
689 struct dl_bw *dl_b; in dl_task_offline_migration()
740 dl_b = &rq->rd->dl_bw; in dl_task_offline_migration()
1700 struct dl_bw *dl_b; in __dl_server_attach_root()
1717 struct dl_bw *dl_b; in dl_server_apply_params()
2954 struct dl_bw *dl_b; in dl_add_task_root_domain()
2989 __dl_add(&rd->dl_bw, dl_se->dl_bw, dl_bw_cpus(i)); in dl_clear_root_domain()
3188 struct dl_bw *dl_b; in sched_dl_global_validate()
3238 struct dl_bw *dl_b; in sched_dl_do_global()
3426 dl_se->dl_bw = 0; in __dl_clear_params()
[all …]
H A Ddebug.c919 struct dl_bw *dl_bw; in print_dl_rq() local
929 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq()
931 dl_bw = &dl_rq->dl_bw; in print_dl_rq()
933 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq()
934 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
H A Dsched.h344 struct dl_bw { struct
350 extern void init_dl_bw(struct dl_bw *dl_b); argument
861 struct dl_bw dl_bw; member
985 struct dl_bw dl_bw; member
H A Dsyscalls.c655 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
H A Dtopology.c561 init_dl_bw(&rd->dl_bw); in init_rootdomain()
/linux-6.15/include/linux/
H A Dsched.h647 u64 dl_bw; /* dl_runtime / dl_period */ member
1848 extern int dl_bw_alloc(int cpu, u64 dl_bw);
1849 extern void dl_bw_free(int cpu, u64 dl_bw);
/linux-6.15/kernel/cgroup/
H A Dcpuset.c3019 cs->sum_migrate_dl_bw += task->dl.dl_bw; in cpuset_can_attach()
/linux-6.15/Documentation/scheduler/
H A Dsched-deadline.rst600 server; in which case the -rt bandwidth is a direct subset of dl_bw.