Lines Matching defs:now
266 u_int64_t now;
441 now = read_machclk();
442 cl->idletime = now;
500 u_int64_t now;
506 now = read_machclk();
507 tstamp1 = now;
529 scan->idletime = now;
530 scan->cl_last_rate_update = now;
562 scan->idletime = now;
563 scan->cl_last_rate_update = now;
584 scan->cl_last_rate_update = now; /* initial case */
587 delay_diff(now, scan->cl_last_rate_update)
597 scan->cl_last_rate_update = now;
664 u_int64_t now;
669 now = read_machclk();
670 tstamp1 = now;
677 cl->idletime = now;
745 cl->cl_lastdel = (u_int64_t)delay_diff(now,
776 u_int64_t now;
783 now = read_machclk();
839 tslist_enqueue(cl, now);
880 tslist_enqueue(cl, now);
914 tslist_enqueue(cl, now);
952 * now uses a TAILQ structure.
1279 u_int64_t now, oldest_arv;
1284 now = read_machclk();
1285 oldest_arv = now;
1320 oldest_arv = now; /* NOTREACHED */
1328 - (int64_t)delay_diff(now, oldest_arv);
1407 highest++; /* which is the highest class that needs more service now? */
1662 u_int64_t now;
1666 now = read_machclk();
1672 return ((int64_t)delay_diff(now, tslist_first(cl->arv_tm)->timestamp));
2120 u_int64_t now;
2121 now = read_machclk();
2143 sp->busylength = ticks_to_secs(1000*delay_diff(now, cl->idletime));