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

/illumos-gate/usr/src/uts/common/os/
H A Dconsole.c92 * observe if any mappings are present by examining the specfs node's s_mapcnt
130 console_busy = csp->s_mapcnt != 0;
132 if (csp->s_mapcnt == 0 && fbdip != NULL) {
158 if (csp->s_mapcnt == 0 && fbdip != NULL)
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h94 long s_mapcnt; /* count of mappings of pages */ member in struct:snode
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c180 sp->s_mapcnt = 0;
248 sp->s_mapcnt = 0;
497 count = sp->s_count + sp->s_mapcnt;
560 sp->s_mapcnt = 0;
606 sp->s_mapcnt = 0;
H A Dspecvnops.c743 (csp->s_mapcnt == 0) && /* no mapping */
934 if ((csp->s_count == 0) && (csp->s_mapcnt == 0)) {
1732 if (csp->s_mapcnt > 0)
2485 csp->s_mapcnt += npages;
2526 mcnt = (csp->s_mapcnt -= npages);

Completed in 886 milliseconds