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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c83 * 1) Once per second the fss_update function runs. The first thing it does is
146 * 2) The fss_update function then calls fss_update_list to update the priority
286 * removed, so the list is never empty. fss_update traverses these lists to
357 static void fss_update(void *);
1011 * fss_update -> fss_update_list -> fss_newpri code path to update
1012 * all runnable threads. See the code in fss_update for how we
1033 * fss_update().
1298 * fss_enterclass, fss_fork, and fss_exitclass operations while fss_update runs.
1299 * fss_update traverses each list in turn.
1306 fss_update(voi function
[all...]

Completed in 133 milliseconds