Home
last modified time | relevance | path

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

123

/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/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/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.rst608 checkpoint completion.
611 checkpoint from initiation to checkpoint completion. A new context is initiated
680 commit the checkpoint.
682 Once the checkpoint is written into the log buffers, the checkpoint context is
687 checkpoint context.
720 As discussed in the checkpoint section, delayed logging uses per-checkpoint
722 checkpoint. Because the switching of checkpoint contexts must be done
733 the log forces to a specific checkpoint.
739 the checkpoint context records the LSN of the commit record for the checkpoint,
838 checkpoint flush code.
[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
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.
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
278 operation when the checkpoint is done in a process context in
284 nocheckpoint_merge Disable checkpoint merge feature.
[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/linux/fs/jbd2/
H A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/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/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.
523 --- checkpoint #0 ---
530 from (3) to checkpoint #0.
551 --- checkpoint[0] ---
561 * ``checkpoint[0].r0`` is marked as written;
[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
349 Description: If checkpoint=disable, it displays the number of blocks that
351 If checkpoint=enable it displays the number of blocks that
352 would be unusable if checkpoint=disable were to be set.
460 0x1 SBI_IS_DIRTY dirty flag for checkpoint
465 0x20 SBI_NEED_CP need to checkpoint
480 Description: Show status of f2fs checkpoint in real time.
[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/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.json768 # @x-checkpoint-delay: The delay time (in ms) between two COLO
837 # @unstable: Members @x-checkpoint-delay and
943 # @x-checkpoint-delay: The delay time (in ms) between two COLO
1012 # @unstable: Members @x-checkpoint-delay and
1035 '*x-checkpoint-delay': { 'type': 'uint32',
1216 # @unstable: Members @x-checkpoint-delay and
1236 '*x-checkpoint-delay': { 'type': 'uint32',
1339 # @checkpoint-reply: SVM gets PVM's checkpoint request
1352 'data': [ 'checkpoint-ready', 'checkpoint-request', 'checkpoint-reply',
1851 # @xen-colo-do-checkpoint:
[all …]
/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-extract.sh253 …tail -n +$payload_offset "$0"| $SUDO_EXEC tar mxJ -C $target_sdk_dir --checkpoint=.2500 $EXTRA_TAR…
/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