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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc_red.c77 int clog; local
82 for (clog=0; clog<32; clog++) {
83 if (maxtime/(1<<clog) < 512)
86 if (clog >= 32)
91 sbuf[i] = (i<<clog)*lW;
96 return clog;

Completed in 105 milliseconds