Searched refs:PG_REFERENCED (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c229 0, PG_MODIFIED | PG_REFERENCED));
322 ASSERT((*(char *)pcp->pr_pdaddr & ~(PG_MODIFIED | PG_REFERENCED)) == 0);
490 cnt = count_pages(pghp, 0, PG_MODIFIED | PG_REFERENCED, 0);
527 cnt = count_pages(pghp, 0, PG_MODIFIED | PG_REFERENCED, 0);
609 if (((*(char *)cur.pr_pdaddr) & (PG_REFERENCED | PG_MODIFIED))
/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h424 #define PG_REFERENCED 0x02 /* page referenced since last read */ macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h423 #define PG_REFERENCED 0x02 /* page referenced since last read */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h501 #define PG_REFERENCED 0x02 /* page referenced since last read */ macro

Completed in 96 milliseconds