Lines Matching refs:threads
41 typeset threads=$1
49 suffix="$suffix.$threads-threads.$filesystems-filesystems"
59 typeset threads=$4
65 log_note "Running with $threads $sync_str threads, $iosize ios"
69 verify_threads_per_fs $threads $threads_per_fs
78 # of the number of threads.
81 populate_perf_filesystems $((threads / threads_per_fs))
108 export FILESIZE=$((TOTAL_SIZE / threads))
109 export NUMJOBS=$threads
115 typeset suffix=$(get_suffix $threads $sync $iosize)
137 # PERF_NTHREADS: A list of how many threads each fio invocation will use.
148 typeset threads threads_per_fs sync iosize
150 for threads in $PERF_NTHREADS; do
158 $threads \
258 typeset threads=$1
261 log_must test -n $threads
266 # interpreted to mean all threads will run using a single
272 # The number of threads per filesystem must be a value greater
280 # we restrict the number of threads per filesystem to a value
281 # that evenly divides the thread count. This way, the threads
284 log_must test $((threads % threads_per_fs)) -eq 0