Searched defs:pg_incore (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c93 char *pg_incore; /* vector of incore flags */ member in struct:prpagev
3596 pagev->pg_incore =
3599 pagev->pg_incore = NULL;
3607 if (pagev->pg_incore != NULL)
3608 kmem_free(pagev->pg_incore, pagev->pg_npages * sizeof (char));
3638 if (pagev->pg_incore != NULL) {
3643 SEGOP_INCORE(seg, addr, len, pagev->pg_incore);
3653 if (pagev->pg_incore[pn++ - pagev->pg_pnbase])
3694 if (pagev->pg_incore != NULL) {
3695 while (pagev->pg_incore[p
[all...]

Completed in 68 milliseconds