Searched refs:jobs (Results 1 – 4 of 4) sorted by relevance
51 if [[ "${jobs}" != "" ]]; then
12 [ -n "${jobs}" ] && kill -INT ${jobs} 2>/dev/null
12 [ -n "${jobs}" ] && kill -1 ${jobs} 2>/dev/null
89 def run_fio(testfile, duration, iotype, iodepth, blocksize, jobs): argument