Searched defs:last_read (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/misc/
H A Dlnstat.h29 struct timeval last_read; /* last time of read */ member in struct:lnstat_file
/external/libnl/lib/route/
H A Dpktloc.c92 static time_t last_read; local
104 if (last_read == st.st_mtime)
138 last_read = st.st_mtime;
H A Dclassid.c313 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/
H A Dst_glsl_to_tgsi.cpp3436 int last_read = get_last_temp_read(i); local
3443 j > last_read)

Completed in 97 milliseconds