Searched refs:mz (Results 1 – 1 of 1) sorted by relevance
479 static void __mem_cgroup_insert_exceeded(struct mem_cgroup_per_node *mz, in __mem_cgroup_insert_exceeded() argument488 if (mz->on_tree) in __mem_cgroup_insert_exceeded()491 mz->usage_in_excess = new_usage_in_excess; in __mem_cgroup_insert_exceeded()492 if (!mz->usage_in_excess) in __mem_cgroup_insert_exceeded()498 if (mz->usage_in_excess < mz_node->usage_in_excess) { in __mem_cgroup_insert_exceeded()507 mctz->rb_rightmost = &mz->tree_node; in __mem_cgroup_insert_exceeded()509 rb_link_node(&mz->tree_node, parent, p); in __mem_cgroup_insert_exceeded()510 rb_insert_color(&mz->tree_node, &mctz->rb_root); in __mem_cgroup_insert_exceeded()511 mz->on_tree = true; in __mem_cgroup_insert_exceeded()514 static void __mem_cgroup_remove_exceeded(struct mem_cgroup_per_node *mz, in __mem_cgroup_remove_exceeded() argument[all …]