Searched refs:checkpoint (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A DMakefile7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A DMakefile7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.1/
H A DMakefile3 BUILD= app_dispatch.html checkpoint.html cxx.html disk.html excl.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn010.tcl16 puts "\tTxn010.a: open the environment and a database, checkpoint."
23 # Insert some data and do a checkpoint.
31 error_check_good checkpoint [$env txn_checkpoint] 0
33 # Test that checkpoint calls are ignored in quiescent systems.
35 set chkpt [txn010_stat $env "Time of last checkpoint"]
38 error_check_good checkpoint [$env txn_checkpoint] 0
39 set test_chkpt [txn010_stat $env "Time of last checkpoint"]
40 error_check_good "quiescent: checkpoint time changed" \
44 # Add a single record, and test that checkpoint does something.
45 set chkpt [txn010_stat $env "Time of last checkpoint"]
[all...]
H A Drep017.tcl12 # TEST While dbenv1 is handling the checkpoint record:
15 # TEST A subsequent checkpoint gets NOTPERM
16 # TEST After checkpoint completes, next txn returns PERM
101 # Open database in master, make lots of changes so checkpoint
115 # Get the master's last LSN before the checkpoint
120 error_check_good checkpoint [$masterenv txn_checkpoint] 0
123 set ckp_lsn [stat_field $masterenv txn_stat "LSN of last checkpoint"]
127 # it finds in the message queue -- just the checkpoint record,
138 # checkpoint. The checkpoint wil
[all...]
H A Dlog008script.tcl44 # Fill log files, checking LSNs before and after a checkpoint,
60 error_check_good checkpoint [$dbenv txn_checkpoint] 0
H A Drep035script.tcl12 # apicall: detect, checkpoint, or trickle.
63 checkpoint {
H A Dbackup.tcl11 # TEST the -c (checkpoint) option. Make sure that -c and
37 foreach option { checkpoint nocheckpoint } {
38 if { $option == "checkpoint" } {
40 set msg "with checkpoint"
43 set msg "without checkpoint"
90 # You may not specify both -d (data_dir) and -c (checkpoint).
92 if { $option == "checkpoint" } {
116 if { $option == "checkpoint" } {
133 if { $option == "checkpoint" } {
160 if { $option == "checkpoint" } {
[all...]
H A Drep035.tcl133 $clientdir2 checkpoint &]
H A Drep043.tcl192 error_check_good checkpoint [$masterenv txn_checkpoint] 0
H A Dparallel.tcl299 [eval glob {$dir/db_{checkpoint,deadlock}$EXE} \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A DMakefile9 transaction.o commit.o recovery.o checkpoint.o revoke.o jbd_journal.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile8 checkpoint.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DCallbackTest.java92 dbEnv.checkpoint(cpcfg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c59 int ch, checkpoint, copy_min, db_config, exitval; local
84 checkpoint = db_config = data_cnt =
97 checkpoint = 1;
156 * -d is relative to the current directory, to run a checkpoint
159 if (checkpoint == 1) {
227 * If the -c option is specified, checkpoint the source home
230 if (checkpoint) {
232 printf("%s: %s: force checkpoint\n", progname, home);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c45 int ch, checkpoint, copy_min, db_config, exitval; local
70 checkpoint = db_config = data_cnt =
82 checkpoint = 1;
141 * -d is relative to the current directory, to run a checkpoint
144 if (checkpoint == 1) {
212 * If the -c option is specified, checkpoint the source home
215 if (checkpoint) {
217 printf("%s: %s: force checkpoint\n", progname, home);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dbsd-comp.c95 u_int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
186 db->checkpoint = CHECK_GAP;
208 if (db->in_count >= db->checkpoint) {
216 db->checkpoint = db->in_count + CHECK_GAP;
735 * Keep the checkpoint right so that incompressible packets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c131 unsigned int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
184 db->checkpoint = CHECK_GAP;
204 if (db->in_count >= db->checkpoint)
213 db->checkpoint = db->in_count + CHECK_GAP;
710 * Keep the checkpoint correctly so that incompressible packets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c151 unsigned int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
230 db->checkpoint = CHECK_GAP;
251 if (db->in_count >= db->checkpoint)
260 db->checkpoint = db->in_count + CHECK_GAP;
905 * Keep the checkpoint correctly so that incompressible packets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c119 u_int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
222 db->checkpoint = CHECK_GAP;
244 if (db->in_count >= db->checkpoint) {
252 db->checkpoint = db->in_count + CHECK_GAP;
1102 * Keep the checkpoint right so that incompressible packets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dlink.h73 * @checkpoint: reference point for triggering link continuity checking
124 u32 checkpoint; member in struct:link
H A Dlink.c421 l_ptr->checkpoint = 1;
646 u32 checkpoint = l_ptr->next_in_no; local
667 l_ptr->reset_checkpoint = checkpoint;
691 l_ptr->checkpoint = 1;
750 if (l_ptr->next_in_no != l_ptr->checkpoint) {
751 l_ptr->checkpoint = l_ptr->next_in_no;
810 if (l_ptr->next_in_no != l_ptr->checkpoint) {
814 l_ptr->checkpoint = l_ptr->next_in_no;
1973 l_ptr->checkpoint--;
2130 l_ptr->checkpoint
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Decma_167.h610 __le32 checkpoint; member in struct:fileEntry
852 __le32 checkpoint; member in struct:extendedFileEntry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironment.java1159 Synchronously checkpoint the database environment.
1163 The checkpoint attributes. If null, default attributes are used.
1167 public void checkpoint(CheckpointConfig config) method in class:Environment

Completed in 132 milliseconds