Lines Matching refs:compound
1209 bool compound = flags & RMAP_COMPOUND; in page_add_anon_rmap() local
1213 if (likely(!compound)) { in page_add_anon_rmap()
1256 mlock_vma_folio(folio, vma, compound); in page_add_anon_rmap()
1310 bool compound) in folio_add_file_rmap_range() argument
1316 VM_WARN_ON_FOLIO(compound && !folio_test_pmd_mappable(folio), folio); in folio_add_file_rmap_range()
1319 if (likely(!compound)) { in folio_add_file_rmap_range()
1355 mlock_vma_folio(folio, vma, compound); in folio_add_file_rmap_range()
1367 bool compound) in page_add_file_rmap() argument
1372 VM_WARN_ON_ONCE_PAGE(compound && !PageTransHuge(page), page); in page_add_file_rmap()
1374 if (likely(!compound)) in page_add_file_rmap()
1379 folio_add_file_rmap_range(folio, page, nr_pages, vma, compound); in page_add_file_rmap()
1391 bool compound) in page_remove_rmap() argument
1399 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in page_remove_rmap()
1409 if (likely(!compound)) { in page_remove_rmap()
1454 if (!compound || nr < nr_pmdmapped) in page_remove_rmap()
1466 munlock_vma_folio(folio, vma, compound); in page_remove_rmap()