Searched refs:PG_FAKE (Results 1 – 17 of 17) sorted by relevance
50 (pg->flags & PG_FAKE) == 0); in uvm_aio_aiodone_pages()52 if (pg->flags & PG_FAKE) { in uvm_aio_aiodone_pages()54 pg->flags &= ~PG_FAKE; in uvm_aio_aiodone_pages()
79 if (pg->flags & PG_FAKE) { in genfs_rel_pages()428 if ((pg->flags & PG_FAKE) || in genfs_getpages()511 if (pg->flags & PG_FAKE && !overwrite) { in genfs_getpages()521 pg->flags &= ~PG_FAKE; in genfs_getpages()527 if (pg->flags & PG_FAKE) { in genfs_getpages()539 pg->flags &= ~(PG_BUSY|PG_FAKE); in genfs_getpages()637 if ((pgs[tailstart >> PAGE_SHIFT]->flags & PG_FAKE) != 0) { in genfs_getpages_read()665 while ((pgs[pidx]->flags & PG_FAKE) == 0) { in genfs_getpages_read()713 pgs[pidx + pcount]->flags & PG_FAKE) { in genfs_getpages_read()1647 if ((pg->flags & PG_FAKE) == 0) { in genfs_compat_getpages()[all …]
446 if (pg->flags & PG_FAKE) { in uvm_aio_aiodone_pages()448 pg->flags &= ~PG_FAKE; in uvm_aio_aiodone_pages()
248 KASSERT((pg->flags & PG_FAKE) == 0); in ubc_fault_page()679 pg->flags &= ~PG_FAKE; in ubc_release()899 KASSERT((pg->flags & PG_FAKE) == 0 || (gpflags & PGO_OVERWRITE)); in ubc_alloc_direct()958 pg->flags &= ~PG_FAKE; in ubc_direct_release()
1057 KASSERT((ptmp->flags & PG_FAKE) != 0); in uao_get()1059 ptmp->flags &= ~PG_FAKE; in uao_get()1293 pg->flags &= ~(PG_BUSY|PG_FAKE); in uao_pagein_page()
852 pg->flags &= ~(PG_BUSY|PG_FAKE); in uvm_loanzero()1118 pg->flags &= ~PG_FAKE; in uvm_loanbreak()1213 newpg->flags &= ~(PG_BUSY|PG_FAKE); in uvm_loanbreak_anon()
250 #define PG_FAKE 0x00000040 /* page is not yet initialized */ macro
225 pg->flags = PG_BUSY | PG_CLEAN | PG_FAKE; in uvm_pgflcache_alloc()
1048 pg->flags = PG_BUSY | PG_CLEAN | PG_FAKE; in uvm_pagealloc_pgb()1257 KASSERT(pg->flags == (PG_BUSY|PG_CLEAN|PG_FAKE)); in uvm_pagealloc_strat()1613 KASSERT((pg->flags & PG_FAKE) == 0); in uvm_page_unbusy()
488 pg->flags &= ~(PG_BUSY|PG_FAKE); in uvmfault_anonget()663 pg->flags &= ~(PG_BUSY|PG_FAKE); in uvmfault_promote()1631 KASSERT((pg->flags & (PG_BUSY | PG_FAKE)) == 0); in uvm_fault_upper_promote()
1129 npg->flags &= ~(PG_BUSY|PG_FAKE); in amap_cow_now()
208 pg->flags = PG_CLEAN|PG_BUSY|PG_FAKE; in uvm_pagealloc_strat()725 KASSERT((pg->flags & PG_FAKE) == 0); in uvm_page_unbusy()1455 pg->flags &= ~PG_FAKE; in ubc_uiomove()
593 KASSERTMSG(pg->flags == (PG_CLEAN | PG_FAKE), in vm_page_free1()
2687 pg->flags &= ~(PG_BUSY|PG_FAKE); in pmap_enter_ptpage()
2675 KASSERT(pg->flags != (PG_CLEAN|PG_FAKE)); /* Freeing invalid page */ in vm_page_free1()
6058 if (pg->flags & PG_FAKE) { in zfs_netbsd_getpages()6075 pg->flags &= ~(PG_FAKE); in zfs_netbsd_getpages()
4761 if ((pg->flags & PG_FAKE) != 0) {