Searched refs:fss_umdpri (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfss.h127 pri_t fss_umdpri; /* user mode priority within fs class */ member in struct:fssproc
/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c888 * Calculate the new fss_umdpri based on the usage, the normalized share usage
903 * to run and the thread gets a high fss_umdpri. This thread can run for
909 * standard formula the thread will still get a high fss_umdpri value and
915 * exceeds the fssps_maxfsspri and the thread's fss_umdpri is reset back
966 fssproc->fss_umdpri = fss_minglobpri;
1022 fssproc->fss_umdpri = 1;
1026 fssproc->fss_umdpri = fss_maxumdpri - invpri;
1254 new_pri = fssproc->fss_umdpri;
1358 pri_t fss_umdpri; local
1409 fss_umdpri
[all...]

Completed in 63 milliseconds