Home | History | Annotate | Download | only in engines

Lines Matching refs:td

56 static int fio_cpuio_queue(struct thread_data *td, struct io_u fio_unused *io_u)
58 struct cpu_options *co = td->eo;
61 td->done = 1;
69 static int fio_cpuio_init(struct thread_data *td)
71 struct thread_options *o = &td->o;
72 struct cpu_options *co = td->eo;
75 td_vmsg(td, EINVAL, "cpu thread needs rate (cpuload=)","cpuio");
92 td->o.name, td->io_ops->name, co->cpuload, co->cpucycle);
97 static int fio_cpuio_open(struct thread_data fio_unused *td,