Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemcontrol.c7447 struct mem_cgroup_tree_per_node *rtpn; in mem_cgroup_init() local
7449 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, node); in mem_cgroup_init()
7451 rtpn->rb_root = RB_ROOT; in mem_cgroup_init()
7452 rtpn->rb_rightmost = NULL; in mem_cgroup_init()
7453 spin_lock_init(&rtpn->lock); in mem_cgroup_init()
7454 soft_limit_tree.rb_tree_per_node[node] = rtpn; in mem_cgroup_init()