Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb_cgroup.c91 static void hugetlb_cgroup_init(struct hugetlb_cgroup *h_cgroup, in hugetlb_cgroup_init() argument
107 fault = hugetlb_cgroup_counter_from_cgroup(h_cgroup, idx); in hugetlb_cgroup_init()
108 rsvd = hugetlb_cgroup_counter_from_cgroup_rsvd(h_cgroup, idx); in hugetlb_cgroup_init()
126 static void hugetlb_cgroup_free(struct hugetlb_cgroup *h_cgroup) in hugetlb_cgroup_free() argument
131 kfree(h_cgroup->nodeinfo[node]); in hugetlb_cgroup_free()
132 kfree(h_cgroup); in hugetlb_cgroup_free()
139 struct hugetlb_cgroup *h_cgroup; in hugetlb_cgroup_css_alloc() local
142 h_cgroup = kzalloc_flex(*h_cgroup, nodeinfo, nr_node_ids); in hugetlb_cgroup_css_alloc()
144 if (!h_cgroup) in hugetlb_cgroup_css_alloc()
148 root_h_cgroup = h_cgroup; in hugetlb_cgroup_css_alloc()
[all …]