| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | log-writes.rst | 10 that is in the WRITE requests is copied into the log to make the replay happen 18 next REQ_PREFLUSH request. This is to make it easier for userspace to replay 48 If we logged DISCARD when it completed, the replay would look like this: 52 which isn't quite what happened and wouldn't be caught during the log replay. 81 write, but first you need to replay up to the mkfs to make sure 89 This would allow you to replay the log up to the mkfs mark and 90 then replay from that point on doing the fsck check in the 98 There is a userspace tool that will replay the log for you in various ways. 119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync 138 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs [all …]
|
| /linux/net/xfrm/ |
| H A D | xfrm_replay.c | 68 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify() 69 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) { in xfrm_replay_notify() 79 if (memcmp(&x->replay, &x->preplay, in xfrm_replay_notify() 88 memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state)); in xfrm_replay_notify() 104 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; in __xfrm_replay_overflow() 106 if (unlikely(x->replay.oseq == 0) && in __xfrm_replay_overflow() 108 x->replay.oseq--; in __xfrm_replay_overflow() 133 if (likely(seq > x->replay.seq)) in xfrm_replay_check_legacy() 136 diff = x->replay.seq - seq; in xfrm_replay_check_legacy() 142 if (x->replay.bitmap & (1U << diff)) { in xfrm_replay_check_legacy() [all …]
|
| H A D | xfrm_user.c | 525 struct xfrm_replay_state *replay; in verify_newsa_info() 527 replay = nla_data(attrs[XFRMA_REPLAY_VAL]); in verify_newsa_info() 529 if (replay->seq || replay->bitmap) { in verify_newsa_info() 778 NL_SET_ERR_MSG(extack, "ESN replay window is longer than the bitmap"); in xfrm_alloc_replay_state_esn() 836 sizeof(x->replay.bitmap) * 8); in xfrm_update_ae_params() 871 struct xfrm_replay_state *replay; in xfrm_update_ae_params() 872 replay = nla_data(rp); in xfrm_update_ae_params() 873 memcpy(&x->replay, replay, sizeo in xfrm_update_ae_params() 510 struct xfrm_replay_state *replay; verify_newsa_info() local 856 struct xfrm_replay_state *replay; xfrm_update_ae_params() local [all...] |
| /linux/tools/testing/selftests/net/ |
| H A D | vrf-xfrm-tests.sh | 261 replay-window 4 replay-oseq 0x4 \ 268 replay-window 4 replay-oseq 0x4 \ 276 replay-window 4 replay-oseq 0x4 \ 283 replay-window 4 replay-oseq 0x4 \ 291 replay-window 4 replay-oseq 0x4 \ 298 replay-window 4 replay-oseq 0x4 \ 306 replay-window 4 replay-oseq 0x4 \ 313 replay-window 4 replay-oseq 0x4 \
|
| /linux/drivers/input/ |
| H A D | ff-memless.c | 88 if (state->effect->replay.length) { in calculate_next_time() 169 } else if (envelope->fade_length && effect->replay.length && in apply_envelope() 365 } else if (effect->replay.length && in ml_get_combo_effect() 374 msecs_to_jiffies(effect->replay.delay); in ml_get_combo_effect() 376 msecs_to_jiffies(effect->replay.length); in ml_get_combo_effect() 442 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_playback() 444 msecs_to_jiffies(state->effect->replay.length); in ml_ff_playback() 472 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_upload() 474 msecs_to_jiffies(state->effect->replay.length); in ml_ff_upload()
|
| /linux/drivers/input/joystick/iforce/ |
| H A D | iforce-ff.c | 277 || old->replay.length != new->replay.length in need_core() 278 || old->replay.delay != new->replay.delay) in need_core() 382 effect->replay.length, in iforce_upload_periodic() 383 effect->replay.delay, in iforce_upload_periodic() 442 effect->replay.length, in iforce_upload_constant() 443 effect->replay.delay, in iforce_upload_constant() 508 effect->replay.length, effect->replay.delay, in iforce_upload_condition()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 76 transaction will be discarded during replay. 521 A revocation block is used to prevent replay of a block in an earlier 525 journal replay after the file block was written to disk will cause 707 system. This is what guarantees idempotence of fast commit replay. 716 If we store this sequence of operations as is then the replay is not idempotent. 717 Let's say while in replay, we crash after (2). During the second replay, 725 inode 11 before the replay) 733 replay, we will remove file A (inode 11). But we will create it back and make 736 replay of last inode 11 tag. Thus, by converting a non-idempotent procedure 738 the replay.
|
| /linux/sound/firewire/ |
| H A D | amdtp-stream.c | 567 if (!d->replay.enable || !s->ctx_data.rx.replay_target) { in pool_seq_descs() 570 if (!d->replay.on_the_fly) { in pool_seq_descs() 1302 if (d->replay.enable) in process_rx_packets_intermediately() 1345 if (d->replay.enable) in process_tx_packets() 1588 if (d->replay.enable && !d->replay.on_the_fly) { in irq_target_callback_skip() 1732 if (s->domain->replay.enable) { in amdtp_stream_start() 1841 if (s->domain->replay.enable) in amdtp_stream_start() 1933 if (s->domain->replay.enable) in amdtp_stream_stop() 2078 d->replay.enable = replay_seq; in amdtp_domain_start() 2079 d->replay.on_the_fly = replay_on_the_fly; in amdtp_domain_start()
|
| H A D | amdtp-stream.h | 324 } replay; member
|
| /linux/fs/ubifs/ |
| H A D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 11 'perf sched' {record|latency|map|replay|script|timehist|stats} 46 'perf sched replay' to simulate the workload that was recorded 49 threads can then replay the timings (CPU runtime and sleep patterns) 342 Applicable to {record|latency|map|replay|script} 494 OPTIONS for 'perf sched replay'
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-pidff.c | 528 effect->replay.length); in pidff_set_effect_report() 551 effect->replay.delay); in pidff_set_effect_report() 563 return effect->replay.length != old->replay.length || in pidff_needs_set_effect() 567 effect->replay.delay != old->replay.delay; in pidff_needs_set_effect() 955 pidff_is_duration_infinite(new->replay.length); in pidff_upload_effect()
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-fwrite.rst | 37 provides the actual DVR functionality. It is used for replay of a
|
| /linux/drivers/input/misc/ |
| H A D | cs40l50-vibra.c | 363 usleep_range(work_data->effect->replay.length, in cs40l50_start_worker() 364 work_data->effect->replay.length + 100); in cs40l50_start_worker()
|
| /linux/Documentation/networking/ |
| H A D | mac80211-injection.rst | 71 facilitating replay of captured radiotap headers directly.
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 3156 my $replay = $bisect_replay; 3192 if (defined($replay)) { 3196 $replay = update_bisect_replay; 3200 $replay = update_bisect_replay; 3241 if (defined($replay)) { 3242 run_command "git bisect replay $replay" or
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_svm.c | 727 int replay = 0, atomic = 0, ret; in nouveau_svm_fault() local 875 replay++; in nouveau_svm_fault() 879 if (replay) in nouveau_svm_fault()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.h | 215 struct mlx5e_ipsec_drop replay; member
|
| H A D | ipsec_fs.c | 321 sa_entry->ipsec_rule.replay.rule = rule; in rx_add_rule_drop_replay() 322 sa_entry->ipsec_rule.replay.fc = flow_counter; in rx_add_rule_drop_replay() 2136 if (sa_entry->ipsec_rule.replay.rule) { in rx_add_rule() 2137 mlx5_del_flow_rules(sa_entry->ipsec_rule.replay.rule); in rx_add_rule() 2138 mlx5_fc_destroy(mdev, sa_entry->ipsec_rule.replay.fc); in rx_add_rule() 2676 if (ipsec_rule->replay.rule) { in mlx5e_accel_ipsec_fs_del_rule() 2677 mlx5_del_flow_rules(ipsec_rule->replay.rule); in mlx5e_accel_ipsec_fs_del_rule() 2678 mlx5_fc_destroy(mdev, ipsec_rule->replay.fc); in mlx5e_accel_ipsec_fs_del_rule()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/ |
| H A D | dcn314_resource.c | 1704 if (pool->base.replay != NULL) in dcn314_populate_dml_pipes_from_context() 1705 dmub_replay_destroy(&pool->base.replay); in dcn314_populate_dml_pipes_from_context() 2211 pool->base.replay = dmub_replay_create(ctx); 2212 if (pool->base.replay == NULL) { 2213 dm_error("DC: failed to create replay obj!\n");
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/ |
| H A D | dcn351_resource.c | 1686 if (pool->base.replay != NULL) in dcn35_dsc_create() 1687 dmub_replay_destroy(&pool->base.replay); in dcn35_dsc_create() 2233 pool->base.replay = dmub_replay_create(ctx); in dcn351_create_resource_pool() 2234 if (pool->base.replay == NULL) { in dcn351_create_resource_pool() 2235 dm_error("DC: failed to create replay obj!\n"); in dcn351_create_resource_pool()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/ |
| H A D | dcn35_resource.c | 1706 if (pool->base.replay != NULL) in dcn35_dsc_create() 1707 dmub_replay_destroy(&pool->base.replay); in dcn35_dsc_create() 2261 pool->base.replay = dmub_replay_create(ctx); in dcn35_create_resource_pool() 2262 if (pool->base.replay == NULL) { in dcn35_create_resource_pool() 2263 dm_error("DC: failed to create replay obj!\n"); in dcn35_create_resource_pool()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1645 if (pool->base.replay != NULL) in is_dual_plane() 1646 dmub_replay_destroy(&pool->base.replay); in is_dual_plane() 2293 pool->base.replay = dmub_replay_create(ctx); in dcn31_update_dc_state_for_encoder_switch() 2294 if (pool->base.replay == NULL) { in dcn31_update_dc_state_for_encoder_switch() 2295 dm_error("DC: failed to create replay obj!\n"); in dcn31_update_dc_state_for_encoder_switch()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1647 if (pool->base.replay != NULL) in is_dual_plane() 1648 dmub_replay_destroy(&pool->base.replay); 2245 pool->base.replay = dmub_replay_create(ctx); 2246 if (pool->base.replay == NULL) { 2247 dm_error("DC: failed to create replay obj!\n");
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/ |
| H A D | dcn36_resource.c | 1693 if (pool->base.replay != NULL) in dcn35_dsc_create() 1694 dmub_replay_destroy(&pool->base.replay); in dcn35_dsc_create() 2231 pool->base.replay = dmub_replay_create(ctx); in dcn36_create_resource_pool() 2232 if (pool->base.replay == NULL) { in dcn36_create_resource_pool() 2233 dm_error("DC: failed to create replay obj!\n"); in dcn36_create_resource_pool()
|