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

/illumos-gate/usr/src/uts/common/disp/
H A Dts.c141 * never removed, so the list is never empty. ts_update traverses these
209 static void ts_update(void *);
648 * boot we set up the initial call to ts_update() here.
654 (void) timeout(ts_update, NULL, hz);
1861 * all ts_enterclass, ts_fork, and ts_exitclass operations while ts_update
1862 * runs. ts_update traverses each list in turn.
1870 * queue the next time ts_update is called and preserves fairness over the
1872 * only accessed by ts_update, which is inherently single-threaded (only
1876 ts_update(void *arg) function
1890 * to this list for the next time ts_update run
[all...]

Completed in 68 milliseconds