Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemcontrol.c7452 struct mem_cgroup_tree_per_node *rtpn; in mem_cgroup_init() local
7454 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, node); in mem_cgroup_init()
7456 rtpn->rb_root = RB_ROOT; in mem_cgroup_init()
7457 rtpn->rb_rightmost = NULL; in mem_cgroup_init()
7458 spin_lock_init(&rtpn->lock); in mem_cgroup_init()
7459 soft_limit_tree.rb_tree_per_node[node] = rtpn; in mem_cgroup_init()