Lines Matching defs:flag
500 * other and tasks of other cgroups that have the same flag turned on.
504 /* Controls whether further updates are allowed to the colocate flag */
899 * The "RT overload" flag: it gets set if a CPU has more than
1236 * %RQCF_UPDATED - is a debug flag that indicates whether a call has been
1508 * highest_flag_domain - Return highest sched_domain containing flag.
1511 * @flag: The flag to check for the highest sched_domain
1514 * Returns the highest sched_domain of a CPU which contains the given flag.
1516 static inline struct sched_domain *highest_flag_domain(int cpu, int flag)
1521 if (!(sd->flags & flag)) {
1530 static inline struct sched_domain *lowest_flag_domain(int cpu, int flag)
1535 if (sd->flags & flag) {