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

/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_test.c164 struct nvme_io_test_thread *tth = arg; local
167 tth->io_completed++;
171 wakeup_one(tth);
176 timevalsub(&t, &tth->start);
178 if (t.tv_sec >= tth->time) {
179 wakeup_one(tth);
183 switch (tth->opc) {
185 nvme_ns_cmd_write(tth->ns, tth->buf, tth
203 struct nvme_io_test_thread *tth; local
[all...]

Completed in 98 milliseconds