HomeSort by: relevance | last modified time | path
    Searched defs:stattime (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/altq/altqstat/
qdisc_hfsc.c 64 u_int64_t stattime; local in function:hfsc_stat_loop
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)

Completed in 12 milliseconds