Searched refs:SCA_MIGRATE_ENABLE (Results 1 – 2 of 2) sorted by relevance
2396 .flags = SCA_MIGRATE_ENABLE, in migrate_enable()2701 if (ctx->flags & (SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) { in set_cpus_allowed_common()2933 if ((flags & SCA_MIGRATE_ENABLE) && in affine_move_task()2963 if (!(flags & SCA_MIGRATE_ENABLE)) { in affine_move_task()3018 if (flags & SCA_MIGRATE_ENABLE) in affine_move_task()3029 if (flags & SCA_MIGRATE_ENABLE) in affine_move_task()3111 if (!(ctx->flags & SCA_MIGRATE_ENABLE)) { in __set_cpus_allowed_ptr_locked()3167 !(ctx->flags & (SCA_USER | SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) && in __set_cpus_allowed_ptr()
2555 #define SCA_MIGRATE_ENABLE 0x04 macro