Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
H A Dcpudeadline.h19 int cpudl_find(struct cpudl *cp, struct task_struct *p, struct cpumask *later_mask);
H A Dcpudeadline.c110 * cpudl_find - find the best (later-dl) CPU in the system
117 int cpudl_find(struct cpudl *cp, struct task_struct *p, in cpudl_find() function
H A Ddeadline.c1769 !cpudl_find(&rq->rd->cpudl, rq->curr, NULL)) in check_preempt_equal_dl()
1777 cpudl_find(&rq->rd->cpudl, p, NULL)) in check_preempt_equal_dl()
1979 if (!cpudl_find(&task_rq(task)->rd->cpudl, task, later_mask)) in find_later_rq()
/kernel/linux/linux-6.6/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, in cpudl_find() function
H A Ddeadline.c1909 !cpudl_find(&rq->rd->cpudl, rq->curr, NULL)) in check_preempt_equal_dl()
1917 cpudl_find(&rq->rd->cpudl, p, NULL)) in check_preempt_equal_dl()
2143 if (!cpudl_find(&task_rq(task)->rd->cpudl, task, later_mask)) in find_later_rq()

Completed in 9 milliseconds