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

  /src/usr.sbin/altq/altqstat/
qdisc_hfsc.c 65 u_int32_t machclk_freq; local in function:hfsc_stat_loop
90 machclk_freq = get_stats.machclk_freq;
133 / machclk_freq * 1000000,
135 / machclk_freq * 1000000,
137 / machclk_freq * 1000000,
  /src/sys/altq/
altq_subr.c 241 * (((bits_per_sec) / 8) << 32) / machclk_freq
303 if (machclk_freq == 0)
305 if (machclk_freq == 0) {
323 tbr->tbr_rate = TBR_SCALE(profile->rate / 8) / machclk_freq;
397 (u_int)TBR_UNSCALE(tbr->tbr_rate * 8 * machclk_freq);
477 if (machclk_freq == 0)
479 if (machclk_freq == 0)
744 u_int32_t machclk_freq = 0; variable in typeref:typename:u_int32_t
759 machclk_freq = 1024 * 1024 * 1024; /* 2^30 to emulate ~1GHz */
760 machclk_per_tick = machclk_freq / hz
    [all...]
altq_hfsc.h 93 u_int32_t machclk_freq; member in struct:hfsc_classstats
160 u_int32_t machclk_freq; /* machine clock frequency */ member in struct:hfsc_class_stats

Completed in 37 milliseconds