Home
last modified time | relevance | path

Searched refs:MDF_PUSH (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/sched/
H A Dcore.c2666 p->migration_flags |= MDF_PUSH; in push_cpu_stop()
2670 p->migration_flags &= ~MDF_PUSH; in push_cpu_stop()
2934 (p->migration_flags & MDF_PUSH) && !rq->push_busy) { in affine_move_task()
3019 p->migration_flags &= ~MDF_PUSH; in affine_move_task()
H A Dsched.h1331 #define MDF_PUSH 0x01 macro