Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c9333 #define LBF_DST_PINNED 0x04
9554 env->flags & (LBF_DST_PINNED | LBF_ACTIVE_LB)) in can_migrate_task()
9561 env->flags |= LBF_DST_PINNED; in can_migrate_task()
12000 if ((env.flags & LBF_DST_PINNED) && env.imbalance > 0) { in sched_balance_rq()
12007 env.flags &= ~LBF_DST_PINNED; in sched_balance_rq()
12380 * The LBF_DST_PINNED logic could have changed in sched_balance_domains()
9321 #define LBF_DST_PINNED global() macro