Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dcore.c2396 .flags = SCA_MIGRATE_DISABLE, in migrate_disable_switch()
2734 if (ctx->flags & (SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) { in set_cpus_allowed_common()
2767 if (ctx->flags & SCA_MIGRATE_DISABLE) in __do_set_cpus_allowed()
3210 !(ctx->flags & (SCA_USER | SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) && in __set_cpus_allowed_ptr()
Dsched.h2364 #define SCA_MIGRATE_DISABLE 0x02 macro