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

/external/fio/examples/
H A De4defrag2.fio29 stonewall
42 stonewall
52 stonewall
H A Dsteadystate.fio32 stonewall
/external/fio/
H A Dthread_options.h191 unsigned int stonewall; member in struct:thread_options
460 uint32_t stonewall; member in struct:thread_options_pack
H A Dinit.c1366 if ((o->stonewall || o->new_group) && prev_group_jobs) {
1564 * recurse add identical jobs, clear numjobs and stonewall options
1575 td_new->o.stonewall = 0;
1690 int ret = 0, stonewall; local
1741 stonewall = stonewall_flag;
1802 * Separate multiple job files by a stonewall
1804 if (!global && stonewall) {
1805 td->o.stonewall = stonewall;
1806 stonewall
[all...]
H A Dcconv.c234 o->stonewall = le32_to_cpu(top->stonewall);
420 top->stonewall = cpu_to_le32(o->stonewall);
H A Deta.c466 if ((td->runstate == TD_NOT_CREATED) && td->o.stonewall)
H A Dbackend.c2232 if (td->o.stonewall && (nr_started || nr_running)) {
2233 dprint(FD_PROCESS, "%s: stonewall wait\n",
H A Doptions.c3652 .name = "stonewall",
3656 .off1 = offsetof(struct thread_options, stonewall),
/external/autotest/client/tests/aiostress/
H A Daio-stress.c109 int stonewall = 1; variable
1078 if (stonewall)
1127 if (stonewall && threads_ending) {
1383 stonewall = 0;
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c106 int stonewall = 1; variable
1095 if (stonewall)
1144 if (stonewall && threads_ending) {
1413 stonewall = 0;
/external/fio/tools/
H A Dgenfio139 stonewall
170 echo "stonewall" >> $OUTFILE

Completed in 310 milliseconds