Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/sched/
H A Drt.c2168 static struct rq *find_lock_lowest_rq(struct task_struct *task, struct rq *rq) in find_lock_lowest_rq() function
2325 /* find_lock_lowest_rq locks the rq if found */ in push_rt_task()
2326 lowest_rq = find_lock_lowest_rq(next_task, rq); in push_rt_task()
2330 * find_lock_lowest_rq releases rq->lock in push_rt_task()
2889 /* find_lock_lowest_rq locks the rq if found */ in rt_active_load_balance_cpu_stop()
2890 lowest_rq = find_lock_lowest_rq(next_task, busiest_rq); in rt_active_load_balance_cpu_stop()
3008 .find_lock_rq = find_lock_lowest_rq,
/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c2014 static struct rq *find_lock_lowest_rq(struct task_struct *task, struct rq *rq) in find_lock_lowest_rq() function
2101 /* find_lock_lowest_rq locks the rq if found */ in push_rt_task()
2102 lowest_rq = find_lock_lowest_rq(next_task, rq); in push_rt_task()
2106 * find_lock_lowest_rq releases rq->lock in push_rt_task()
2653 /* find_lock_lowest_rq locks the rq if found */ in rt_active_load_balance_cpu_stop()
2654 lowest_rq = find_lock_lowest_rq(next_task, busiest_rq); in rt_active_load_balance_cpu_stop()

Completed in 9 milliseconds