HomeSort by: relevance | last modified time | path
    Searched defs:io_test (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/nvmectl/
perftest.c 57 print_perftest(struct nvme_io_test *io_test, bool perthread)
62 for (i = 0; i < io_test->num_threads; i++)
63 io_completed += io_test->io_completed[i];
65 iops = io_completed/io_test->time;
66 mbps = iops * io_test->size / (1024*1024);
69 io_test->num_threads, io_test->size,
70 io_test->opc == NVME_OPC_READ ? "READ" : "WRITE",
71 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
74 for (i = 0; i < io_test->num_threads; i++
90 struct nvme_io_test io_test; local in function:perftest
    [all...]
  /src/sys/arch/hppa/include/
iomod.h 337 u_int io_test; /* (RO) self-test information */ member in struct:iomod

Completed in 74 milliseconds