Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Dpktloc.c92 static time_t last_read; in read_pktlocs() local
104 if (last_read == st.st_mtime) in read_pktlocs()
138 last_read = st.st_mtime; in read_pktlocs()
Dclassid.c313 static time_t last_read; in rtnl_tc_read_classid_file() local
325 if (last_read == st.st_mtime) { in rtnl_tc_read_classid_file()
365 last_read = st.st_mtime; in rtnl_tc_read_classid_file()
/external/iproute2/misc/
Dlnstat.h29 struct timeval last_read; /* last time of read */ member
Dlnstat_util.c57 gettimeofday(&lf->last_read, NULL); in scan_lines()
93 if (time_after(&lf->last_read, &lf->interval, &tv)) { in lnstat_update()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c43 int last_read[TGSI_EXEC_NUM_TEMPS]; member
287 if (ctx->last_read[src_reg_index] != -1) in liveness_mark_read()
288 ctx->last_read[src_reg_index] = pos; in liveness_mark_read()
305 ctx->last_read[i] = -1; in liveness_analysis()
365 return (from >= ctx->last_read[dst_reg_index]); in unused_from()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp1492 vec4_instruction *last_read = in emit_scratch_read() local
1494 emit_before(block, inst, last_read); in emit_scratch_read()
1495 shuffle_64bit_data(temp, src_reg(shuffled), false, block, last_read); in emit_scratch_read()