Searched refs:commit (Results 51 - 75 of 334) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest112.tcl94 error_check_good txn_commit [$t commit] 0
128 error_check_good txn_commit [$t commit] 0
179 error_check_good txn_commit [$t commit] 0
204 error_check_good txn_commit [$t commit] 0
216 error_check_good txn_commit [$t commit] 0
H A Drep017.tcl111 error_check_good txn_commit [$t commit] 0
179 error_check_good txn_commit [$t commit] 0
224 error_check_good txn_commit [$t commit] 0
230 # Check that the checkpoint and commit records got a ISPERM
H A Dtest025.tcl81 error_check_good txn [$t commit] 0
101 error_check_good txn [$t commit] 0
124 error_check_good txn [$t commit] 0
H A Dtest026.tcl83 error_check_good txn [$t commit] 0
132 error_check_good txn [$t commit] 0
151 error_check_good txn [$t commit] 0
H A Dtest107.tcl81 error_check_good txn_commit [$txn commit] 0
162 error_check_good t_commit [$t commit] 0
163 error_check_good t2_commit [$t2 commit] 0
H A Dsdb012.tcl43 # The allowed commands are 'none' 'one', 'auto', 'abort', 'commit'.
51 # to the operation, and 'abort' and 'commit' do the obvious.
64 foreach t1 { none one abort auto commit } {
65 foreach t2 { none abort auto commit } {
72 foreach r1 { none abort commit } {
73 foreach r2 { none abort commit } {
148 commit {
151 # this commit/abort. Otherwise start a new txn
178 # abort/commit if both subdb's are in one txn.
201 commit {
[all...]
H A Dtest024.tcl112 error_check_good txn [$t commit] 0
148 error_check_good txn [$t commit] 0
172 error_check_good txn [$t commit] 0
207 error_check_good txn [$t commit] 0
235 error_check_good txn [$t commit] 0
260 error_check_good txn [$t commit] 0
H A Drecd002.tcl89 op_recover commit $testdir $env_cmd $testfile $cmd $msg
92 # the txn, it must come before prepare-commit.
98 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drecd004.tcl82 op_recover commit $testdir $env_cmd $testfile $cmd $msg
85 # the txn, it must come before prepare-commit.
91 op_recover prepare-commit $testdir $env_cmd $testfile2 \
H A Drep048script.tcl67 error_check_good txn_commit [$t commit] 0
H A Dtest012.tcl79 error_check_good txn [$t commit] 0
94 error_check_good txn [$t commit] 0
H A Dtest058.tcl61 error_check_good txn_commit [$tn commit] 0
82 error_check_good txn_commit [$tn commit] 0
H A Dtest066.tcl63 error_check_good txn [$t commit] 0
93 error_check_good txn [$t commit] 0
H A Dtest067.tcl105 error_check_good txn [$t commit] 0
157 error_check_good txn [$t commit] 0
H A Dtest077.tcl59 error_check_good txn [$t commit] 0
89 error_check_good txn [$t commit] 0
H A Dtxn001.tcl8 # TEST Begin, commit, abort testing.
14 puts -nonewline "Txn$tnum: Basic begin, commit, abort"
40 # We will create a bunch of transactions and commit them.
56 # Now commit them all
58 error_check_good txn_commit:$t [$t commit] 0
86 # We will create a bunch of transactions and commit them.
108 # Now commit them all
110 error_check_good txn_commit:$t [$t commit] 0
H A Dtxn005.tcl27 error_check_good txn1_commit [$txn1 commit] 0
38 error_check_good txn2_commit [$txn2 commit] 0
H A Dtxn013.tcl69 error_check_good txn1_commit [$txn1 commit] 0
70 error_check_good txn2_commit [$txn2 commit] 0
H A Dtest011.tcl112 error_check_good txn [$t commit] 0
145 error_check_good txn [$t commit] 0
162 error_check_good txn [$t commit] 0
188 error_check_good txn [$t commit] 0
206 error_check_good txn [$t commit] 0
219 error_check_good txn [$t commit] 0
232 error_check_good txn [$t commit] 0
245 error_check_good txn [$t commit] 0
353 error_check_good txn [$t commit] 0
425 error_check_good txn [$t commit]
[all...]
H A Drep040.tcl128 error_check_good txn [$t commit] 0
132 # Start 2 txns. One that will commit early and one we'll hold
135 # Now modify the data but don't commit it yet. This will
160 error_check_good txn [$t commit] 0
163 error_check_good txn [$t2 commit] 0
174 error_check_good txn [$t commit] 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_crtc_helper.h49 void (*commit)(struct drm_crtc *crtc); member in struct:drm_crtc_helper_funcs
82 void (*commit)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/opt/broken/
H A Dcomm.sh96 readycloud_nvram commit
129 readycloud_nvram commit
156 # $readycloud_nvram commit >/dev/null
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c167 * during commit this will be a TXN_DETAIL visible_lsn field, and MVCC
207 * that the record we already put is a commit, so we don't just
258 * If the send fails and we're a commit or checkpoint,
286 * are only permissible if we know we haven't written a commit
502 * If a flush supporting a transaction commit fails, we must abort the
503 * transaction. (If we aren't doing a commit, return the failure; if
504 * if the commit we care about made it to disk successfully, we just
505 * ignore the failure, because there's no way to undo the commit.)
514 * Else, make sure that the commit record does not get out after we
515 * abort the transaction. Do this by overwriting the commit recor
880 struct __db_commit *commit; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c329 local_t commit; /* write committed index */ member in struct:buffer_data_page
367 local_set(&bpage->commit, 0);
378 return local_read(&((struct buffer_data_page *)page)->commit)
420 ret = trace_seq_printf(s, "\tfield: local_t commit;\t"
422 (unsigned int)offsetof(typeof(field), commit),
423 (unsigned int)sizeof(field.commit),
428 (unsigned int)offsetof(typeof(field), commit),
885 * No need to worry about races with clearing out the commit.
886 * it only can increment when a commit takes place. But that
887 * only happens in the outer most nested commit
2114 int commit = 0; local
2527 struct buffer_page *commit = cpu_buffer->commit_page; local
3767 unsigned int commit; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_txn.cpp57 DBTXN_METHOD(commit, 1, (u_int32_t flags), (txn, flags))

Completed in 104 milliseconds

1234567891011>>