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

/external/iproute2/include/
H A Dutils.h81 extern int get_jiffies(unsigned *val, const char *arg, int base, int *raw);
/external/iproute2/ip/
H A Diproute.c809 if (get_jiffies(&rtt, *argv, 0, &raw))
817 if (get_jiffies(&rto_min, *argv, 0, &raw))
859 if (get_jiffies(&win, *argv, 0, &raw))
/external/iproute2/lib/
H A Dutils.c96 * get_jiffies is "translated" from a similar routine "get_time" in
98 * microseconds to the kernel and the callers of get_jiffies want
103 int get_jiffies(unsigned *jiffies, const char *arg, int base, int *raw) function

Completed in 29 milliseconds