Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore.c2645 p->migration_flags |= MDF_PUSH; in push_cpu_stop()
2649 p->migration_flags &= ~MDF_PUSH; in push_cpu_stop()
2920 (p->migration_flags & MDF_PUSH) && !rq->push_busy) { in affine_move_task()
3005 p->migration_flags &= ~MDF_PUSH; in affine_move_task()
H A Dsched.h1344 #define MDF_PUSH 0x01 macro