Searched refs:VM_BUG_ON_PGFLAGS (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | page-flags.h | 351 VM_BUG_ON_PGFLAGS(page->compound_head & 1, page); in const_folio_flags() 352 VM_BUG_ON_PGFLAGS(n > 0 && !test_bit(PG_head, &page->flags), page); in const_folio_flags() 360 VM_BUG_ON_PGFLAGS(page->compound_head & 1, page); in folio_flags() 361 VM_BUG_ON_PGFLAGS(n > 0 && !test_bit(PG_head, &page->flags), page); in folio_flags() 389 VM_BUG_ON_PGFLAGS(PagePoisoned(page), page); \ 394 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \ 397 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \ 400 VM_BUG_ON_PGFLAGS(!PageHead(page), page); \ 1166 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in PageAnonExclusive() 1178 VM_BUG_ON_PGFLAGS(!PageAnonNotKs in SetPageAnonExclusive() [all...] |
H A D | mmdebug.h | 148 #define VM_BUG_ON_PGFLAGS(cond, page) VM_BUG_ON_PAGE(cond, page) macro 150 #define VM_BUG_ON_PGFLAGS(cond, page) BUILD_BUG_ON_INVALID(cond) macro
|
H A D | mm.h | 1211 VM_BUG_ON_PGFLAGS(PageTail(page), page); in thp_order()
|