Searched refs:SCA_MIGRATE_ENABLE (Results 1 – 2 of 2) sorted by relevance
2432 .flags = SCA_MIGRATE_ENABLE, in migrate_enable()2734 if (ctx->flags & (SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) { in set_cpus_allowed_common()2975 if ((flags & SCA_MIGRATE_ENABLE) && in affine_move_task()3005 if (!(flags & SCA_MIGRATE_ENABLE)) { in affine_move_task()3060 if (flags & SCA_MIGRATE_ENABLE) in affine_move_task()3071 if (flags & SCA_MIGRATE_ENABLE) in affine_move_task()3153 if (!(ctx->flags & SCA_MIGRATE_ENABLE)) { in __set_cpus_allowed_ptr_locked()3210 !(ctx->flags & (SCA_USER | SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) && in __set_cpus_allowed_ptr()
2365 #define SCA_MIGRATE_ENABLE 0x04 macro