Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dfair.c7091 #define LBF_DST_PINNED 0x04 macro
7251 if (env->idle == CPU_NEWLY_IDLE || (env->flags & LBF_DST_PINNED)) in can_migrate_task()
7257 env->flags |= LBF_DST_PINNED; in can_migrate_task()
8905 if ((env.flags & LBF_DST_PINNED) && env.imbalance > 0) { in load_balance()
8912 env.flags &= ~LBF_DST_PINNED; in load_balance()
9156 .flags = LBF_DST_PINNED, in active_load_balance_cpu_stop()