Home
last modified time | relevance | path

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

/include/linux/
A Dpage-flags.h351 VM_BUG_ON_PGFLAGS(page->compound_head & 1, page); in const_folio_flags()
360 VM_BUG_ON_PGFLAGS(page->compound_head & 1, 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(!PageAnonNotKsm(page), page); in SetPageAnonExclusive()
1179 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in SetPageAnonExclusive()
1185 VM_BUG_ON_PGFLAGS(!PageAnonNotKsm(page), page); in ClearPageAnonExclusive()
[all …]
A Dmmdebug.h148 #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
A Dmemcontrol.h528 VM_BUG_ON_PGFLAGS(PageTail(&folio->page), &folio->page); in folio_memcg_kmem()
A Dmm.h1211 VM_BUG_ON_PGFLAGS(PageTail(page), page); in thp_order()

Completed in 22 milliseconds