Searched refs:compound (Results 1 – 5 of 5) sorted by relevance
/mm/ |
D | rmap.c | 1124 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap() argument 1126 do_page_add_anon_rmap(page, vma, address, compound ? RMAP_COMPOUND : 0); in page_add_anon_rmap() 1137 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local 1146 if (compound) { in do_page_add_anon_rmap() 1153 trace_android_vh_update_page_mapcount(page, true, compound, in do_page_add_anon_rmap() 1160 int nr = compound ? thp_nr_pages(page) : 1; in do_page_add_anon_rmap() 1167 if (compound) in do_page_add_anon_rmap() 1197 struct vm_area_struct *vma, unsigned long address, bool compound) in __page_add_new_anon_rmap() argument 1199 int nr = compound ? thp_nr_pages(page) : 1; in __page_add_new_anon_rmap() 1202 if (compound) { in __page_add_new_anon_rmap() [all …]
|
D | debug.c | 51 bool compound = PageCompound(page); in __dump_page() local 87 compound = false; in __dump_page() 102 if (compound) { in __dump_page()
|
D | huge_memory.c | 2548 int i, compound, nr, ret; in total_mapcount() local 2555 compound = compound_mapcount(page); in total_mapcount() 2558 return compound; in total_mapcount() 2559 ret = compound; in total_mapcount() 2564 return ret - compound * nr; in total_mapcount()
|
D | page_alloc.c | 1304 bool compound = PageCompound(page); in free_pages_prepare() local 1307 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare() 1309 if (compound) in free_pages_prepare() 1312 if (compound) in free_pages_prepare()
|
D | memcontrol.c | 5693 bool compound, in mem_cgroup_move_account() argument 5699 unsigned int nr_pages = compound ? thp_nr_pages(page) : 1; in mem_cgroup_move_account() 5704 VM_BUG_ON(compound && !PageTransHuge(page)); in mem_cgroup_move_account()
|