Home
last modified time | relevance | path

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

/src/sys/dev/nvme/
H A Dnvme_test.c162 struct nvme_io_test_thread *tth = arg; in nvme_ns_io_test_cb() local
165 tth->io_completed++; in nvme_ns_io_test_cb()
169 wakeup_one(tth); in nvme_ns_io_test_cb()
174 timevalsub(&t, &tth->start); in nvme_ns_io_test_cb()
176 if (t.tv_sec >= tth->time) { in nvme_ns_io_test_cb()
177 wakeup_one(tth); in nvme_ns_io_test_cb()
181 switch (tth->opc) { in nvme_ns_io_test_cb()
183 nvme_ns_cmd_write(tth->ns, tth->buf, tth->idx * 2048, in nvme_ns_io_test_cb()
184 tth->size/nvme_ns_get_sector_size(tth->ns), in nvme_ns_io_test_cb()
185 nvme_ns_io_test_cb, tth); in nvme_ns_io_test_cb()
[all …]