Lines Matching full:bandwidth
2 CFS Bandwidth Control
6 This document only discusses CPU bandwidth control for SCHED_NORMAL.
9 CFS bandwidth control is a CONFIG_FAIR_GROUP_SCHED extension which allows the
10 specification of the maximum CPU bandwidth available to a group or hierarchy.
12 The bandwidth allowed for a group is specified using a quota and period. Within
21 cfs_quota units at each period boundary. As threads consume this bandwidth it
45 bandwidth restriction in place, such a group is described as an unconstrained
46 bandwidth group. This represents the traditional work-conserving behavior for
49 Writing any (valid) positive value(s) will enact the specified bandwidth limit.
52 bandwidth limits are used in a hierarchical fashion, these are explained in
55 Writing any negative value to cpu.cfs_quota_us will remove the bandwidth limit
58 Any updates to a group's bandwidth specification will result in it becoming
77 A group's bandwidth statistics are exported via 3 fields in cpu.stat.
90 The interface enforces that an individual entity's bandwidth is always
97 [ Where C is the parent's bandwidth, and c_i its children ]
108 CFS Bandwidth Quota Caveats