Lines Matching defs:value

161  * Single value that decides SCHED_DEADLINE internal math precision.
168 * Single value that denotes runtime == period, ie unlimited time.
220 * Shifting a value by an exponent greater *or equal* to the size of said value
389 /* A positive value indicates that this is a SCHED_IDLE group. */
423 /* The two decimal precision [%] value requested from user-space */
440 * too large, so as the shares value of a task group.
536 * Use a copy of a u64 value to protect against data race. This is only
656 /* Locally cached copy of our task_group's idle value */
881 * updated. It's monotonously increasing value.
931 * @value: utilization clamp value for tasks on this clamp bucket
935 * clamp value.
938 unsigned long value : bits_per(SCHED_CAPACITY_SCALE);
944 * @value: currently active clamp values for a rq
948 * A clamp value is affecting a rq when there is at least one task RUNNABLE
949 * (or actually running) with that value.
965 unsigned int value;
1100 /* This is used to determine avg_idle's max value */
1247 * Be careful with this function; not for general use. The return value isn't
1646 * Restore the value we stashed in @rf for this pin context.
2014 * changes that value before the cgroup_subsys::attach() method is called,
2015 * therefore we cannot pin it and might observe the wrong value.
2063 * After ->cpu is set up to a new value, task_rq_lock(p, ...) can be
2177 /* Wake flags. The first three directly map to some SD flag value */
2196 * scheduling class and "nice" value. For SCHED_NORMAL tasks this is just a
3060 return READ_ONCE(rq->uclamp[clamp_id].value);
3064 unsigned int value)
3066 WRITE_ONCE(rq->uclamp[clamp_id].value, value);
3084 max_util = READ_ONCE(rq->uclamp[UCLAMP_MAX].value);
3128 unsigned int value)
3338 * with the per-cpu cid value, allowing to estimate how recently it was used.