Home
last modified time | relevance | path

Searched refs:last_read (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/
Dpktloc.c82 static time_t last_read; in read_pktlocs() local
93 if (last_read == st.st_mtime) in read_pktlocs()
122 last_read = st.st_mtime; in read_pktlocs()
/external/iproute2/misc/
Dlnstat.h28 struct timeval last_read; /* last time of read */ member
Dlnstat_util.c53 gettimeofday(&lf->last_read, NULL); in scan_lines()
90 if (time_after(&lf->last_read, &lf->interval, &tv)) { in lnstat_update()
/external/libvncserver/x11vnc/
Duser.c874 static time_t last_read = 0; in read_passwds() local
893 if (sbuf.st_mtime <= last_read) { in read_passwds()
896 last_read = sbuf.st_mtime; in read_passwds()
924 last_read = sbuf.st_mtime; in read_passwds()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3436 int last_read = get_last_temp_read(i); in eliminate_dead_code() local
3443 j > last_read) in eliminate_dead_code()