Searched refs:next_mz (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.c2872 struct mem_cgroup_per_zone *mz, *next_mz = NULL; local
2888 if (next_mz)
2889 mz = next_mz;
2905 next_mz = NULL;
2919 next_mz =
2921 if (next_mz == mz) {
2922 css_put(&next_mz->mem->css);
2923 next_mz = NULL;
2924 } else /* next_mz == NULL or other memcg */
2949 (next_mz
[all...]

Completed in 39 milliseconds