Home
last modified time | relevance | path

Searched refs:find_lowest_rq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c1460 static int find_lowest_rq(struct task_struct *task);
1512 int target = find_lowest_rq(p); in select_task_rq_rt()
1893 static int find_lowest_rq(struct task_struct *task) in find_lowest_rq() function
2021 cpu = find_lowest_rq(task); in find_lock_lowest_rq()
/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c1613 static int find_lowest_rq(struct task_struct *task);
1665 int target = find_lowest_rq(p); in select_task_rq_rt()
2067 static int find_lowest_rq(struct task_struct *task) in find_lowest_rq() function
2175 cpu = find_lowest_rq(task); in find_lock_lowest_rq()
2285 * Invoking find_lowest_rq() on anything but an RT task doesn't in push_rt_task()
2296 cpu = find_lowest_rq(rq->curr); in push_rt_task()

Completed in 8 milliseconds