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

/linux-master/kernel/sched/
H A Drt.c1540 static int find_lowest_rq(struct task_struct *task);
1589 int target = find_lowest_rq(p);
1824 static int find_lowest_rq(struct task_struct *task) function
1923 cpu = find_lowest_rq(task);
2033 * Invoking find_lowest_rq() on anything but an RT task doesn't
2044 cpu = find_lowest_rq(rq->curr);

Completed in 275 milliseconds