Searched refs:__dl_add (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | deadline.c | 221 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() function 725 __dl_add(dl_b, p->dl.dl_bw, cpumask_weight(later_rq->rd->span)); in dl_task_offline_migration() 2564 __dl_add(dl_b, p->dl.dl_bw, cpumask_weight(rq->rd->span)); in dl_add_task_root_domain() 2886 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() 2898 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() 3088 __dl_add(dl_b, dl_bw, dl_bw_cpus(cpu)); in dl_bw_manage()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | deadline.c | 655 __dl_add(dl_b, p->dl.dl_bw, cpumask_weight(later_rq->rd->span)); in dl_task_offline_migration() 2397 __dl_add(dl_b, p->dl.dl_bw, cpumask_weight(rq->rd->span)); in dl_add_task_root_domain() 2690 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() 2702 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() 2902 __dl_add(dl_b, dl_bw, dl_bw_cpus(cpu)); in dl_bw_manage()
|
H A D | sched.h | 396 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() function
|
Completed in 13 milliseconds