Lines Matching refs:compound
1220 bool compound = flags & RMAP_COMPOUND;
1224 if (likely(!compound)) {
1267 mlock_vma_folio(folio, vma, compound);
1313 * @compound: charge the page as compound or small page
1321 bool compound)
1327 VM_WARN_ON_FOLIO(compound && !folio_test_pmd_mappable(folio), folio);
1330 if (likely(!compound)) {
1366 mlock_vma_folio(folio, vma, compound);
1373 * @compound: charge the page as compound or small page
1378 bool compound)
1383 VM_WARN_ON_ONCE_PAGE(compound && !PageTransHuge(page), page);
1385 if (likely(!compound))
1390 folio_add_file_rmap_range(folio, page, nr_pages, vma, compound);
1397 * @compound: uncharge the page as compound or small page
1402 bool compound)
1410 VM_BUG_ON_PAGE(compound && !PageHead(page), page);
1420 if (likely(!compound)) {
1465 if (!compound || nr < nr_pmdmapped)
1477 munlock_vma_folio(folio, vma, compound);