Searched refs:rtpn (Results 1 – 1 of 1) sorted by relevance
7112 struct mem_cgroup_tree_per_node *rtpn; in mem_cgroup_init() local7114 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, in mem_cgroup_init()7117 rtpn->rb_root = RB_ROOT; in mem_cgroup_init()7118 rtpn->rb_rightmost = NULL; in mem_cgroup_init()7119 spin_lock_init(&rtpn->lock); in mem_cgroup_init()7120 soft_limit_tree.rb_tree_per_node[node] = rtpn; in mem_cgroup_init()