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

  /external/iproute2/misc/
lnstat.h 29 struct timeval last_read; /* last time of read */ member in struct:lnstat_file
  /external/libnl/lib/route/
pktloc.c 92 static time_t last_read; local
104 if (last_read == st.st_mtime)
138 last_read = st.st_mtime;
classid.c 313 static time_t last_read; local
325 if (last_read == st.st_mtime) {
365 last_read = st.st_mtime;
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3436 int last_read = get_last_temp_read(i); local
    [all...]

Completed in 210 milliseconds