Home | History | Annotate | Download | only in blkid

Lines Matching full:last_check

285 	static time_t	last_check = 0;
289 if (ret != -1 || (now - last_check) < 5)
291 last_check = now;
298 static time_t last_check = 0;
302 if (ret != -1 || (now - last_check) < 5)
304 last_check = now;
311 static time_t last_check = 0;
315 if (ret != -1 || (now - last_check) < 5)
317 last_check = now;