Lines Matching refs:compound
691 bool compound, int nr_pages) in mem_cgroup_charge_statistics() argument
705 if (compound) { in mem_cgroup_charge_statistics()
4781 bool compound, in mem_cgroup_move_account() argument
4786 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_move_account()
4792 VM_BUG_ON(compound && !PageTransHuge(page)); in mem_cgroup_move_account()
4847 mem_cgroup_charge_statistics(to, page, compound, nr_pages); in mem_cgroup_move_account()
4849 mem_cgroup_charge_statistics(from, page, compound, -nr_pages); in mem_cgroup_move_account()
5876 bool compound) in mem_cgroup_try_charge() argument
5879 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_try_charge()
5922 bool compound) in mem_cgroup_try_charge_delay() argument
5927 ret = mem_cgroup_try_charge(page, mm, gfp_mask, memcgp, compound); in mem_cgroup_try_charge_delay()
5951 bool lrucare, bool compound) in mem_cgroup_commit_charge() argument
5953 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_commit_charge()
5971 mem_cgroup_charge_statistics(memcg, page, compound, nr_pages); in mem_cgroup_commit_charge()
5995 bool compound) in mem_cgroup_cancel_charge() argument
5997 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_cancel_charge()
6181 bool compound; in mem_cgroup_migrate() local
6203 compound = PageTransHuge(newpage); in mem_cgroup_migrate()
6204 nr_pages = compound ? hpage_nr_pages(newpage) : 1; in mem_cgroup_migrate()
6214 mem_cgroup_charge_statistics(memcg, newpage, compound, nr_pages); in mem_cgroup_migrate()