Home
last modified time | relevance | path

Searched refs:PLAT_NR (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/fio/fio-3.29/t/
H A Dread-to-pipe-async.c47 #define PLAT_NR (PLAT_GROUP_NR * PLAT_VAL) macro
51 unsigned int plat[PLAT_NR];
171 return (base + offset) < (PLAT_NR - 1) ? in plat_val_to_idx()
172 (base + offset) : (PLAT_NR - 1); in plat_val_to_idx()
183 assert(idx < PLAT_NR); in plat_idx_to_val()
425 for (i = 0; i < PLAT_NR && !is_last; i++) { in calc_percentiles()
H A Dio_uring.c74 #define PLAT_NR (PLAT_GROUP_NR * PLAT_VAL) macro
168 assert(idx < PLAT_NR); in plat_idx_to_val()
206 for (i = 0; i < PLAT_NR && !is_last; i++) { in calc_clat_percentiles()
320 idx = (base + offset) < (PLAT_NR - 1) ? in plat_val_to_idx()
321 (base + offset) : (PLAT_NR - 1); in plat_val_to_idx()
624 s->plat = calloc(PLAT_NR, sizeof(unsigned long)); in submitter_init()
1416 for (i = 0, nr = 0; i < PLAT_NR; i++) in main()