Home
last modified time | relevance | path

Searched refs:VM_BUG_ON_PGFLAGS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dpage-flags.h347 VM_BUG_ON_PGFLAGS(page->compound_head & 1, page); in const_folio_flags()
356 VM_BUG_ON_PGFLAGS(page->compound_head & 1, page); in folio_flags()
385 VM_BUG_ON_PGFLAGS(PagePoisoned(page), page); \
390 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
393 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
396 VM_BUG_ON_PGFLAGS(!PageHead(page), page); \
1159 VM_BUG_ON_PGFLAGS(!PageAnon(page), page); in PageAnonExclusive()
1171 VM_BUG_ON_PGFLAGS(!PageAnonNotKsm(page), page); in SetPageAnonExclusive()
1172 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in SetPageAnonExclusive()
1178 VM_BUG_ON_PGFLAGS(!PageAnonNotKsm(page), page); in ClearPageAnonExclusive()
[all …]
H A Dmmdebug.h136 #define VM_BUG_ON_PGFLAGS(cond, page) VM_BUG_ON_PAGE(cond, page) macro
138 #define VM_BUG_ON_PGFLAGS(cond, page) BUILD_BUG_ON_INVALID(cond) macro
H A Dmemcontrol.h516 VM_BUG_ON_PGFLAGS(PageTail(&folio->page), &folio->page); in folio_memcg_kmem()
H A Dmm.h1433 VM_BUG_ON_PGFLAGS(PageTail(page), page); in thp_order()