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

/freebsd-11-stable/sbin/nvmecontrol/
H A Dperftest.c51 uint64_t io_completed = 0, iops, mbps; local
57 iops = io_completed/io_test->time;
58 mbps = iops * io_test->size / (1024*1024);
63 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c557 iops(int fd, off_t mediasize, u_int sectorsize) function
625 iops(fd, mediasize, sectorsize);
629 iops(fd, mediasize, 4096);
633 iops(fd, mediasize, 32 * 1024);
636 iops(fd, mediasize, 128 * 1024);
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c92 iops, /* Limit # of IOPS to the drive */ enumerator in enum:__anon5250
98 { "none", "queue_depth", "iops", "bandwidth" };
163 { /* iops */

Completed in 169 milliseconds