Searched defs:usage_in_excess (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dmemcontrol.c144 unsigned long long usage_in_excess;/* Set to the value by which */ member in struct:mem_cgroup_per_zone
484 mz->usage_in_excess = new_usage_in_excess;
485 if (!mz->usage_in_excess)
491 if (mz->usage_in_excess < mz_node->usage_in_excess)
497 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
553 * Insert again. mz->usage_in_excess will be updated.
4743 mz->usage_in_excess = 0;

Completed in 31 milliseconds