Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Dfair.c7384 #define LBF_DST_PINNED 0x04 macro
7548 if (env->idle == CPU_NEWLY_IDLE || (env->flags & LBF_DST_PINNED)) in can_migrate_task()
7554 env->flags |= LBF_DST_PINNED; in can_migrate_task()
9646 if ((env.flags & LBF_DST_PINNED) && env.imbalance > 0) { in load_balance()
9653 env.flags &= ~LBF_DST_PINNED; in load_balance()
9905 .flags = LBF_DST_PINNED, in active_load_balance_cpu_stop()