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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Dutils.h113 static __inline__ int get_hz(void) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_htb.c206 if (!buffer) buffer = opt.rate.rate / get_hz() + mtu;
207 if (!cbuffer) cbuffer = opt.ceil.rate / get_hz() + mtu;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipneigh.c279 hz = get_hz();
H A Diproute.c505 hz = get_hz();
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c59 static unsigned get_hz(void) function
276 fprintf(fp, " expires %dsec", ci->rta_expires / get_hz());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c426 int hz = get_hz();
1197 if (s.rto && s.rto != 3*get_hz())
1198 printf(" rto:%g", (double)s.rto/get_hz());
1200 printf(" ato:%g", (double)s.ato/get_hz());

Completed in 49 milliseconds