Searched refs:rtpn (Results 1 – 1 of 1) sorted by relevance
7548 struct mem_cgroup_tree_per_node *rtpn; in mem_cgroup_init() local7550 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, node); in mem_cgroup_init()7552 rtpn->rb_root = RB_ROOT; in mem_cgroup_init()7553 rtpn->rb_rightmost = NULL; in mem_cgroup_init()7554 spin_lock_init(&rtpn->lock); in mem_cgroup_init()7555 soft_limit_tree.rb_tree_per_node[node] = rtpn; in mem_cgroup_init()