Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0001-tests-fix-TESTSUITE_AT.patch59 checkpoint/defaults.at\
60 - checkpoint/interval.at\
61 - checkpoint/dot.at\
62 checkpoint/dot-compat.at\
63 checkpoint/dot-int.at\
64 + checkpoint/dot.at\
65 + checkpoint/interval.at\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Add-missing-includes-cstdint-and-cstdio.patch15 storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h | 1 +
33 …ksdb/rocksdb/include/rocksdb/utilities/checkpoint.h b/storage/rocksdb/rocksdb/include/rocksdb/util…
35 --- a/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
36 +++ b/storage/rocksdb/rocksdb/include/rocksdb/utilities/checkpoint.h
/openbmc/qemu/docs/
H A Dblock-replication.txt18 High availability solutions such as micro checkpoint and COLO will do
20 identical right after a VM checkpoint, but becomes different as the VM
21 executes till the next checkpoint. To support disk contents checkpoint,
23 only dropped at next checkpoint time. To reduce the network transportation
24 effort during a vmstate checkpoint, the disk modification operations of
124 decides when to do a new checkpoint, when to do failover).
131 Start block replication, called in migration/checkpoint thread.
134 must hold the I/O mutex lock if it is in migration/checkpoint
139 The caller must hold the I/O mutex lock if it is in migration/checkpoint
143 The caller must hold the I/O mutex lock if it is in migration/checkpoint
[all …]
H A DCOLO-FT.txt21 immediately. Otherwise, a VM checkpoint (on demand) is conducted.
106 both side. Then decide whether to start a checkpoint according to some rules.
238 You can issue command '{ "execute": "migrate-set-parameters" , "arguments":{ "x-checkpoint-delay": …
239 to change the idle checkpoint period time
334 3. Reduce checkpoint VM’s downtime while doing checkpoint.
H A Dcolo-proxy.txt15 whether to do checkpoint. With COLO-proxy's help,
26 If the packet difference, notify COLO-frame to do checkpoint and send
98 and do checkpoint.
/openbmc/qemu/replay/
H A Dreplay.c94 static const char *replay_checkpoint_event_name(enum ReplayCheckpoint checkpoint) in replay_checkpoint_event_name() argument
96 switch (checkpoint) { in replay_checkpoint_event_name()
272 bool replay_checkpoint(ReplayCheckpoint checkpoint) in replay_checkpoint() argument
274 assert(EVENT_CHECKPOINT + checkpoint <= EVENT_CHECKPOINT_LAST); in replay_checkpoint()
280 if (replay_next_event_is(EVENT_CHECKPOINT + checkpoint)) { in replay_checkpoint()
287 replay_put_event(EVENT_CHECKPOINT + checkpoint); in replay_checkpoint()
/openbmc/linux/Documentation/filesystems/
H A Dnilfs2.rst61 cp=n Specify the checkpoint-number of the snapshot to be
68 checkpoint if no metadata update is going. This mode
100 NILFS_IOCTL_CHANGE_CPMODE Change mode of given checkpoint between
101 checkpoint and snapshot state. This ioctl is
104 NILFS_IOCTL_DELETE_CHECKPOINT Remove checkpoint from NILFS2 file system.
143 NILFS_IOCTL_SYNC Make a checkpoint. This ioctl is used in
170 mkcp make a checkpoint or a snapshot.
171 chcp change an existing checkpoint to a snapshot or vice versa.
172 rmcp invalidate specified checkpoint(s).
179 where <cno> is the checkpoint number of the snapshot.
[all …]
H A Dxfs-delayed-logging-design.rst591 size of a checkpoint to be slightly less than a half the log.
593 Apart from this size requirement, a checkpoint transaction looks no different
596 perspective, the checkpoint transaction is also no different - just a lot
600 Because the checkpoint is just another transaction and all the changes to log
603 minimise the time we hold the CIL locked while writing the checkpoint
607 per-checkpoint context that travels through the log write process through to
608 checkpoint completion.
610 Hence a checkpoint has a context that tracks the state of the current
611 checkpoint from initiation to checkpoint completion. A new context is initiated
612 at the same time a checkpoint transaction is started. That is, when we remove
[all …]
H A Df2fs.rst56 the upper index structures such as inode, inode map, and checkpoint block are
172 data_flush Enable data flushing before checkpoint in order to
258 checkpoint=%s[:%u[%]] Set to "disable" to turn off checkpointing. Set to "enable"
263 While mounting with checkpoint=disable, the filesystem must
270 with checkpoint=disable:100% would always succeed, but it may
273 This space is reclaimed once checkpoint=enable.
274 checkpoint_merge When checkpoint is enabled, this can be used to create a kernel
275 daemon and make it to merge concurrent checkpoint requests as
276 much as possible to eliminate redundant checkpoint issues. Plus,
277 we can eliminate the sluggish issue caused by slow checkpoint
[all …]
/openbmc/qemu/
H A Dreplication.c67 if (rs->ops && rs->ops->checkpoint) { in replication_do_checkpoint_all()
68 rs->ops->checkpoint(rs, &local_err); in replication_do_checkpoint_all()
/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-extract.sh263 …tail -n +$payload_offset "$0"| zstd -T0 -dc | $SUDO_EXEC tar mx -C $target_sdk_dir --checkpoint=.2…
269 …tail -n +$payload_offset "$0"| $SUDO_EXEC tar mxJ -C $target_sdk_dir --checkpoint=.2500 $EXTRA_TAR…
/openbmc/linux/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst335 --- checkpoint ---
434 --- checkpoint #0 ---
436 --- checkpoint #1 ---
439 --- checkpoint #2 ---
441 --- checkpoint #3 ---
477 all the way up to checkpoint #1.
478 The checkpoint #1 contains a write mark for r6
480 does not reach checkpoint #0 (see section below).
523 --- checkpoint #0 ---
530 from (3) to checkpoint #0.
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs37 over total volume size, f2fs tries to conduct checkpoint to
106 checkpoint, and issued by issue_discard thread after checkpoint.
196 Description: Controls the checkpoint timing, set to 60 seconds by default.
235 ratio exceeds configured threshold, checkpoint will
352 Description: If checkpoint=disable, it displays the number of blocks that
354 If checkpoint=enable it displays the number of blocks that
355 would be unusable if checkpoint=disable were to be set.
371 Description: Number of checkpoint operations performed on demand. Available when
377 Description: Number of checkpoint operations performed in the background to
463 0x1 SBI_IS_DIRTY dirty flag for checkpoint
[all …]
H A Dsysfs-fs-nilfs2109 Show checkpoint number of the latest segment.
141 Show next checkpoint number.
230 Show checkpoint number of the latest segment.
236 Show next checkpoint number.
/openbmc/qemu/include/block/
H A Dreplication.h113 void (*checkpoint)(ReplicationState *rs, Error **errp); member
/openbmc/linux/fs/f2fs/
H A DMakefile5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
/openbmc/qemu/stubs/
H A Dreplay-tools.c39 bool replay_checkpoint(ReplayCheckpoint checkpoint) in replay_checkpoint() argument
/openbmc/qemu/scripts/
H A Dreplay-dump.py39 self.checkpoint = 0
54 self.checkpoint = self.event - self.checkpoint_start
57 return self.checkpoint
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dera.rst35 checkpoint section in Messages
78 - Send a checkpoint message to the era target
/openbmc/linux/drivers/net/ppp/
H A Dbsd_comp.c151 unsigned int checkpoint; /* when to next check the ratio */ member
230 db->checkpoint = CHECK_GAP; in bsd_clear()
251 if (db->in_count >= db->checkpoint) in bsd_check()
260 db->checkpoint = db->in_count + CHECK_GAP; in bsd_check()
/openbmc/qemu/include/sysemu/
H A Dreplay.h108 bool replay_checkpoint(ReplayCheckpoint checkpoint);
/openbmc/qemu/qapi/
H A Dmigration.json775 # @x-checkpoint-delay: The delay time (in ms) between two COLO
849 # @unstable: Members @x-checkpoint-delay and
862 { 'name': 'x-checkpoint-delay', 'features': [ 'unstable' ] },
956 # @x-checkpoint-delay: The delay time (in ms) between two COLO
1030 # @unstable: Members @x-checkpoint-delay and
1053 '*x-checkpoint-delay': { 'type': 'uint32',
1166 # @x-checkpoint-delay: the delay time between two COLO checkpoints.
1240 # @unstable: Members @x-checkpoint-delay and
1260 '*x-checkpoint-delay': { 'type': 'uint32',
1359 # @checkpoint-ready: Secondary VM (SVM) is ready for checkpointing
[all …]
/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c1454 u32 checkpoint; in xillyusb_read() local
1489 checkpoint = complete_checkpoint; in xillyusb_read()
1492 checkpoint = fifo_checkpoint; in xillyusb_read()
1496 leap = (checkpoint - chan->in_current_checkpoint) << sh; in xillyusb_read()
1513 chan->in_current_checkpoint = checkpoint; in xillyusb_read()
1516 checkpoint); in xillyusb_read()
/openbmc/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst41 This feature is actively used by the checkpoint-restore project. You

123