HomeSort by relevance Sort by last modified time
    Searched refs:get_jiffies (Results 1 - 3 of 3) sorted by null

  /external/iproute2/include/
utils.h 81 extern int get_jiffies(unsigned *val, const char *arg, int base, int *raw);
  /external/iproute2/ip/
iproute.c 798 if (get_jiffies(&rtt, *argv, 0, &raw))
806 if (get_jiffies(&rto_min, *argv, 0, &raw))
858 if (get_jiffies(&win, *argv, 0, &raw))
    [all...]
  /external/iproute2/lib/
utils.c 96 * 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 43 milliseconds