Home
last modified time | relevance | path

Searched refs:exitall_error (Results 1 – 4 of 4) sorted by relevance

/dports/benchmarks/fio/fio-3.29/
H A Dthread_options.h178 unsigned int exitall_error; member
492 uint32_t exitall_error; member
H A Dcconv.c206 o->exitall_error = le32_to_cpu(top->exitall_error); in convert_thread_options_to_cpu()
434 top->exitall_error = cpu_to_le32(o->exitall_error); in convert_thread_options_to_net()
H A Dbackend.c1129 if (exitall_on_terminate || td->o.exitall_error)
1983 if (exitall_on_terminate || (o->exitall_error && td->error))
H A Doptions.c4170 .off1 = offsetof(struct thread_options, exitall_error),