Home
last modified time | relevance | path

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

123

/linux-2.6.39/sound/firewire/
Dfcp.c27 static LIST_HEAD(transactions);
85 list_add_tail(&t.list, &transactions); in fcp_avc_transaction()
133 list_for_each_entry(t, &transactions, list) { in fcp_bus_reset()
178 list_for_each_entry(t, &transactions, list) { in fcp_response()
219 WARN_ON(!list_empty(&transactions)); in fcp_module_exit()
/linux-2.6.39/drivers/xen/xenfs/
Dxenbus.c95 struct list_head transactions; member
325 list_add(&trans->list, &u->transactions); in xenbus_write_transaction()
327 list_for_each_entry(trans, &u->transactions, list) in xenbus_write_transaction()
330 BUG_ON(&trans->list == &u->transactions); in xenbus_write_transaction()
530 INIT_LIST_HEAD(&u->transactions); in xenbus_file_open()
555 list_for_each_entry_safe(trans, tmp, &u->transactions, list) { in xenbus_file_release()
/linux-2.6.39/Documentation/i2c/
Dfunctionality61 A typical SMBus-only adapter would list all the SMBus transactions it
79 I2C_FUNC_SMBUS_EMUL includes all the SMBus transactions (with the
80 addition of I2C block transactions) which i2c-core can emulate using
106 and SMBus word data transactions. If not, then the driver won't work on
118 i2c-core will transparently implement SMBus transactions on top of I2C
Ddev-interface90 transactions (mixing read and write messages in the same transaction)
116 Used only for SMBus transactions. This request only has an effect if the
143 You can do plain i2c transactions by using read(2) and write(2) calls.
147 You can do SMBus level transactions (see documentation file smbus-protocol
160 All these transactions return -1 on failure; you can read errno to see
161 what happened. The 'write' transactions return 0 on success; the
162 'read' transactions return the read value, except for read_block, which
189 checking on future transactions.)
Di2c-protocol37 Combined transactions
42 They are just like the above transactions, but instead of a stop bit P
49 Modified transactions
Dwriting-clients334 and they can be mixed in any way. The transactions are combined: no
380 All these transactions return a negative errno value on failure. The 'write'
381 transactions return 0 on success; the 'read' transactions return the read
382 value, except for block transactions, which return the number of values
Dsmbus-protocol207 The following I2C block transactions are supported by the
211 I2C block transactions do not limit the number of bytes transferred
/linux-2.6.39/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt28 Resending transactions to different servers on timeout or error.
35 POHMELFS is based on transactions, which are potentially long-standing objects that live
37 command (or set of commands, which is frequently used during data writing: single transactions
42 POHMELFS uses a asynchronous approach to data processing. Courtesy of transactions, it is
45 servers and async threads will pick up replies in parallel, find appropriate transactions in the
/linux-2.6.39/Documentation/filesystems/
Dxfs-delayed-logging-design.txt27 of transactions, their contents and the log sequence number (LSN) of the
49 transactions. These transaction are known as rolling transactions, and require
67 Another feature of the XFS transaction subsystem is that most transactions are
69 filled (a log buffer can hold multiple transactions) or a synchronous operation
70 forces the log buffers holding the transactions to disk. This means that XFS is
71 doing aggregation of transactions in memory - batching them, if you like - to
81 buffers are full and under IO, then no more transactions can be committed until
83 be to able to issue enough transactions to keep the log buffers full and under
94 transactions A through D are committed to disk in the same log buffer.
132 recovered filesystem is concerned, there may be many thousands of transactions
[all …]
Dext3.txt162 transactions capabilities to ext2. Journaling is done by the Journaling Block
170 The journal supports the transactions start and stop, and in case of a crash,
171 the journal can replay the transactions to quickly put the partition back into
/linux-2.6.39/Documentation/i2c/busses/
Di2c-viapro65 VT8231), this driver supports I2C block transactions. Such transactions
Di2c-ali153524 Additionally, the sequencing of the SMBus transactions has been modified to
/linux-2.6.39/Documentation/hwmon/
Dlm90160 * SMBus PEC support for Write Byte and Receive Byte transactions.
229 not support PEC on all transactions though, so some care must be taken.
240 These transactions will be used to read register values, instead of
247 on SMBus Send Byte transactions in the lm90 driver.
249 PEC on byte data transactions represents a significant increase in bandwidth
252 two transactions will typically mean twice as much delay waiting for
/linux-2.6.39/Documentation/usb/
Dehci.txt19 (TT) in the hub, which turns low or full speed transactions into
20 high speed "split transactions" that don't waste transfer bandwidth.
81 transactions (interrupt and isochronous transfers). These place some
82 limits on the number of periodic transactions that can be scheduled,
169 so that it's only trying six (or maybe seven) USB transactions each
/linux-2.6.39/Documentation/networking/
Dgianfar.txt29 transactions. To change, echo the number of bytes to
Dcxgb.txt281 the number of outstanding transactions, via BIOS configuration
285 Total allowed outstanding transactions: 2
296 NOTE: The default setting on most systems is 8 outstanding transactions
Ds2io.txt102 max-split-transactions(MOST) and MMRBC (use setpci command).
/linux-2.6.39/drivers/scsi/aic7xxx/
DKconfig.aic79xx21 This is an upper bound value for the number of tagged transactions
DKconfig.aic7xxx26 This is an upper bound value for the number of tagged transactions
/linux-2.6.39/Documentation/rapidio/
Dsysfs.txt46 the RapidIO maintenance transactions:
Drapidio.txt36 packets (transactions). In the RapidIO subsystem each master port is represented
104 The enumeration and discovery routines use RapidIO maintenance transactions
/linux-2.6.39/Documentation/w1/masters/
Dds249030 - The number of USB bus transactions could be reduced if w1_reset_send
/linux-2.6.39/Documentation/
DIntel-IOMMU.txt64 The same is true for peer to peer transactions. Hence we reserve the
/linux-2.6.39/drivers/block/drbd/
Ddrbd_actlog.c433 int transactions = 0; in drbd_al_read_log() local
520 transactions++; in drbd_al_read_log()
540 transactions, active_extents); in drbd_al_read_log()
/linux-2.6.39/Documentation/video4linux/cx2341x/
Dfw-memory.txt55 0x1c - always 0x20 or 32, smaller values slow down DMA transactions

123