Searched refs:transactions (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenfs/
H A Dxenbus.c63 * An element of a list of outstanding transactions, for which we're
85 * the "transactions" and "watches" lists, and the partial
94 /* In-progress transactions */
95 struct list_head transactions; member in struct:xenbus_file_priv
322 list_add(&trans->list, &u->transactions);
324 list_for_each_entry(trans, &u->transactions, list)
327 BUG_ON(&trans->list == &u->transactions);
540 INIT_LIST_HEAD(&u->transactions);
564 list_for_each_entry_safe(trans, tmp, &u->transactions, list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_actlog.c400 int transactions = 0; local
452 /* Read the valid transactions.
487 transactions++;
506 dev_info(DEV, "Found %d transactions (%d active extents) in activity log.\n",
507 transactions, active_extents);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatabase.tex78 Commits previous transactions. Not implemented.
H A Dddeconn.tex78 transactions.
H A Dtcpconn.tex77 transactions.
H A Dtipc.tex56 instance of this class, one per connection. Most DDE transactions
H A Ddb.tex237 transactions
479 // Commit any open transactions on the datasource
508 Calling this member function commits ALL open transactions on this ODBC
511 wxDbTable instances commits any pending transactions on all three wxDbTable
521 combinations handle transactions differently. One thing in particular that
522 you must pay attention to is cursors, in regard to transactions. Cursors are
1341 transactions on this ODBC connection, including all wxDbTable instances that

Completed in 167 milliseconds