HomeSort by relevance Sort by last modified time
    Searched refs:time_after (Results 26 - 28 of 28) sorted by null

12

  /external/iproute2/misc/
lnstat_util.c 66 static int time_after(struct timeval *last, function
90 if (time_after(&lf->last_read, &lf->interval, &tv)) {
  /external/kernel-headers/original/linux/
jiffies.h 100 * time_after(a,b) returns true if the time a is after time b.
106 #define time_after(a,b) \ macro
110 #define time_before(a,b) time_after(b,a)
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 602 if (time_after(jiffies,
619 if (time_after(jiffies, wpa_s->mlme.last_probe +
    [all...]

Completed in 122 milliseconds

12