Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dfair.c6922 #define LBF_DST_PINNED 0x04 macro
7081 if (env->idle == CPU_NEWLY_IDLE || (env->flags & LBF_DST_PINNED)) in can_migrate_task()
7087 env->flags |= LBF_DST_PINNED; in can_migrate_task()
8649 if ((env.flags & LBF_DST_PINNED) && env.imbalance > 0) { in load_balance()
8656 env.flags &= ~LBF_DST_PINNED; in load_balance()
8890 .flags = LBF_DST_PINNED, in active_load_balance_cpu_stop()