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

/linux-master/kernel/sched/
H A Drt.c1541 static int find_lowest_rq(struct task_struct *task);
1590 int target = find_lowest_rq(p);
1825 static int find_lowest_rq(struct task_struct *task) function
1924 cpu = find_lowest_rq(task);
2034 * Invoking find_lowest_rq() on anything but an RT task doesn't
2045 cpu = find_lowest_rq(rq->curr);

Completed in 129 milliseconds