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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c158 * b) Second, if the thread is runnable (TS_RUN or TS_WAIT) calls fss_newpri
172 * - ticks is the number of ticks this thread ran since the last fss_newpri
193 * range 1-59. See fss_newpri for more details.
206 * Once the quantum has been consumed, the thread will call fss_newpri to
213 * round-robin behavior, there is a special case in fss_newpri for a thread
215 * the handling for the quanta_up parameter within fss_newpri.
356 static void fss_newpri(fssproc_t *, boolean_t);
904 * its full quanta (fss_timeleft) at which time fss_newpri is called to
929 fss_newpri(fssproc_t *fssproc, boolean_t quanta_up) function
1011 * fss_update -> fss_update_list -> fss_newpri cod
[all...]

Completed in 47 milliseconds