/illumos-gate/usr/src/man/man8/ |
H A D | iostat.8 | 144 average number of transactions waiting for service (queue length) 156 average number of transactions actively being serviced (removed from the queue 169 average response time of transactions, in milliseconds 173 transactions are in queue and the time that transactions are being serviced. 175 output column. The time spent servicing transactions is the true service time. 186 percent of time there are transactions waiting for service (queue non-empty) 195 percent of time the disk is busy (transactions in progress) 213 average service time of active transactions, in milliseconds
|
/illumos-gate/usr/src/data/perfmon/BNL/ |
H A D | Bonnell_core_V4.json | 2760 "BriefDescription": "Burst read bus transactions.", 2761 "PublicDescription": "Burst read bus transactions.", 2778 "BriefDescription": "Burst read bus transactions.", 2779 "PublicDescription": "Burst read bus transactions.", 2796 "BriefDescription": "RFO bus transactions.", 2797 "PublicDescription": "RFO bus transactions.", 2814 "BriefDescription": "RFO bus transactions.", 2815 "PublicDescription": "RFO bus transactions.", 2832 "BriefDescription": "Explicit writeback bus transactions.", 2833 "PublicDescription": "Explicit writeback bus transactions.", [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | txn.h | 74 /* list of active transactions */ 104 u_int32_t naborts; /* number of aborted transactions */ 105 u_int32_t ncommits; /* number of committed transactions */ 106 u_int32_t nbegins; /* number of begun transactions */
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_log.c | 229 * TK_MKXATTR transactions. 360 * Handles both TX_REMOVE and TX_RMDIR transactions. 382 * remove any async transactions to avoid future leaks. in zfs_log_remove() 395 * Handles TX_LINK transactions. 418 * Handles TX_SYMLINK transactions. 450 * Handles TX_RENAME transactions. 476 * Handles TX_WRITE transactions. 548 * Handles TX_TRUNCATE transactions. 571 * Handles TX_SETATTR transactions. 633 * Handles TX_ACL transactions.
|
H A D | txg.c | 40 * ZFS transaction groups are, as the name implies, groups of transactions 49 * strokes, transactions -- operations that change in-memory structures -- are 57 * transactions -- updates to in-memory structures -- are assigned to the 68 * transactions in the open state and writing them out to stable storage in 69 * the syncing state. While quiescing, transactions can continue their 73 * transactions complete, the txg is ready to enter the next state. 348 * Blocks until all transactions in the group are committed.
|
/illumos-gate/usr/src/man/man9f/ |
H A D | kstat_queue.9f | 59 queues) of transactions they manage: one for transactions that have been 61 transactions which are actively being processed (but not done). For this
|
H A D | ddi_fm_acc_err_get.9f | 86 state, then retrying any potentially failed transactions. 90 been detected that has or will affect \fBDMA\fR transactions between the device 98 potentially failed transactions.
|
H A D | usb_pipe_isoc_xfer.9f | 83 host controller driver (HCD), which performs the necessary transactions to 87 By their nature, isochronous transfers require several transactions for 113 argument. The data will be divided among the request transactions, each
|
H A D | ddi_fm_init.9f | 92 \fBI/O\fR transactions. 102 \fBI/O\fR transactions.
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xenbus_dev.c | 114 list_t transactions; member 378 list_create(&xbs->transactions, sizeof (struct xenbus_dev_transaction), in xenbusdrv_open() 413 list_head(&xbs->transactions)) { in xenbusdrv_close() 415 list_remove(&xbs->transactions, (void *)trans); in xenbusdrv_close() 583 list_insert_tail(&xbs->transactions, (void *)trans); in xenbusdrv_write() 587 list_head(&xbs->transactions); trans; in xenbusdrv_write() 589 list_next(&xbs->transactions, (void *)trans)) in xenbusdrv_write() 596 list_remove(&xbs->transactions, (void *)trans); in xenbusdrv_write()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 45 which perform full/low speed transactions. 280 - High-Speed (Non-Split transactions): 283 Host_Delay) x Number of transactions per micro-frame 351 to initiate a "complete split" transaction. Complete split transactions 457 High speed split transactions (for full and low speed devices only): 470 transactions separately. 486 Start and Complete split transactions bandwidth to one or more frame 514 It means try "complete split transactions" in second, third or
|
/illumos-gate/usr/src/boot/efi/include/Protocol/ |
H A D | Usb2HostController.h | 4 running in the EFI boot services environment, to perform data transactions over 146 ///< state. No USB transactions can occur 165 ///< transactions can occur while in 421 the split transactions depending on DataLengththere several data buffers canbe used. For the 424 For split transactions performed on full-speed device by high-speed host controller the total 499 the split transactions depending on DataLength there several data buffers can be used. For 502 For split transactions performed on full-speed device by high-speed host controller the total 619 /// data transactions over a USB bus, and USB root hub access. A device driver
|
/illumos-gate/usr/src/cmd/sendmail/db/xa/ |
H A D | xa.c | 51 * Migration support 0 => migration of transactions across 116 * is that if there are any active transactions, we must fail. It is 141 /* Check if there are any pending transactions. */ 384 * Returns a list of prepared and heuristically completed transactions. 412 * either commit or abort any transactions that were prepared but not 414 * to begin checking for such transactions. If we are not starting 445 * transactions to return, so we simply return 0.
|
/illumos-gate/usr/src/man/man4d/ |
H A D | av1394.4d | 17 .SS "Asynchronous Transactions" 21 .SS "Isochronous Transactions"
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 67 an interface for managing asynchronous transactions within 203 Transactions 238 transaction per state machine. Typical "asynchronous transactions" 261 The notion of asynchronous transactions is complicated by the fact 265 internally need to perform asynchronous EXTEND transactions to extend 274 transactions have a valid `ipc_action' object. Note that since there 459 discussed in the "Transactions" section.
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_reiserfs.c | 115 /* mount id to detect very old transactions */ 334 /* The number of valid transactions in journal */ 363 * uncommitted transactions aren't cached. 399 int transactions = INFO->journal_transactions; in block_read() local 404 while (transactions-- > 0) in block_read() 424 * transactions are still on disk. in block_read() 457 * in later transactions. in block_read() 469 * The first number of valid transactions and the descriptor block of the 470 * first valid transaction are held in INFO. The transactions are all 504 /* no more valid transactions */ in journal_init() [all …]
|
/illumos-gate/usr/src/man/man9s/ |
H A D | ddi_dma_attr.9s | 210 This optional flag can be set if the \fBDMA\fR transactions associated with 212 themselves, nor with \fBDMA\fR write transactions of other handles. 217 Drivers for devices with hardware support, such as marking the bus transactions
|
/illumos-gate/usr/src/data/perfmon/BDW-DE/ |
H A D | broadwellde_uncore_v7.json | 60 …event will count nothing. CBoGlCtrl[22:18] bits correspond to [FMESI] state.; Read transactions", 73 …s correspond to [FMESI] state.; Writeback transactions from L2 to the LLC This includes all write… 125 …event will count nothing. CBoGlCtrl[22:18] bits correspond to [FMESI] state.; Read transactions", 1113 … of QPI Ingress credits. These credits are required in order to send transactions to the QPI agen… 1126 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 1243 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 1425 …t MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Transactions inserted into t… 1438 …C_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Eviction transactions inserted into t… 1451 …SS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions inserted into t… 1464 …_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Write transactions inserted into t… [all …]
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_top.c | 206 * The only transactions outstanding are those in top_begin_sync() 223 * If there's already other synchronous transactions in top_begin_sync() 401 * If in this window new async transactions start consuming in top_begin_async() 413 * sync transactions. Increment mtm_taskq_sync_count. in top_begin_async() 565 * Finish any other synchronous transactions and in top_end_sync() 566 * start any waiting new synchronous transactions in top_end_sync()
|
/illumos-gate/usr/src/data/perfmon/IVT/ |
H A D | ivytown_uncore_v20.json | 44 …ent will count nothing. CBoGlCtrl[22:17] bits correspond to [M'FMESI] state.; Read transactions", 80 …correspond to [M'FMESI] state.; Writeback transactions from L2 to the LLC This includes all write… 728 …ulator event, can be used to calculate average lifetime in the FIFO. Transactions are allocated i… 860 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 872 … of QPI Ingress credits. These credits are required in order to send transactions to the QPI agen… 920 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 1004 …nction with the Not Empty event to calculate average queue occupancy. Transactions are allocated i… 1016 …SS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions inserted into t… 1028 …C_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Eviction transactions inserted into t… 1040 …SS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions inserted into t… [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_replay_fs_001.ksh | 42 # "freeze" command is required to flush the in-flight transactions; 43 # to stop the actual committing of transactions; and to ensure no 184 log_note "Verify transactions to replay:"
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_scfutil.c | 201 * properties must be set in transactions and don't take in smb_smf_set_string_property() 300 * properties must be set in transactions and don't take in smb_smf_set_integer_property() 393 * properties must be set in transactions and don't take in smb_smf_set_boolean_property() 484 * properties must be set in transactions and don't take in smb_smf_set_opaque_property() 580 * properties must be set in transactions and don't take in smb_smf_delete_property()
|
/illumos-gate/usr/src/man/man3kstat/ |
H A D | kstat.3kstat | 360 * "lists" of transactions they manage: one for transactions 362 * has yet to begin, and one for transactions which are actively
|
/illumos-gate/usr/src/data/perfmon/BDX/ |
H A D | broadwellx_uncore_v17.json | 60 …event will count nothing. CBoGlCtrl[22:18] bits correspond to [FMESI] state.; Read transactions", 73 …s correspond to [FMESI] state.; Writeback transactions from L2 to the LLC This includes all write… 125 …event will count nothing. CBoGlCtrl[22:18] bits correspond to [FMESI] state.; Read transactions", 931 … of QPI Ingress credits. These credits are required in order to send transactions to the QPI agen… 944 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 1061 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 1243 …t MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Transactions inserted into t… 1256 …C_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Eviction transactions inserted into t… 1269 …SS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions inserted into t… 1282 …_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Write transactions inserted into t… [all …]
|
/illumos-gate/usr/src/data/perfmon/HSX/ |
H A D | haswellx_uncore_v22.json | 64 …event will count nothing. CBoGlCtrl[22:18] bits correspond to [FMESI] state.; Read transactions", 78 …s correspond to [FMESI] state.; Writeback transactions from L2 to the LLC This includes all write… 134 …event will count nothing. CBoGlCtrl[22:18] bits correspond to [FMESI] state.; Read transactions", 1198 … of QPI Ingress credits. These credits are required in order to send transactions to the QPI agen… 1212 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 1338 …Bo that is shared between the NCS and NCB message classes for sending transactions on the BL ring … 1520 …t MISS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Transactions inserted into t… 1534 …C_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Eviction transactions inserted into t… 1548 …SS_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; All transactions inserted into t… 1562 …_OPC_MATCH and set Cn_MSR_PMON_BOX_FILTER.opc to DRD (0x182).; Write transactions inserted into t… [all …]
|