Searched refs:HAT_SYNC_DONTZERO (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c289 HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) & P_MOD;
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h434 #define HAT_SYNC_DONTZERO 0x00 macro
H A Dvm_pvn.c484 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO |
H A Dvm_page.c4355 HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) & P_MOD)) {
4471 mod = (hat_pagesync(pp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD)
H A Dseg_vn.c3025 (void) hat_pagesync(opp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD);
/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c1012 pagesync_flag = HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_REF |
H A Dbio.c1994 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO |
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6214 * HAT_SYNC_DONTZERO means just return the rm stats
6229 ASSERT((clearflag == HAT_SYNC_DONTZERO) ||
7458 * If clearflag is HAT_SYNC_DONTZERO, break out as soon
7461 if ((clearflag & ~HAT_SYNC_STOPON_RM) == HAT_SYNC_DONTZERO &&
7500 ASSERT((clearflag == HAT_SYNC_DONTZERO) ||

Completed in 112 milliseconds