Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Dcore.c2396 .flags = SCA_MIGRATE_DISABLE, in migrate_disable_switch()
2732 if (ctx->flags & (SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) { in set_cpus_allowed_common()
2765 if (ctx->flags & SCA_MIGRATE_DISABLE) in __do_set_cpus_allowed()
3206 !(ctx->flags & (SCA_USER | SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) && in __set_cpus_allowed_ptr()
Dsched.h2364 #define SCA_MIGRATE_DISABLE 0x02 macro