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

  /external/libnl/lib/route/
pktloc.c 82 static time_t last_read; local
93 if (last_read == st.st_mtime)
122 last_read = st.st_mtime;
  /external/iproute2/misc/
lnstat.h 28 struct timeval last_read; /* last time of read */ member in struct:lnstat_file
lnstat_util.c 53 gettimeofday(&lf->last_read, NULL);
90 if (time_after(&lf->last_read, &lf->interval, &tv)) {
  /external/libvncserver/x11vnc/
user.c 874 static time_t last_read = 0; local
893 if (sbuf.st_mtime <= last_read) {
896 last_read = sbuf.st_mtime;
924 last_read = sbuf.st_mtime;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3436 int last_read = get_last_temp_read(i); local
    [all...]

Completed in 626 milliseconds