Searched refs:commit (Results 1 – 15 of 15) sorted by relevance
| /tools/ocaml/xenstored/ |
| A D | history.ml | 20 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 D | transaction.ml | 77 … 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 D | process.ml | 461 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 D | domain.ml | 51 mutable conflict_credit: float; (* Must be positive to perform writes; a commit
|
| A D | connection.ml | 395 let end_transaction con tid commit = 399 match commit with 402 Transaction.commit ~con:(get_domstr con) trans || transaction_replay_f con trans
|
| A D | logging.ml | 220 | Commit -> "commit " 310 let commit = access_logging Commit ~level:Debug var
|
| /tools/libfsimage/reiserfs/ |
| A D | fsys_reiserfs.c | 417 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 D | queueop.ml | 44 let transaction_end tid commit con = 45 let data = data_concat [ (if commit then "T" else "F"); ] in
|
| A D | xsraw.ml | 213 let transaction_end tid commit con = 215 ack (sync (Queueop.transaction_end tid commit) con);
|
| /tools/libs/ctrl/ |
| A D | xc_flask.c | 217 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 D | libxl_checkpoint_device.c | 265 define_checkpoint_api(commit);
|
| A D | libxl_netbuffer.c | 523 .commit = nic_commit,
|
| A D | libxl_internal.h | 3220 void (*commit)(libxl__egc *egc, libxl__checkpoint_device *dev); member
|
| /tools/include/ |
| A D | xenctrl.h | 2382 int xc_flask_setbool(xc_interface *xc_handle, char *name, int value, int commit);
|
| /tools/xenmon/ |
| A D | COPYING | 16 Foundation's software and to any other program whose authors commit to
|
Completed in 84 milliseconds