Searched refs:__dl_add (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | deadline.c | 218 void __dl_add(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_add() function 729 __dl_add(dl_b, p->dl.dl_bw, cpumask_weight(later_rq->rd->span)); in dl_task_offline_migration() 2568 __dl_add(dl_b, p->dl.dl_bw, cpumask_weight(rq->rd->span)); in dl_add_task_root_domain() 2853 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() 2865 __dl_add(dl_b, new_bw, cpus); in sched_dl_overflow() 3044 __dl_add(dl_b, p->dl.dl_bw, dl_bw_cpus(cpu)); in dl_cpu_busy()
|