Lines Matching refs:ts_update
141 * 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)
1890 * to this list for the next time ts_update runs.
1898 /* advance marker for next ts_update call */
1902 (void) timeout(ts_update, arg, hz);