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

/netbsd-current/usr.sbin/altq/altqstat/
H A Dqdisc_hfsc.c64 u_int64_t stattime; local
89 stattime = get_stats.cur_time;
92 (ull)stattime,
132 sp->e == 0 ? 0 : ((double)sp->e - (double)stattime)
134 sp->d == 0 ? 0 : ((double)sp->d - (double)stattime)
136 sp->f == 0 ? 0 : ((double)sp->f - (double)stattime)
/netbsd-current/external/bsd/nsd/dist/
H A Dremote.c2831 process_stats_grab(xfrd_state_type* xfrd, struct timeval* stattime, argument
2834 if(gettimeofday(stattime, NULL) == -1)
2921 struct timeval stattime; local
2925 process_stats_grab(xfrd, &stattime, stats, zonestats);
2929 print_stats(ssl, xfrd, &stattime, !peek, &total, zonestats);
2930 xfrd->nsd->rc->stats_time = stattime;

Completed in 193 milliseconds