Home
last modified time | relevance | path

Searched refs:max_usage (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/Documentation/cgroups/
Dresource_counter.txt22 b. unsigned long long max_usage
98 checking whether the limit is reached or resetting the max_usage
110 b. The max_usage value can be used to quickly tune the group. One may
112 a common pattern or leave one for a while. After this the max_usage
119 c. If the max_usage is much less than the limit, but the failcnt value
123 d. If the max_usage is much less than the limit, but the failcnt value
141 max_usage max_usage_in_<unit_of_measurement>
154 max_usage reset to usage
/linux-2.6.39/kernel/
Dres_counter.c33 if (counter->usage > counter->max_usage) in res_counter_charge_locked()
34 counter->max_usage = counter->usage; in res_counter_charge_locked()
99 return &counter->max_usage; in res_counter_member()
/linux-2.6.39/include/linux/
Dres_counter.h32 unsigned long long max_usage; member
177 cnt->max_usage = cnt->usage; in res_counter_reset_max()