| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrFormats.td | 482 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)> 486 let InOperandList = iops; 494 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)> 495 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>; 496 class tAsmPseudo<string asm, dag iops, dag oops = (outs)> 497 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>; 498 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)> 499 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>; 500 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)> 501 : AsmPseudoInst<asm, iops, oops>, Requires<[HasVFP2]>; [all …]
|
| H A D | ARMInstrCDE.td | 52 class CDE_Instr<bit acc, dag oops, dag iops, string asm, string cstr> 53 : Thumb2XI<oops, !con((ins p_imm:$coproc), iops), 70 class CDE_GPR_Instr<bit dual, bit acc, dag oops, dag iops, 72 : CDE_Instr<acc, oops, iops, asm, cstr>, 252 class CDE_FP_Vec_Instr<bit vec, bit acc, dag oops, dag iops, string asm, string cstr> 253 : CDE_Instr<acc, oops, iops, asm, cstr> { 259 class CDE_FP_Instr<bit acc, bit sz, dag oops, dag iops, string asm, string cstr> 260 : CDE_FP_Vec_Instr<0b0, acc, oops, iops, asm, cstr> { 265 class CDE_Vec_Instr<bit acc, dag oops, dag iops, string asm, string cstr, 268 !con(iops, (ins vpred:$vp)), asm,
|
| H A D | ARMInstrThumb2.td | 442 class T2OneRegImm<dag oops, dag iops, InstrItinClass itin, 444 : T2I<oops, iops, itin, opc, asm, pattern> { 455 class T2sOneRegImm<dag oops, dag iops, InstrItinClass itin, 457 : T2sI<oops, iops, itin, opc, asm, pattern> { 468 class T2OneRegCmpImm<dag oops, dag iops, InstrItinClass itin, 470 : T2I<oops, iops, itin, opc, asm, pattern> { 481 class T2OneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 483 : T2I<oops, iops, itin, opc, asm, pattern> { 494 class T2sOneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 496 : T2sI<oops, iops, itin, opc, asm, pattern> { [all …]
|
| /src/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_racct.c | 33 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_read() argument 36 spa_iostats_read_add(spa, size, iops, flags); in zfs_racct_read() 40 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_write() argument 43 spa_iostats_write_add(spa, size, iops, flags); in zfs_racct_write() 49 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_read() argument 51 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_read() 55 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_write() argument 57 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_write()
|
| /src/sys/contrib/openzfs/config/ |
| H A D | kernel-rename.m4 | 6 dnl # iops->rename2() merged into iops->rename(), and iops->rename() now 16 iops __attribute__ ((unused)) = { 34 iops __attribute__ ((unused)) = { 49 iops __attribute__ ((unused)) = { 56 AC_MSG_CHECKING([whether iops->rename() takes struct mnt_idmap*]) 60 [iops->rename() takes struct mnt_idmap*]) 64 AC_MSG_CHECKING([whether iops->rename() takes struct user_namespace*]) 68 [iops->rename() takes struct user_namespace*]) 72 AC_MSG_CHECKING([whether iops->rename() wants flags]) 76 [iops->rename() wants flags])
|
| H A D | kernel-acl.m4 | 72 iops __attribute__ ((unused)) = { 84 iops __attribute__ ((unused)) = { 96 iops __attribute__ ((unused)) = { 103 AC_MSG_CHECKING([whether iops->get_acl() exists]) 106 AC_DEFINE(HAVE_GET_ACL, 1, [iops->get_acl() exists]) 110 AC_DEFINE(HAVE_GET_ACL_RCU, 1, [iops->get_acl() takes rcu]) 114 AC_DEFINE(HAVE_GET_INODE_ACL, 1, [has iops->get_inode_acl()]) 116 ZFS_LINUX_TEST_ERROR([iops->get_acl() or iops->get_inode_acl()]) 141 iops __attribute__ ((unused)) = { 153 iops __attribute__ ((unused)) = { [all …]
|
| H A D | kernel-inode-create.m4 | 16 iops __attribute__ ((unused)) = { 34 iops __attribute__ ((unused)) = { 50 iops __attribute__ ((unused)) = { 57 AC_MSG_CHECKING([whether iops->create() takes struct mnt_idmap*]) 61 [iops->create() takes struct mnt_idmap*]) 65 AC_MSG_CHECKING([whether iops->create() takes struct user_namespace*]) 69 [iops->create() takes struct user_namespace*]) 73 AC_MSG_CHECKING([whether iops->create() passes flags]) 77 ZFS_LINUX_TEST_ERROR([iops->create()])
|
| H A D | kernel-inode-getattr.m4 | 18 iops __attribute__ ((unused)) = { 39 iops __attribute__ ((unused)) = { 57 iops __attribute__ ((unused)) = { 67 AC_MSG_CHECKING([whether iops->getattr() takes mnt_idmap]) 71 [iops->getattr() takes struct mnt_idmap*]) 77 AC_MSG_CHECKING([whether iops->getattr() takes user_namespace]) 81 [iops->getattr() takes struct user_namespace*]) 88 AC_MSG_CHECKING([whether iops->getattr() takes a path]) 92 [iops->getattr() takes a path])
|
| H A D | kernel-mkdir.m4 | 17 iops __attribute__ ((unused)) = { 33 iops __attribute__ ((unused)) = { 51 iops __attribute__ ((unused)) = { 71 iops __attribute__ ((unused)) = { 82 AC_MSG_CHECKING([whether iops->mkdir() returns struct dentry*]) 86 [iops->mkdir() returns struct dentry*]) 94 AC_MSG_CHECKING([whether iops->mkdir() takes struct mnt_idmap*]) 98 [iops->mkdir() takes struct mnt_idmap*]) 105 dnl # mkdir() of the iops structure. 107 AC_MSG_CHECKING([whether iops->mkdir() takes struct user_namespace*]) [all …]
|
| H A D | kernel-inode-permission.m4 | 5 dnl # iops->permission() now takes struct mnt_idmap* 16 iops __attribute__ ((unused)) = { 33 iops __attribute__ ((unused)) = { 40 AC_MSG_CHECKING([whether iops->permission() takes struct mnt_idmap*]) 44 [iops->permission() takes struct mnt_idmap*]) 48 AC_MSG_CHECKING([whether iops->permission() takes struct user_namespace*]) 52 [iops->permission() takes struct user_namespace*])
|
| H A D | kernel-inode-setattr.m4 | 17 iops __attribute__ ((unused)) = { 37 iops __attribute__ ((unused)) = { 47 AC_MSG_CHECKING([whether iops->setattr() takes mnt_idmap]) 51 [iops->setattr() takes struct mnt_idmap*]) 57 AC_MSG_CHECKING([whether iops->setattr() takes user_namespace]) 61 [iops->setattr() takes struct user_namespace*])
|
| H A D | kernel-mknod.m4 | 16 iops __attribute__ ((unused)) = { 34 iops __attribute__ ((unused)) = { 41 AC_MSG_CHECKING([whether iops->mknod() takes struct mnt_idmap*]) 45 [iops->mknod() takes struct mnt_idmap*]) 48 AC_MSG_CHECKING([whether iops->mknod() takes struct user_namespace*]) 52 [iops->mknod() takes struct user_namespace*])
|
| H A D | kernel-symlink.m4 | 15 iops __attribute__ ((unused)) = { 32 iops __attribute__ ((unused)) = { 39 AC_MSG_CHECKING([whether iops->symlink() takes struct mnt_idmap*]) 43 [iops->symlink() takes struct mnt_idmap*]) 47 AC_MSG_CHECKING([whether iops->symlink() takes struct user_namespace*]) 51 [iops->symlink() takes struct user_namespace*])
|
| H A D | kernel-inode-lookup.m4 | 13 static const struct inode_operations iops 21 AC_MSG_CHECKING([whether iops->lookup() passes flags]) 25 ZFS_LINUX_TEST_ERROR([iops->lookup()])
|
| H A D | kernel-tmpfile.m4 | 17 iops __attribute__ ((unused)) = { 30 iops __attribute__ ((unused)) = { 44 iops __attribute__ ((unused)) = { 53 iops __attribute__ ((unused)) = {
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_racct.c | 31 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_read() argument 33 curthread->td_ru.ru_inblock += iops; in zfs_racct_read() 38 racct_add_force(curproc, RACCT_READIOPS, iops); in zfs_racct_read() 45 spa_iostats_read_add(spa, size, iops, flags); in zfs_racct_read() 49 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_write() argument 51 curthread->td_ru.ru_oublock += iops; in zfs_racct_write() 56 racct_add_force(curproc, RACCT_WRITEIOPS, iops); in zfs_racct_write() 63 spa_iostats_write_add(spa, size, iops, flags); in zfs_racct_write()
|
| /src/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_io.c | 64 return (io->iops->read(io, offset, buffer, nbytes)); in bhnd_nvram_io_read() 96 return (io->iops->read_ptr(io, offset, ptr, nbytes, navail)); in bhnd_nvram_io_read_ptr() 120 return (io->iops->write(io, offset, buffer, nbytes)); in bhnd_nvram_io_write() 154 return (io->iops->write_ptr(io, offset, ptr, nbytes, navail)); in bhnd_nvram_io_write_ptr() 165 return (io->iops->getsize(io)); in bhnd_nvram_io_getsize() 188 return (io->iops->setsize(io, size)); in bhnd_nvram_io_setsize() 200 return (io->iops->free(io)); in bhnd_nvram_io_free()
|
| /src/sys/contrib/openzfs/lib/libzpool/ |
| H A D | zfs_racct.c | 30 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_read() argument 32 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_read() 36 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, dmu_flags_t flags) in zfs_racct_write() argument 38 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_write()
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrFormats.td | 33 class NI<dag oops, dag iops, list<dag> pattern, bit stack, 37 dag InOperandList = iops; 43 // We have 2 sets of operands (oops & iops) for the register and stack 65 multiclass NRI<dag oops, dag iops, list<dag> pattern, string asmstr = "", 67 defm "": I<oops, iops, oops, iops, pattern, asmstr, asmstr, inst>;
|
| /src/sbin/nvmecontrol/ |
| H A D | perftest.c | 113 uint64_t io_completed = 0, iops, mbps; in print_perftest() local 119 iops = io_completed/io_test->time; in print_perftest() 120 mbps = iops * io_test->size / (1024*1024); in print_perftest() 125 io_test->time, (uintmax_t)iops, (uintmax_t)mbps); in print_perftest()
|
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_racct.h | 36 void zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, 38 void zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops,
|
| /src/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 571 iops(int fd, off_t mediasize, u_int sectorsize) in iops() function 637 iops(fd, mediasize, sectorsize); in iopsbench() 641 iops(fd, mediasize, 4096); in iopsbench() 645 iops(fd, mediasize, 32 * 1024); in iopsbench() 648 iops(fd, mediasize, 128 * 1024); in iopsbench() 651 iops(fd, mediasize, 1024 * 1024); in iopsbench()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP9.td | 33 // As iops are dispatched to a slice, they are held in an independent slice 59 // of the superslice, but are restricted to iops with only two primary sources. 134 // Vector ('V') - vector iops (128-bit operand) take only one decode and 149 // Paired ('P') - certain cracked and expanded iops are paired such that they 155 // Tuple Restricted ('R') - certain iops preclude dispatching more than one 161 // Each execution and branch slice can receive up to two iops per cycle
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_stats.c | 951 spa_iostats_read_add(spa_t *spa, uint64_t size, uint64_t iops, in spa_iostats_read_add() argument 962 SPA_IOSTATS_ADD(direct_read_count, iops); in spa_iostats_read_add() 965 SPA_IOSTATS_ADD(arc_read_count, iops); in spa_iostats_read_add() 971 spa_iostats_write_add(spa_t *spa, uint64_t size, uint64_t iops, in spa_iostats_write_add() argument 982 SPA_IOSTATS_ADD(direct_write_count, iops); in spa_iostats_write_add() 985 SPA_IOSTATS_ADD(arc_write_count, iops); in spa_iostats_write_add()
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 97 class Pseudo<dag oops, dag iops, list<dag> pattern, string cstr = ""> 100 dag InOperandList = iops; 113 class I<dag oops, dag iops, string asm, string operands, string cstr, 117 dag InOperandList = iops; 1648 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands, 1650 : I<oops, iops, asm, operands, "", pattern> { 1656 class SimpleSystemI<bit L, dag iops, string asm, string operands, 1658 : BaseSystemI<L, (outs), iops, asm, operands, pattern> { 1663 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands, 1665 : BaseSystemI<L, oops, iops, asm, operands, pattern>, [all …]
|