Searched refs:PG_NOFREE (Results 1 – 2 of 2) sorted by relevance
460 #define PG_NOFREE 0x20 /* page should never be freed. */ macro
2340 flags |= PG_NOFREE; in vm_page_alloc_domain_after()2613 ((req & VM_ALLOC_NOFREE) != 0 ? PG_NOFREE : 0); in vm_page_alloc_noobj_domain()4187 KASSERT((m->flags & PG_NOFREE) == 0, in vm_page_free_prep()