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

/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dts.c140 * never removed, so the list is never empty. ts_update traverses these
208 static void ts_update(void *);
647 * boot we set up the initial call to ts_update() here.
653 (void) timeout(ts_update, NULL, hz);
1860 * all ts_enterclass, ts_fork, and ts_exitclass operations while ts_update
1861 * runs. ts_update traverses each list in turn.
1869 * queue the next time ts_update is called and preserves fairness over the
1871 * only accessed by ts_update, which is inherently single-threaded (only
1875 ts_update(void *arg) function
1889 * to this list for the next time ts_update run
[all...]

Completed in 89 milliseconds