Lines Matching refs:compound
834 bool compound, int nr_pages) in mem_cgroup_charge_statistics() argument
848 if (compound) { in mem_cgroup_charge_statistics()
5428 bool compound, in mem_cgroup_move_account() argument
5435 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_move_account()
5441 VM_BUG_ON(compound && !PageTransHuge(page)); in mem_cgroup_move_account()
5488 if (compound && !list_empty(page_deferred_list(page))) { in mem_cgroup_move_account()
5505 if (compound && list_empty(page_deferred_list(page))) { in mem_cgroup_move_account()
5519 mem_cgroup_charge_statistics(to, page, compound, nr_pages); in mem_cgroup_move_account()
5521 mem_cgroup_charge_statistics(from, page, compound, -nr_pages); in mem_cgroup_move_account()
6477 bool compound) in mem_cgroup_try_charge() argument
6480 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_try_charge()
6523 bool compound) in mem_cgroup_try_charge_delay() argument
6528 ret = mem_cgroup_try_charge(page, mm, gfp_mask, memcgp, compound); in mem_cgroup_try_charge_delay()
6552 bool lrucare, bool compound) in mem_cgroup_commit_charge() argument
6554 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_commit_charge()
6572 mem_cgroup_charge_statistics(memcg, page, compound, nr_pages); in mem_cgroup_commit_charge()
6596 bool compound) in mem_cgroup_cancel_charge() argument
6598 unsigned int nr_pages = compound ? hpage_nr_pages(page) : 1; in mem_cgroup_cancel_charge()
6782 bool compound; in mem_cgroup_migrate() local
6804 compound = PageTransHuge(newpage); in mem_cgroup_migrate()
6805 nr_pages = compound ? hpage_nr_pages(newpage) : 1; in mem_cgroup_migrate()
6815 mem_cgroup_charge_statistics(memcg, newpage, compound, nr_pages); in mem_cgroup_migrate()