Searched refs:PG_NODUMP (Results 1 – 7 of 7) sorted by relevance
74 return ((m->flags & PG_NODUMP) == 0); in is_dumpable()
75 return ((m->flags & PG_NODUMP) == 0); in is_dumpable()
72 return ((m->flags & PG_NODUMP) == 0); in is_dumpable()
76 return ((m->flags & PG_NODUMP) == 0); in is_dumpable()
463 #define PG_NODUMP 0x10 /* don't include this page in a dump */ macro
2152 flags |= PG_NODUMP; in vm_page_alloc_domain_after()2343 flags |= PG_NODUMP; in vm_page_alloc_contig_domain()2361 m->flags = (m->flags | PG_NODUMP) & flags; in vm_page_alloc_contig_domain()2809 if ((m->flags & PG_NODUMP) != 0) in vm_page_reclaim_run()