Searched refs:__dl_sub (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | deadline.c | 341 __dl_sub(dl_b, p->dl.dl_bw, dl_bw_cpus(task_cpu(p))); in task_non_contending() 648 __dl_sub(dl_b, p->dl.dl_bw, cpumask_weight(rq->rd->span)); in dl_task_offline_migration() 1366 __dl_sub(dl_b, p->dl.dl_bw, dl_bw_cpus(task_cpu(p))); in inactive_task_timer() 2339 __dl_sub(src_dl_b, p->dl.dl_bw, dl_bw_cpus(task_cpu(p))); in set_cpus_allowed_dl() 2669 __dl_sub(dl_b, p->dl.dl_bw, cpus); in sched_dl_overflow() 2681 __dl_sub(dl_b, p->dl.dl_bw, cpus); in sched_dl_overflow()
|
| H A D | sched.h | 310 void __dl_sub(struct dl_bw *dl_b, u64 tsk_bw, int cpus) in __dl_sub() function
|