Home
last modified time | relevance | path

Searched refs:iops (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td482 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 DARMInstrCDE.td52 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 DARMInstrThumb2.td442 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 Dkernel-acl.m442 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 Dkernel-rename.m45 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 Dkernel-inode-create.m415 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 Dkernel-inode-getattr.m417 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 Dkernel-inode-permission.m44 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 Dkernel-mkdir.m416 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 Dkernel-mknod.m415 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 Dkernel-symlink.m414 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 Dkernel-inode-setattr.m416 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 Dkernel-inode-lookup.m412 static const struct inode_operations iops
20 AC_MSG_CHECKING([whether iops->lookup() passes flags])
24 ZFS_LINUX_TEST_ERROR([iops->lookup()])
H A Dkernel-tmpfile.m416 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 Dzfs_racct.c32 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 Dzfs_racct.c30 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 Dbhnd_nvram_io.c64 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 Dzfs_racct.c29 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 DWebAssemblyInstrFormats.td33 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 Dperftest.c113 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 Dzfs_racct.h35 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 Ddiskinfo.c571 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 DPPCScheduleP9.td33 // 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 Dspa_stats.c950 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 DAArch64InstrFormats.td97 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 …]

12