Home
last modified time | relevance | path

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

/mm/
Dhugetlb_cgroup.c111 int csize; in hugetlb_cgroup_move_parent() local
126 csize = PAGE_SIZE << compound_order(page); in hugetlb_cgroup_move_parent()
131 csize, &fail_res); in hugetlb_cgroup_move_parent()
134 res_counter_uncharge_until(counter, counter->parent, csize); in hugetlb_cgroup_move_parent()
171 unsigned long csize = nr_pages * PAGE_SIZE; in hugetlb_cgroup_charge_cgroup() local
190 ret = res_counter_charge(&h_cg->hugepage[idx], csize, &fail_res); in hugetlb_cgroup_charge_cgroup()
216 unsigned long csize = nr_pages * PAGE_SIZE; in hugetlb_cgroup_uncharge_page() local
225 res_counter_uncharge(&h_cg->hugepage[idx], csize); in hugetlb_cgroup_uncharge_page()
232 unsigned long csize = nr_pages * PAGE_SIZE; in hugetlb_cgroup_uncharge_cgroup() local
240 res_counter_uncharge(&h_cg->hugepage[idx], csize); in hugetlb_cgroup_uncharge_cgroup()