Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Ddeadline.c188 dl_rq->this_bw += dl_bw; in __add_rq_bw()
198 dl_rq->this_bw -= dl_bw; in __sub_rq_bw()
597 struct dl_bw *dl_b; in dl_task_offline_migration()
648 dl_b = &rq->rd->dl_bw; in dl_task_offline_migration()
2496 struct dl_bw *dl_b; in dl_add_task_root_domain()
2506 dl_b = &rq->rd->dl_bw; in dl_add_task_root_domain()
2680 struct dl_bw *dl_b; in sched_dl_global_validate()
2730 struct dl_bw *dl_b; in sched_dl_do_global()
2931 dl_se->dl_bw = 0; in __dl_clear_params()
2962 struct dl_bw *dl_b; in dl_task_can_attach()
[all …]
A Dsched.h298 struct dl_bw { struct
304 static inline void __dl_update(struct dl_bw *dl_b, s64 bw); argument
307 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub()
314 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add()
320 static inline bool __dl_overflow(struct dl_bw *dl_b, unsigned long cap, in __dl_overflow()
342 extern void init_dl_bw(struct dl_bw *dl_b);
710 struct dl_bw dl_bw; member
823 struct dl_bw dl_bw; member
2724 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
2739 void __dl_update(struct dl_bw *dl_b, s64 bw) in __dl_update()
[all …]
A Ddebug.c695 struct dl_bw *dl_bw; in print_dl_rq() local
706 dl_bw = &cpu_rq(cpu)->rd->dl_bw; in print_dl_rq()
708 dl_bw = &dl_rq->dl_bw; in print_dl_rq()
710 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->bw", dl_bw->bw); in print_dl_rq()
711 SEQ_printf(m, " .%-30s: %lld\n", "dl_bw->total_bw", dl_bw->total_bw); in print_dl_rq()
A Dtopology.c533 init_dl_bw(&rd->dl_bw); in init_rootdomain()
A Dcore.c7365 rq->rd->dl_bw.bw == 0) { in __sched_setscheduler()
/linux/include/linux/
A Dsched.h594 u64 dl_bw; /* dl_runtime / dl_period */ member
/linux/Documentation/scheduler/
A Dsched-deadline.rst596 direct subset of dl_bw.

Completed in 46 milliseconds