Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h1294 unsigned int push_busy; member
2768 if (rq->push_busy) in get_push_task()
2777 rq->push_busy = true; in get_push_task()
H A Dcore.c2636 rq->push_busy = false; in push_cpu_stop()
2855 (p->migration_flags & MDF_PUSH) && !rq->push_busy) { in affine_move_task()
2856 rq->push_busy = true; in affine_move_task()
H A Drt.c1961 if (!pull || rq->push_busy) in push_rt_task()