Searched refs:SCA_MIGRATE_ENABLE (Results 1 – 2 of 2) sorted by relevance
2430 .flags = SCA_MIGRATE_ENABLE, in migrate_enable()2732 if (ctx->flags & (SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) { in set_cpus_allowed_common()2973 if ((flags & SCA_MIGRATE_ENABLE) && in affine_move_task()3003 if (!(flags & SCA_MIGRATE_ENABLE)) { in affine_move_task()3058 if (flags & SCA_MIGRATE_ENABLE) in affine_move_task()3069 if (flags & SCA_MIGRATE_ENABLE) in affine_move_task()3151 if (!(ctx->flags & SCA_MIGRATE_ENABLE)) { in __set_cpus_allowed_ptr_locked()3208 !(ctx->flags & (SCA_USER | SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) && in __set_cpus_allowed_ptr()
2374 #define SCA_MIGRATE_ENABLE 0x04 macro