Home
last modified time | relevance | path

Searched refs:PGO_ALLPAGES (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_vnode.c403 uvn_flush(uobj, 0, 0, PGO_DEACTIVATE|PGO_ALLPAGES);
428 (void) uvn_flush(uobj, 0, 0, PGO_CLEANIT|PGO_FREE|PGO_ALLPAGES);
583 (void) uvn_flush(&uvn->u_obj, 0, 0, PGO_CLEANIT|PGO_FREE|PGO_ALLPAGES);
839 if (flags & PGO_ALLPAGES) {
1355 if (lcv == centeridx || (flags & PGO_ALLPAGES)
1412 (flags & PGO_ALLPAGES) == 0))
2008 PGO_CLEANIT|PGO_ALLPAGES|PGO_DOACTCLUST);
Duvm_pager.h124 #define PGO_ALLPAGES 0x010 /* flush whole object/get all pages */ macro
Duvm_aobj.c798 if (flags & PGO_ALLPAGES) {
1020 (flags & PGO_ALLPAGES) != 0)
1068 (lcv != centeridx && (flags & PGO_ALLPAGES) == 0))
Duvm_device.c433 if ((flags & PGO_ALLPAGES) == 0 && lcv != centeridx)
Duvm_pager.c281 if ((flags & PGO_ALLPAGES) == 0) {
Duvm_pdaemon.c760 &ppsp, &npages, PGO_ALLPAGES|PGO_PDFREECLUST, start, 0);