Searched refs:SAMPLE_SEC (Results 1 - 1 of 1) sorted by relevance

/external/fio/profiles/
H A Dact.c11 #define SAMPLE_SEC 3600 /* 1h checks */ macro
322 if (time_since_now(&apd->sample_tv) < SAMPLE_SEC)
325 /* SAMPLE_SEC has passed, check criteria for pass */
433 nr_slices = (test_duration + SAMPLE_SEC - 1) / SAMPLE_SEC;

Completed in 64 milliseconds