Searched refs:last_read (Results 1 – 6 of 6) sorted by relevance
92 static time_t last_read; in read_pktlocs() local104 if (last_read == st.st_mtime) in read_pktlocs()138 last_read = st.st_mtime; in read_pktlocs()
313 static time_t last_read; in rtnl_tc_read_classid_file() local325 if (last_read == st.st_mtime) { in rtnl_tc_read_classid_file()365 last_read = st.st_mtime; in rtnl_tc_read_classid_file()
43 int last_read[TGSI_EXEC_NUM_TEMPS]; member287 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()
29 struct timeval last_read; /* last time of read */ member
57 gettimeofday(&lf->last_read, NULL); in scan_lines()94 if (time_after(&lf->last_read, &lf->interval, &tv)) { in lnstat_update()
1492 vec4_instruction *last_read = in emit_scratch_read() local1494 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()