Lines Matching defs:delta
422 * the time delta processing which occurs every clock tick
1082 * computing a delta, and adding that delta to the elapsed usr, sys,
1109 /* compute delta against last total */
1663 uintptr_t delta = upc - pr->pr_off;
1664 uintptr_t byteoff = ((delta >> 16) * pr->pr_scale) +
1665 (((delta & 0xffff) * pr->pr_scale) >> 16);
2056 * TOD_RATECHANGED: the ratio between average tod delta and
2057 * average tick delta has changed.
2159 * TOD_RATECHANGED: the ratio between average tod delta and
2160 * average tick delta has changed.