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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c113 unsigned long long usage_in_excess;/* Set to the value by which */ member in struct:mem_cgroup_per_zone
399 mz->usage_in_excess = new_usage_in_excess;
400 if (!mz->usage_in_excess)
406 if (mz->usage_in_excess < mz_node->usage_in_excess)
412 else if (mz->usage_in_excess >= mz_node->usage_in_excess)
468 * Insert again. mz->usage_in_excess will be updated.
4001 mz->usage_in_excess = 0;

Completed in 100 milliseconds