Home
last modified time | relevance | path

Searched refs:push_busy (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/sched/
Dsched.h1091 unsigned int push_busy; member
2260 if (rq->push_busy) in get_push_task()
2269 rq->push_busy = true; in get_push_task()
Dcore.c2526 rq->push_busy = false; in push_cpu_stop()
2714 (p->migration_flags & MDF_PUSH) && !rq->push_busy) { in affine_move_task()
2715 rq->push_busy = true; in affine_move_task()
Drt.c2082 if (!pull || rq->push_busy) in push_rt_task()