Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 15 of 15) sorted by relevance

/tools/ocaml/xenstored/
A Dhistory.ml20 finish_count: int64; (* the commit-count at which the transaction finished *)
25 (* Keep only enough commit-history to protect the running transactions that we are still tracking *)
37 let end_transaction txn con tid commit =
38 let success = Connection.end_transaction con tid commit in
52 (* Find the connections from records since commit-count [since] for which [f record] returns [true]…
A Dtransaction.ml77 … Store.t (* A pointer to the canonical store: its root changes on each transaction-commit *)
205 let commit ~con t = var
248 (* we try a partial commit if possible *)
261 then Logging.commit ~tid:(get_id t) ~con;
A Dprocess.ml461 all equivalent: if so, commit the transaction. Otherwise send the abort to
487 Transaction.commit ~con replay_t
553 let commit =
560 let commit = commit && not (Transaction.is_read_only t) in
562 …let commit = if commit then Some (fun con trans -> transaction_replay con trans domains cons) else…
563 History.end_transaction t con (Transaction.get_id t) commit in
566 if commit then begin
A Ddomain.ml51 mutable conflict_credit: float; (* Must be positive to perform writes; a commit
A Dconnection.ml395 let end_transaction con tid commit =
399 match commit with
402 Transaction.commit ~con:(get_domstr con) trans || transaction_replay_f con trans
A Dlogging.ml220 | Commit -> "commit "
310 let commit = access_logging Commit ~level:Debug var
/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c417 struct reiserfs_journal_commit commit; in block_read() local
431 sizeof (commit), (char *) &commit)) in block_read()
434 if (commit.j_realblock[i++ - JOURNAL_TRANS_HALF] == blockNr) in block_read()
472 struct reiserfs_journal_commit commit; in journal_init() local
498 journal_read (ffi, commit_block, sizeof (commit), (char *) &commit); in journal_init()
499 if (desc.j_trans_id != commit.j_trans_id in journal_init()
500 || desc.j_len != commit.j_len) in journal_init()
537 *journal_table++ = commit.j_realblock[i-JOURNAL_TRANS_HALF]; in journal_init()
540 commit.j_realblock[i-JOURNAL_TRANS_HALF], in journal_init()
/tools/ocaml/libs/xs/
A Dqueueop.ml44 let transaction_end tid commit con =
45 let data = data_concat [ (if commit then "T" else "F"); ] in
A Dxsraw.ml213 let transaction_end tid commit con =
215 ack (sync (Queueop.transaction_end tid commit) con);
/tools/libs/ctrl/
A Dxc_flask.c217 int xc_flask_setbool(xc_interface *xch, char *name, int value, int commit) in xc_flask_setbool() argument
232 op.u.boolean.commit = 1; in xc_flask_setbool()
/tools/libs/light/
A Dlibxl_checkpoint_device.c265 define_checkpoint_api(commit);
A Dlibxl_netbuffer.c523 .commit = nic_commit,
A Dlibxl_internal.h3220 void (*commit)(libxl__egc *egc, libxl__checkpoint_device *dev); member
/tools/include/
A Dxenctrl.h2382 int xc_flask_setbool(xc_interface *xc_handle, char *name, int value, int commit);
/tools/xenmon/
A DCOPYING16 Foundation's software and to any other program whose authors commit to

Completed in 84 milliseconds