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

/external/fio/examples/
H A De4defrag2.fio29 stonewall
42 stonewall
52 stonewall
/external/fio/
H A Dthread_options.h153 unsigned int stonewall; member in struct:thread_options
377 uint32_t stonewall; member in struct:thread_options_pack
H A Dinit.c1114 if ((o->stonewall || o->new_group) && prev_group_jobs) {
1188 * recurse add identical jobs, clear numjobs and stonewall options
1199 td_new->o.stonewall = 0;
1310 int ret = 0, stonewall; local
1343 stonewall = stonewall_flag;
1397 * Separate multiple job files by a stonewall
1399 if (!global && stonewall) {
1400 td->o.stonewall = stonewall;
1401 stonewall
[all...]
H A Dcconv.c191 o->stonewall = le32_to_cpu(top->stonewall);
348 top->stonewall = cpu_to_le32(o->stonewall);
H A Dbackend.c1821 if (td->o.stonewall && (nr_started || nr_running)) {
1822 dprint(FD_PROCESS, "%s: stonewall wait\n",
H A Doptions.c3018 .name = "stonewall",
3022 .off1 = td_var_offset(stonewall),
/external/fio/tools/
H A Dgenfio137 stonewall
168 echo "stonewall" >> $OUTFILE

Completed in 222 milliseconds