Searched refs:start_cb (Results 1 – 1 of 1) sorted by relevance
546 struct timeval start_cb; in queue_xmt() local579 gettimeofday_cached(base, &start_cb); in queue_xmt()600 if (xctx->sched > start_cb.tv_sec) in queue_xmt()619 struct timeval start_cb; in xmt_timer_cb() local629 gettimeofday_cached(base, &start_cb); in xmt_timer_cb()630 if (xmt_q->sched <= start_cb.tv_sec) { in xmt_timer_cb()639 if (xmt_q->sched <= start_cb.tv_sec) { in xmt_timer_cb()642 (u_int)start_cb.tv_usec, in xmt_timer_cb()649 (u_int)start_cb.tv_usec, in xmt_timer_cb()705 struct timeval start_cb; in timeout_queries() local[all …]