Searched refs:SCA_USER (Results 1 – 3 of 3) sorted by relevance
1237 if (unlikely((ctx->flags & SCA_USER) && ctx->user_mask)) { in __sched_setaffinity()1292 .flags = SCA_USER, in sched_setaffinity()
2657 if (ctx->flags & SCA_USER) in set_cpus_allowed_common()2715 .flags = SCA_USER, /* clear the user requested mask */ in do_set_cpus_allowed()3057 if (ctx->flags & SCA_USER) in __set_cpus_allowed_ptr_locked()3111 !(ctx->flags & (SCA_USER | SCA_MIGRATE_ENABLE | SCA_MIGRATE_DISABLE)) && in __set_cpus_allowed_ptr()
2583 #define SCA_USER 0x08 macro