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

/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c66 return (io->iops->read(io, offset, buffer, nbytes));
99 return (io->iops->read_ptr(io, offset, ptr, nbytes, navail));
123 return (io->iops->write(io, offset, buffer, nbytes));
157 return (io->iops->write_ptr(io, offset, ptr, nbytes, navail));
168 return (io->iops->getsize(io));
191 return (io->iops->setsize(io, size));
203 return (io->iops->free(io));
H A Dbhnd_nvram_iovar.h81 const struct bhnd_nvram_iops *iops; member in struct:bhnd_nvram_io
H A Dbhnd_nvram_ioptr.c99 ioptr->io.iops = &bhnd_nvram_ioptr_ops;
H A Dbhnd_nvram_iores.c134 iores->io.iops = &bhnd_nvram_iores_ops;
H A Dbhnd_nvram_iobuf.c111 iobuf->io.iops = &bhnd_nvram_iobuf_ops;
/freebsd-12-stable/sbin/nvmecontrol/
H A Dperftest.c116 uint64_t io_completed = 0, iops, mbps; local
122 iops = io_completed/io_test->time;
123 mbps = iops * io_test->size / (1024*1024);
128 io_test->time, (uintmax_t)iops, (uintmax_t)mbps);
/freebsd-12-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c562 iops(int fd, off_t mediasize, u_int sectorsize) function
630 iops(fd, mediasize, sectorsize);
634 iops(fd, mediasize, 4096);
638 iops(fd, mediasize, 32 * 1024);
641 iops(fd, mediasize, 128 * 1024);
/freebsd-12-stable/sys/mips/broadcom/
H A Dbcm_nvram_cfe.c268 iocfe->io.iops = &bhnd_nvram_iocfe_ops;
/freebsd-12-stable/sys/cam/
H A Dcam_iosched.c113 iops, /* Limit # of IOPS to the drive */ enumerator in enum:__anon9572
119 { "none", "queue_depth", "iops", "bandwidth" };
183 { /* iops */
462 * otherwise wait. If current iops is 0, treat that

Completed in 91 milliseconds