Searched refs:tc_core_usec2tick (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dtc_core.h7 long tc_core_usec2tick(long usec);
H A Dtc_core.c30 long tc_core_usec2tick(long usec) function
42 return tc_core_usec2tick(1000000*((double)size/rate));
70 rtab[i] = tc_core_usec2tick(1000000*((double)sz/bps));
H A Dtc_cbq.c41 return tc_core_usec2tick(maxidle*(1<<ewma_log)*1000000);
56 return tc_core_usec2tick(offtime*1000000);
H A Dtc_red.c74 double xmit_time = tc_core_usec2tick(1000000*(double)avpkt/bps);
H A Dq_netem.c114 *ticks = tc_core_usec2tick(t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dtc_core.h7 long tc_core_usec2tick(long usec);
H A Dtc_core.c30 long tc_core_usec2tick(long usec) function
42 return tc_core_usec2tick(1000000*((double)size/rate));
70 rtab[i] = tc_core_usec2tick(1000000*((double)sz/bps));
H A Dtc_cbq.c41 return tc_core_usec2tick(maxidle*(1<<ewma_log)*1000000);
56 return tc_core_usec2tick(offtime*1000000);
H A Dtc_red.c74 double xmit_time = tc_core_usec2tick(1000000*(double)avpkt/bps);
H A Dq_netem.c114 *ticks = tc_core_usec2tick(t);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dtc_core.h7 long tc_core_usec2tick(long usec);
H A Dtc_core.c30 long tc_core_usec2tick(long usec) function
42 return tc_core_usec2tick(1000000*((double)size/rate));
70 rtab[i] = tc_core_usec2tick(1000000*((double)sz/bps));
H A Dtc_cbq.c41 return tc_core_usec2tick(maxidle*(1<<ewma_log)*1000000);
56 return tc_core_usec2tick(offtime*1000000);
H A Dtc_red.c74 double xmit_time = tc_core_usec2tick(1000000*(double)avpkt/bps);
H A Dq_netem.c114 *ticks = tc_core_usec2tick(t);

Completed in 279 milliseconds