Home
last modified time | relevance | path

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

/mm/
Drmap.c1130 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap() argument
1132 do_page_add_anon_rmap(page, vma, address, compound ? RMAP_COMPOUND : 0); in page_add_anon_rmap()
1143 bool compound = flags & RMAP_COMPOUND; in do_page_add_anon_rmap() local
1151 if (compound) { in do_page_add_anon_rmap()
1162 int nr = compound ? thp_nr_pages(page) : 1; in do_page_add_anon_rmap()
1169 if (compound) in do_page_add_anon_rmap()
1199 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_new_anon_rmap() argument
1201 int nr = compound ? thp_nr_pages(page) : 1; in page_add_new_anon_rmap()
1205 if (compound) { in page_add_new_anon_rmap()
1230 void page_add_file_rmap(struct page *page, bool compound) in page_add_file_rmap() argument
[all …]
Ddebug.c51 bool compound = PageCompound(page); in __dump_page() local
77 compound = false; in __dump_page()
92 if (compound) { in __dump_page()
Dhuge_memory.c2501 int i, compound, nr, ret; in total_mapcount() local
2508 compound = compound_mapcount(page); in total_mapcount()
2511 return compound; in total_mapcount()
2512 ret = compound; in total_mapcount()
2517 return ret - compound * nr; in total_mapcount()
Dmigrate.c2169 bool compound; in migrate_misplaced_page() local
2177 compound = PageTransHuge(page); in migrate_misplaced_page()
2179 if (compound) in migrate_misplaced_page()
Dpage_alloc.c1419 bool compound = PageCompound(page); in free_pages_prepare() local
1422 VM_BUG_ON_PAGE(compound && compound_order(page) != order, page); in free_pages_prepare()
1424 if (compound) { in free_pages_prepare()
1429 if (compound) in free_pages_prepare()
Dmemcontrol.c5660 bool compound, in mem_cgroup_move_account() argument
5666 unsigned int nr_pages = compound ? thp_nr_pages(page) : 1; in mem_cgroup_move_account()
5671 VM_BUG_ON(compound && !PageTransHuge(page)); in mem_cgroup_move_account()