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 Dinit.c1190 if ((o->stonewall || o->new_group) && prev_group_jobs) {
1321 * recurse add identical jobs, clear numjobs and stonewall options
1332 td_new->o.stonewall = 0;
1445 int ret = 0, stonewall; local
1496 stonewall = stonewall_flag;
1557 * Separate multiple job files by a stonewall
1559 if (!global && stonewall) {
1560 td->o.stonewall = stonewall;
1561 stonewall
[all...]
H A Dthread_options.h162 unsigned int stonewall; member in struct:thread_options
389 uint32_t stonewall; member in struct:thread_options_pack
H A Dcconv.c197 o->stonewall = le32_to_cpu(top->stonewall);
358 top->stonewall = cpu_to_le32(o->stonewall);
H A Dbackend.c1980 if (td->o.stonewall && (nr_started || nr_running)) {
1981 dprint(FD_PROCESS, "%s: stonewall wait\n",
H A Doptions.c3072 .name = "stonewall",
3076 .off1 = td_var_offset(stonewall),
/external/fio/tools/
H A Dgenfio137 stonewall
168 echo "stonewall" >> $OUTFILE

Completed in 2805 milliseconds