Home
last modified time | relevance | path

Searched refs:rtpn (Results 1 – 1 of 1) sorted by relevance

/mm/
Dmemcontrol.c7548 struct mem_cgroup_tree_per_node *rtpn; in mem_cgroup_init() local
7550 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()