Searched refs:__dl_sub (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/sched/ |
A D | deadline.c | 357 __dl_sub(dl_b, p->dl.dl_bw, dl_bw_cpus(task_cpu(p))); in task_non_contending() 650 __dl_sub(dl_b, p->dl.dl_bw, cpumask_weight(rq->rd->span)); in dl_task_offline_migration() 1370 __dl_sub(dl_b, p->dl.dl_bw, dl_bw_cpus(task_cpu(p))); in inactive_task_timer() 2455 __dl_sub(src_dl_b, p->dl.dl_bw, dl_bw_cpus(task_cpu(p))); in set_cpus_allowed_dl() 2796 __dl_sub(dl_b, p->dl.dl_bw, cpus); in sched_dl_overflow() 2808 __dl_sub(dl_b, p->dl.dl_bw, cpus); in sched_dl_overflow()
|
A D | sched.h | 307 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() function
|
Completed in 15 milliseconds