Home
last modified time | relevance | path

Searched refs:transactions (Results 1 – 25 of 180) sorted by relevance

12345678

/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml16 Select one of the transactions type supported
42 NOR and PSRAM transactions type). By default, Address/Data
73 during asynchronous transactions.
90 phase in nanoseconds used for asynchronous read/write transactions.
95 transactions.
99 in nanoseconds used for asynchronous read/write transactions.
107 in nanoseconds used for asynchronous read/write transactions.
119 phase in nanoseconds used for asynchronous write transactions.
124 transactions.
128 phase in nanoseconds used for asynchronous write transactions.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0005-Implement-timer-implementation-for-mips-platform.patch13 diff --git a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h b/utilities/t…
15 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
16 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
H A D0004-Implement-support-for-musl-ppc64.patch13 diff --git a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h b/utilities/t…
15 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
16 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
H A D0006-Implement-timer-for-arm-v6.patch13 diff --git a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h b/utilities/t…
15 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
16 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
H A D0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch16 diff --git a/utilities/transactions/lock/range/range_tree/lib/portability/toku_atomic.h b/utilities…
18 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_atomic.h
19 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_atomic.h
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dsrio.txt64 memory and maintenance transactions then a single LIODN is
65 represented in the property for both transactions.
68 memory transactions and a unique LIODN for maintenance
69 transactions then a pair of LIODNs are represented in the
71 LIODN associated with memory transactions and the second element
72 represents the LIODN associated with maintenance transactions
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-mdio32 Total number of write transactions for this MDIO bus.
40 Total number of read transactions for this MDIO bus.
64 Total number of write transactions for this MDIO bus address.
72 Total number of read transactions for this MDIO bus address.
H A Dsysfs-fs-xfs25 outstanding transactions. The grant head is exported in
36 outstanding transactions, including regrants due to
37 rolling transactions. The grant head is exported in
/openbmc/linux/sound/firewire/
H A Dfcp.c187 static LIST_HEAD(transactions);
246 list_add_tail(&t.list, &transactions); in fcp_avc_transaction()
304 list_for_each_entry(t, &transactions, list) { in fcp_bus_reset()
350 list_for_each_entry(t, &transactions, list) { in fcp_response()
396 WARN_ON(!list_empty(&transactions)); in fcp_module_exit()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst15 We begin with an overview of transactions in XFS, followed by describing how
17 guarantee forwards progress for long running transactions with finite initial
64 place. This means that permanent transactions can be used for one-shot
66 transactions.
82 transactions, and the pattern looks like this::
99 transactions together::
132 completed transactions will be replayed during recovery.
334 implement long-running, multiple-commit permanent transactions.
356 transactions to disk. This means that XFS is doing aggregation of transactions
579 no later transactions should be replayed, either.
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A DKconfig25 read or write transactions into multiple smaller transactions
26 such that more than 17 AXI transactions are in flight from FMAN
/openbmc/linux/sound/firewire/fireface/
H A Dff-transaction.c40 container_of(callback_data, struct snd_ff, transactions[0]); in finish_transmit_midi0_msg()
49 container_of(callback_data, struct snd_ff, transactions[1]); in finish_transmit_midi1_msg()
108 fw_send_request(fw_dev->card, &ff->transactions[port], tcode, in transmit_midi_msg()
111 callback, &ff->transactions[port]); in transmit_midi_msg()
/openbmc/linux/drivers/platform/x86/amd/pmc/
H A DKconfig13 primarily responsible for S2Idle transactions that are driven from
15 mechanism to investigate the S2Idle transactions and failures.
/openbmc/linux/tools/perf/Documentation/
H A Ditrace.txt6 x synthesize transactions events
42 transactions events can be specified.
45 instructions or transactions events can be specified.
51 It is also possible to skip events generated (instructions, branches, transactions,
/openbmc/linux/Documentation/i2c/
H A Di2c-protocol.rst5 This document is an overview of the basic I2C transactions and the kernel
41 Combined transactions
46 They are just like the above transactions, but instead of a stop
53 Modified transactions
H A Ddev-interface.rst94 transactions (mixing read and write messages in the same transaction)
120 Used only for SMBus transactions. This request only has an effect if the
147 You can do plain I2C transactions by using read(2) and write(2) calls.
151 You can do SMBus level transactions (see documentation file smbus-protocol.rst
168 All these transactions return -1 on failure; you can read errno to see
169 what happened. The 'write' transactions return 0 on success; the
170 'read' transactions return the read value, except for read_block, which
196 checking on future transactions.)
H A Dfunctionality.rst72 A typical SMBus-only adapter would list all the SMBus transactions it
90 I2C_FUNC_SMBUS_EMUL includes all the SMBus transactions (with the
91 addition of I2C block transactions) which i2c-core can emulate using
117 and SMBus word data transactions. If not, then the driver won't work on
129 i2c-core will transparently implement SMBus transactions on top of I2C
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dqcom_hidma_mgmt.txt31 - max-write-transactions: This value is how many times a write burst is
34 - max-read-transactions: This value is how many times a read burst is
72 max-write-transactions = <31>;
73 max-read-transactions = <31>;
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-gpmux.yaml52 Explicitly allow unrelated I2C transactions on the parent I2C adapter at
59 However, I2C transactions to devices behind all I2C multiplexers connected
64 This means that no unrelated I2C transactions are allowed on the parent I2C
H A Di2c-atr.yaml15 forwards transactions from upstream to the appropriate downstream port
28 remote peripheral is assigned an alias from the pool, and transactions to
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c206 .u.i2c_read.transactions = {
308 txin = &IN.transactions[i]; in sideband_msg_req_equal()
309 txout = &OUT.transactions[i]; in sideband_msg_req_equal()
400 kfree(out->u.i2c_read.transactions[i].bytes); in drm_test_dp_mst_sideband_msg_req_decode()
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dapple,sart.yaml13 Apple SART is a simple address filter for DMA transactions. Regions of
17 transactions of a single device are subject to SART filtering.
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c68 GHashTable *transactions; member
95 g_hash_table_lookup(s->transactions, GINT_TO_POINTER(tx_id))); in next_tx()
101 g_hash_table_foreach(s->transactions, nobble_tx, &tx_id); in next_tx()
856 XsTransaction *tx = g_hash_table_lookup(s->transactions, in init_walk_op()
955 g_hash_table_insert(s->transactions, GINT_TO_POINTER(tx->tx_id), tx); in xs_impl_transaction_start()
1064 XsTransaction *tx = g_hash_table_lookup(s->transactions, in xs_impl_transaction_end()
1075 g_hash_table_remove(s->transactions, GINT_TO_POINTER(tx_id)); in xs_impl_transaction_end()
1377 s->transactions = g_hash_table_new_full(g_direct_hash, g_direct_equal, in xs_impl_create()
1559 g_hash_table_foreach(s->transactions, save_tx, &ss); in xs_impl_serialize()
1652 t = g_hash_table_lookup(us->s->transactions, GINT_TO_POINTER(tx_id)); in lookup_tx_node()
[all …]
/openbmc/linux/Documentation/arch/xtensa/
H A Datomctl.rst20 which can implement RCW transactions. For FPGA cards with an External
31 don't support atomic RCW memory transactions and will likely want to
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst17 instructions are presented to delimit transactions; transactions are
72 - See the ISA for full documentation of everything that will abort transactions.
90 Care must be taken when relying on syscalls to abort during active transactions
100 Delivery of signals (both sync and async) during transactions provides a second
103 abort transactions. The usual ucontext_t passed to the signal handler
120 However, basic signal handlers don't need to be aware of transactions
203 in parts within transactions.

12345678