| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
| H A D | 0001-range_tree-Implement-toku_time_now-for-rv32-rv64-in-.patch | 12 diff --git a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h b/utilities/t… 14 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h 15 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
|
| H A D | mips.patch | 4 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h 5 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
|
| H A D | ppc64.patch | 4 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h 5 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
|
| H A D | arm.patch | 4 --- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h 5 +++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_dp_mst_helper.c | 71 txin = &IN.transactions[i]; in sideband_msg_req_equal() 72 txout = &OUT.transactions[i]; in sideband_msg_req_equal() 150 kfree(out.u.i2c_read.transactions[i].bytes); in sideband_msg_req_encode_decode() 226 in.u.i2c_read.transactions[i].bytes = data; in igt_dp_mst_sideband_msg_req_decode() 227 in.u.i2c_read.transactions[i].num_bytes = ARRAY_SIZE(data); in igt_dp_mst_sideband_msg_req_decode() 228 in.u.i2c_read.transactions[i].i2c_dev_id = 0x7f & ~i; in igt_dp_mst_sideband_msg_req_decode() 229 in.u.i2c_read.transactions[i].i2c_transaction_delay = 0xf & ~i; in igt_dp_mst_sideband_msg_req_decode()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | srio.txt | 64 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
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-mdio | 28 Total number of write transactions for this MDIO bus. 35 Total number of read transactions for this MDIO bus. 56 Total number of write transactions for this MDIO bus address. 63 Total number of read transactions for this MDIO bus address.
|
| H A D | sysfs-fs-xfs | 25 outstanding transactions. The grant head is exported in 36 oustanding transactions, including regrants due to 37 rolling transactions. The grant head is exported in
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | libitm.info | 68 statements, transaction expressions, and function transactions. In the 70 be written to 'c', all atomically and isolated from other transactions: 84 transactions. 86 The precise semantics of transactions are defined in terms of the 87 C++11/C11 memory model (see the specification). Roughly, transactions 90 transactions. Note that like other synchronization constructs in C/C++, 91 transactions rely on a data-race-free program (e.g., a nontransactional 135 transaction including all the executions of all nested transactions. 199 nested transactions will be ordered but not necessarily sequential 278 transactions. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | libitm.info | 68 statements, transaction expressions, and function transactions. In the 70 be written to 'c', all atomically and isolated from other transactions: 84 transactions. 86 The precise semantics of transactions are defined in terms of the 87 C++11/C11 memory model (see the specification). Roughly, transactions 90 transactions. Note that like other synchronization constructs in C/C++, 91 transactions rely on a data-race-free program (e.g., a nontransactional 135 transaction including all the executions of all nested transactions. 199 nested transactions will be ordered but not necessarily sequential 278 transactions. [all …]
|
| /OK3568_Linux_fs/kernel/sound/firewire/ |
| H A D | fcp.c | 187 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | itrace.txt | 5 x synthesize transactions events 36 transactions events can be specified. 39 instructions or transactions events can be specified. 45 It is also possible to skip events generated (instructions, branches, transactions,
|
| /OK3568_Linux_fs/kernel/sound/firewire/fireface/ |
| H A D | ff-transaction.c | 40 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 24 read or write transactions into multiple smaller transactions 25 such that more than 17 AXI transactions are in flight from FMAN
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | dev-interface.rst | 94 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 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 D | functionality.rst | 72 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
|
| H A D | i2c-protocol.rst | 44 Combined transactions 49 They are just like the above transactions, but instead of a stop 56 Modified transactions
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | xfs-delayed-logging-design.rst | 30 of transactions, their contents and the log sequence number (LSN) of the 52 transactions. These transaction are known as rolling transactions, and require 70 Another feature of the XFS transaction subsystem is that most transactions are 72 filled (a log buffer can hold multiple transactions) or a synchronous operation 73 forces the log buffers holding the transactions to disk. This means that XFS is 74 doing aggregation of transactions in memory - batching them, if you like - to 84 buffers are full and under IO, then no more transactions can be committed until 86 be to able to issue enough transactions to keep the log buffers full and under 97 transactions A through D are committed to disk in the same log buffer. 135 recovered filesystem is concerned, there may be many thousands of transactions [all …]
|
| H A D | journalling.rst | 31 transactions in the journal and similarly jbd2_journal_load() will 39 by wrapping them into transactions. Additionally you also need to wrap 67 checkpoint all your transactions. 78 journal. Since transactions can't be nested/batched across differing 85 for transactions to complete and be committed from other tasks, so 191 as a whole, and those which are used to manage transactions
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | qcom_hidma_mgmt.txt | 31 - 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>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-mux-gpmux.txt | 31 - mux-locked: If present, explicitly allow unrelated I2C transactions on the 37 However, I2C transactions to devices behind all I2C multiplexers connected 42 This means that no unrelated I2C transactions are allowed on the parent I2C
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | transactional_memory.rst | 17 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.
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_dev_frontend.c | 102 struct list_head transactions; member 320 list_for_each_entry_safe(trans, tmp, &u->transactions, list) { in xenbus_worker() 356 list_for_each_entry(trans, &u->transactions, list) in xenbus_get_transaction() 463 list_add(&trans->list, &u->transactions); in xenbus_write_transaction() 664 INIT_LIST_HEAD(&u->transactions); in xenbus_file_open()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | ci-hdrc-usb2.txt | 75 the total of packet size for pervious transactions are more than 256 bytes, 76 it can't accept any transactions within this frame. The use case is single 79 more transactions than above case, it can accept transactions until it 82 maximum_periodic_data_per_frame. The use case is multiple transactions, but
|
| /OK3568_Linux_fs/kernel/Documentation/xtensa/ |
| H A D | atomctl.rst | 20 which can implement RCW transactions. For FPGA cards with an External 31 don't support atomic RCW memory transactions and will likely want to
|