Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c2695 p->migration_flags |= MDF_PUSH; in push_cpu_stop()
2699 p->migration_flags &= ~MDF_PUSH; in push_cpu_stop()
2974 (p->migration_flags & MDF_PUSH) && !rq->push_busy) { in affine_move_task()
3059 p->migration_flags &= ~MDF_PUSH; in affine_move_task()
H A Dsched.h1197 #define MDF_PUSH 0x01 macro