Home
last modified time | relevance | path

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

/dports/benchmarks/fio/fio-3.29/t/
H A Dio_uring.c1149 int err, i, j, flags, fd, opt, threads_per_f, threads_rem = 0, nfiles; in main() local
1262 threads_per_f = nthreads / nfiles; in main()
1264 if (threads_per_f == 0) { in main()
1265 threads_per_f = 1; in main()
1267 threads_rem = nthreads - threads_per_f * nfiles; in main()
1291 limit = threads_per_f; in main()