Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcore.c2395 .flags = SCA_MIGRATE_DISABLE, in migrate_disable_switch()
2733 if (ctx->flags & (SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) { in set_cpus_allowed_common()
2766 if (ctx->flags & SCA_MIGRATE_DISABLE) in __do_set_cpus_allowed()
3209 !(ctx->flags & (SCA_USER | SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) && in __set_cpus_allowed_ptr()
H A Dsched.h2373 #define SCA_MIGRATE_DISABLE 0x02 macro