Searched refs:max_usage (Results 1 – 3 of 3) sorted by relevance
22 b. unsigned long long max_usage98 checking whether the limit is reached or resetting the max_usage110 b. The max_usage value can be used to quickly tune the group. One may112 a common pattern or leave one for a while. After this the max_usage119 c. If the max_usage is much less than the limit, but the failcnt value123 d. If the max_usage is much less than the limit, but the failcnt value141 max_usage max_usage_in_<unit_of_measurement>154 max_usage reset to usage
33 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()
32 unsigned long long max_usage; member177 cnt->max_usage = cnt->usage; in res_counter_reset_max()