PGA_NOSYNC
vm_page_aflag_set(m, PGA_NOSYNC);
vm_page_aflag_clear(m, PGA_NOSYNC);
if ((flags & OBJPC_NOSYNC) != 0 && (p->a.flags & PGA_NOSYNC) != 0) {