/freebsd/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 …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-acl.m4 | 42 iops __attribute__ ((unused)) = { 54 iops __attribute__ ((unused)) = { 66 iops __attribute__ ((unused)) = { 73 AC_MSG_CHECKING([whether iops->get_acl() exists]) 76 AC_DEFINE(HAVE_GET_ACL, 1, [iops->get_acl() exists]) 80 AC_DEFINE(HAVE_GET_ACL_RCU, 1, [iops->get_acl() takes rcu]) 84 AC_DEFINE(HAVE_GET_INODE_ACL, 1, [has iops->get_inode_acl()]) 86 ZFS_LINUX_TEST_ERROR([iops->get_acl() or iops->get_inode_acl()]) 111 iops __attribute__ ((unused)) = { 123 iops __attribute__ ((unused)) = { [all …]
|
H A D | kernel-rename.m4 | 5 dnl # iops->rename2() merged into iops->rename(), and iops->rename() now 15 iops __attribute__ ((unused)) = { 33 iops __attribute__ ((unused)) = { 48 iops __attribute__ ((unused)) = { 55 AC_MSG_CHECKING([whether iops->rename() takes struct mnt_idmap*]) 59 [iops->rename() takes struct mnt_idmap*]) 63 AC_MSG_CHECKING([whether iops->rename() takes struct user_namespace*]) 67 [iops->rename() takes struct user_namespace*]) 71 AC_MSG_CHECKING([whether iops->rename() wants flags]) 75 [iops->rename() wants flags])
|
H A D | kernel-inode-create.m4 | 15 iops __attribute__ ((unused)) = { 33 iops __attribute__ ((unused)) = { 49 iops __attribute__ ((unused)) = { 56 AC_MSG_CHECKING([whether iops->create() takes struct mnt_idmap*]) 60 [iops->create() takes struct mnt_idmap*]) 64 AC_MSG_CHECKING([whether iops->create() takes struct user_namespace*]) 68 [iops->create() takes struct user_namespace*]) 72 AC_MSG_CHECKING([whether iops->create() passes flags]) 76 ZFS_LINUX_TEST_ERROR([iops->create()])
|
H A D | kernel-inode-getattr.m4 | 17 iops __attribute__ ((unused)) = { 38 iops __attribute__ ((unused)) = { 56 iops __attribute__ ((unused)) = { 66 AC_MSG_CHECKING([whether iops->getattr() takes mnt_idmap]) 70 [iops->getattr() takes struct mnt_idmap*]) 76 AC_MSG_CHECKING([whether iops->getattr() takes user_namespace]) 80 [iops->getattr() takes struct user_namespace*]) 87 AC_MSG_CHECKING([whether iops->getattr() takes a path]) 91 [iops->getattr() takes a path])
|
H A D | kernel-inode-permission.m4 | 4 dnl # iops->permission() now takes struct mnt_idmap* 15 iops __attribute__ ((unused)) = { 32 iops __attribute__ ((unused)) = { 39 AC_MSG_CHECKING([whether iops->permission() takes struct mnt_idmap*]) 43 [iops->permission() takes struct mnt_idmap*]) 47 AC_MSG_CHECKING([whether iops->permission() takes struct user_namespace*]) 51 [iops->permission() takes struct user_namespace*])
|
H A D | kernel-mkdir.m4 | 16 iops __attribute__ ((unused)) = { 34 iops __attribute__ ((unused)) = { 54 iops __attribute__ ((unused)) = { 65 AC_MSG_CHECKING([whether iops->mkdir() takes struct mnt_idmap*]) 69 [iops->mkdir() takes struct mnt_idmap*]) 76 dnl # mkdir() of the iops structure. 78 AC_MSG_CHECKING([whether iops->mkdir() takes struct user_namespace*]) 82 [iops->mkdir() takes struct user_namespace*])
|
H A D | kernel-mknod.m4 | 15 iops __attribute__ ((unused)) = { 33 iops __attribute__ ((unused)) = { 40 AC_MSG_CHECKING([whether iops->mknod() takes struct mnt_idmap*]) 44 [iops->mknod() takes struct mnt_idmap*]) 47 AC_MSG_CHECKING([whether iops->mknod() takes struct user_namespace*]) 51 [iops->mknod() takes struct user_namespace*])
|
H A D | kernel-symlink.m4 | 14 iops __attribute__ ((unused)) = { 31 iops __attribute__ ((unused)) = { 38 AC_MSG_CHECKING([whether iops->symlink() takes struct mnt_idmap*]) 42 [iops->symlink() takes struct mnt_idmap*]) 46 AC_MSG_CHECKING([whether iops->symlink() takes struct user_namespace*]) 50 [iops->symlink() takes struct user_namespace*])
|
H A D | kernel-inode-setattr.m4 | 16 iops __attribute__ ((unused)) = { 36 iops __attribute__ ((unused)) = { 46 AC_MSG_CHECKING([whether iops->setattr() takes mnt_idmap]) 50 [iops->setattr() takes struct mnt_idmap*]) 56 AC_MSG_CHECKING([whether iops->setattr() takes user_namespace]) 60 [iops->setattr() takes struct user_namespace*])
|
H A D | kernel-inode-lookup.m4 | 12 static const struct inode_operations iops 20 AC_MSG_CHECKING([whether iops->lookup() passes flags]) 24 ZFS_LINUX_TEST_ERROR([iops->lookup()])
|
H A D | kernel-tmpfile.m4 | 16 iops __attribute__ ((unused)) = { 29 iops __attribute__ ((unused)) = { 43 iops __attribute__ ((unused)) = { 52 iops __attribute__ ((unused)) = {
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_racct.c | 32 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_read() argument 35 spa_iostats_read_add(spa, size, iops, flags); in zfs_racct_read() 39 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_write() argument 42 spa_iostats_write_add(spa, size, iops, flags); in zfs_racct_write() 48 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_read() argument 50 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_read() 54 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_write() argument 56 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_write()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_racct.c | 30 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_read() argument 32 curthread->td_ru.ru_inblock += iops; in zfs_racct_read() 37 racct_add_force(curproc, RACCT_READIOPS, iops); in zfs_racct_read() 44 spa_iostats_read_add(spa, size, iops, flags); in zfs_racct_read() 48 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_write() argument 50 curthread->td_ru.ru_oublock += iops; in zfs_racct_write() 55 racct_add_force(curproc, RACCT_WRITEIOPS, iops); in zfs_racct_write() 62 spa_iostats_write_add(spa, size, iops, flags); in zfs_racct_write()
|
/freebsd/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()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | zfs_racct.c | 29 zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_read() argument 31 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_read() 35 zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in zfs_racct_write() argument 37 (void) spa, (void) size, (void) iops, (void) flags; in zfs_racct_write()
|
/freebsd/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>;
|
/freebsd/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()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_racct.h | 35 void zfs_racct_read(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags); 36 void zfs_racct_write(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags);
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_stats.c | 950 spa_iostats_read_add(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in spa_iostats_read_add() argument 960 SPA_IOSTATS_ADD(direct_read_count, iops); in spa_iostats_read_add() 963 SPA_IOSTATS_ADD(arc_read_count, iops); in spa_iostats_read_add() 969 spa_iostats_write_add(spa_t *spa, uint64_t size, uint64_t iops, uint32_t flags) in spa_iostats_write_add() argument 979 SPA_IOSTATS_ADD(direct_write_count, iops); in spa_iostats_write_add() 982 SPA_IOSTATS_ADD(arc_write_count, iops); in spa_iostats_write_add()
|
/freebsd/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 …]
|