Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dconnection.ml34 transactions: (int, Transaction.t) Hashtbl.t; RecordField
53 Hashtbl.clear con.transactions;
76 Hashtbl.length con.transactions
105 transactions = Hashtbl.create 5;
191 Hashtbl.clear con.transactions
229 if Hashtbl.mem con.transactions id then (
237 && Hashtbl.length con.transactions > !Define.maxtransaction then
242 Hashtbl.add con.transactions id ntrans;
247 let trans = Hashtbl.find con.transactions tid in
248 Hashtbl.remove con.transactions tid;
[all …]
A Doxenstored.conf.in37 # transactions that require protection.)
A Dhistory.ml39 (* Keep only enough commit-history to protect the running transactions that we are still tracking *)
A Dxenstored.ml117 ("access-log-transactions-ops", Config.Set_bool Logging.access_log_transaction_ops);
407 …info "%Ld failed transactions; of these no culprit was found for %Ld" !Transaction.failed_commits …
A Dtransaction.ml202 been modified by others transactions. *)
A Dprocess.ml469 * these can be the cause of transactions failing.
515 (* Note that transactions are recorded in history separately. *)
A Dlogging.ml314 false (* transactions are managed below *)
/xen-4.10.0-shim-comet/tools/xenstore/
A DTODO7 - Persistant storage of introductions, watches and transactions, so daemon can restart
9 - Multi-root transactions, for setting up front and back ends at same time.
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-ring.txt87 watches or transactions.
108 - discard any transactions associated with the connection
A Dxenstore.txt172 on the changed <path>. Changes made in transactions cause an
221 Reset all watches and transactions of the caller.
274 transactions: ie, /local/domain/<domid> (with <domid>
/xen-4.10.0-shim-comet/xen/arch/arm/
A DKconfig66 …bool "Cortex-A53: 827319: Data cache clean instructions might cause overlapping transactions to th…
77 interconnect reorders the two transactions.
/xen-4.10.0-shim-comet/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c387 int transactions = INFO->journal_transactions; in block_read() local
392 while (transactions-- > 0) in block_read()
/xen-4.10.0-shim-comet/docs/man/
A Dxen-tscmode.pod.7130 such as to stamp transactions so they can be replayed in a specific

Completed in 18 milliseconds