Searched refs:cpudl_find (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/sched/
H A Dcpudeadline.h19 int cpudl_find(struct cpudl *cp, struct task_struct *p, struct cpumask *later_mask);
H A Dcpudeadline.c109 * cpudl_find - find the best (later-dl) CPU in the system
116 int cpudl_find(struct cpudl *cp, struct task_struct *p, function
H A Ddeadline.c1987 !cpudl_find(&rq->rd->cpudl, rq->curr, NULL))
1995 cpudl_find(&rq->rd->cpudl, p, NULL))
2237 if (!cpudl_find(&task_rq(task)->rd->cpudl, task, later_mask))

Completed in 153 milliseconds