Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c441 #define PG_OLDEST 0x0002 macro
494 if (pgp->pg_flags & (PG_NEWEST | PG_OLDEST)) { in pgrep_cb()
544 'o', MDB_OPT_SETBITS, PG_OLDEST, &pg.pg_flags, in pgrep()
557 if ((pg.pg_flags & PG_NEWEST) && (pg.pg_flags & PG_OLDEST)) in pgrep()
591 if (pg.pg_xaddr != 0 && (pg.pg_flags & (PG_NEWEST | PG_OLDEST))) { in pgrep()