Searched refs:PGO_ALLPAGES (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/sys/uvm/ |
| D | uvm_vnode.c | 403 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);
|
| D | uvm_pager.h | 124 #define PGO_ALLPAGES 0x010 /* flush whole object/get all pages */ macro
|
| D | uvm_aobj.c | 798 if (flags & PGO_ALLPAGES) { 1020 (flags & PGO_ALLPAGES) != 0) 1068 (lcv != centeridx && (flags & PGO_ALLPAGES) == 0))
|
| D | uvm_device.c | 433 if ((flags & PGO_ALLPAGES) == 0 && lcv != centeridx)
|
| D | uvm_pager.c | 281 if ((flags & PGO_ALLPAGES) == 0) {
|
| D | uvm_pdaemon.c | 760 &ppsp, &npages, PGO_ALLPAGES|PGO_PDFREECLUST, start, 0);
|