Searched refs:last_pass (Results 1 – 4 of 4) sorted by relevance
82 void stats_close(stats_io_t *stats, int last_pass) { in stats_close() argument84 if (stats->pass == last_pass) { in stats_close()95 if (stats->pass == last_pass) in stats_close()
35 void stats_close(stats_io_t *stats, int last_pass);
31 last_pass=django_models.Max('started_time'))52 last_pass=django_models.Max('started_time'))
140 return [name for name, last_pass in tests.items() if last_pass < cutoff]