Home
last modified time | relevance | path

Searched refs:PagePoisoned (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/mm/
Ddebug.c136 if (PagePoisoned(page)) in dump_page()
/linux-6.6.21/include/linux/
Dpage-flags.h296 static inline int PagePoisoned(const struct page *page) in PagePoisoned() function
345 VM_BUG_ON_PGFLAGS(PagePoisoned(page), page); \