Home
last modified time | relevance | path

Searched refs:replay (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v4.19/Documentation/device-mapper/
Dlog-writes.txt9 that is in the WRITE requests is copied into the log to make the replay happen
17 next REQ_PREFLUSH request. This is to make it easier for userspace to replay
47 If we logged DISCARD when it completed, the replay would look like this
51 which isn't quite what happened and wouldn't be caught during the log replay.
76 write, but first you need to replay up to the mkfs to make sure
84 This would allow you to replay the log up to the mkfs mark and
85 then replay from that point on doing the fsck check in the
93 There is a userspace tool that will replay the log for you in various ways.
114 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
133 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs
[all …]
/Linux-v4.19/net/xfrm/
Dxfrm_replay.c66 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify()
67 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) { in xfrm_replay_notify()
77 if (memcmp(&x->replay, &x->preplay, in xfrm_replay_notify()
86 memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state)); in xfrm_replay_notify()
102 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; in xfrm_replay_overflow()
104 if (unlikely(x->replay.oseq == 0)) { in xfrm_replay_overflow()
105 x->replay.oseq--; in xfrm_replay_overflow()
130 if (likely(seq > x->replay.seq)) in xfrm_replay_check()
133 diff = x->replay.seq - seq; in xfrm_replay_check()
139 if (x->replay.bitmap & (1U << diff)) { in xfrm_replay_check()
[all …]
Dxfrm_user.c480 sizeof(x->replay.bitmap) * 8); in copy_from_user_state()
514 struct xfrm_replay_state *replay; in xfrm_update_ae_params() local
515 replay = nla_data(rp); in xfrm_update_ae_params()
516 memcpy(&x->replay, replay, sizeof(*replay)); in xfrm_update_ae_params()
517 memcpy(&x->preplay, replay, sizeof(*replay)); in xfrm_update_ae_params()
774 put_unaligned(x->stats.replay, &p->stats.replay); in copy_to_user_state()
933 ret = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay), in copy_to_user_state_extra()
934 &x->replay); in copy_to_user_state_extra()
1985 err = nla_put(skb, XFRMA_REPLAY_VAL, sizeof(x->replay), in build_aevent()
1986 &x->replay); in build_aevent()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_std_types_flow_action.c89 static int flow_action_esp_replay_none(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_none() argument
100 static int flow_action_esp_replay_def_ok(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_def_ok() argument
109 …ic int (* const flow_action_esp_replay_validate[])(struct ib_flow_action_attrs_esp_replays *replay,
219 struct ib_flow_action_attrs_esp_replays replay; member
278 esp_attr->replay.protocol = in parse_flow_action_esp()
282 ret = uverbs_copy_from_or_zero(&esp_attr->replay.replay, in parse_flow_action_esp()
288 ret = flow_action_esp_replay_validate[esp_attr->replay.protocol](&esp_attr->replay, in parse_flow_action_esp()
293 esp_attr->hdr.replay = &esp_attr->replay; in parse_flow_action_esp()
/Linux-v4.19/Documentation/networking/
Dxfrm_sync.txt14 ensure proper decay of SAs) and replay counters to avoid replay attacks
22 know if the replay sequence threshold is reached or 10 secs have passed"
31 - the replay sequence for both inbound and outbound
60 XFRM_AE_RTHR=1, /* replay threshold*/
61 XFRM_AE_RVAL=2, /* replay value */
64 XFRM_AE_CR=16, /* Event cause is replay update */
86 b)replay value (XFRMA_REPLAY_VAL)
87 This TLV carries the running/current counter for replay sequence since
90 c)replay threshold (XFRMA_REPLAY_THRESH)
92 when the replay sequence is exceeded.
[all …]
Dmac80211-injection.txt62 facilitating replay of captured radiotap headers directly.
Dxfrm_device.txt25 reqid 0x07 replay-window 32 \
/Linux-v4.19/drivers/input/
Dff-memless.c102 if (state->effect->replay.length) { in calculate_next_time()
183 } else if (envelope->fade_length && effect->replay.length && in apply_envelope()
379 } else if (effect->replay.length && in ml_get_combo_effect()
388 msecs_to_jiffies(effect->replay.delay); in ml_get_combo_effect()
390 msecs_to_jiffies(effect->replay.length); in ml_get_combo_effect()
458 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_playback()
460 msecs_to_jiffies(state->effect->replay.length); in ml_ff_playback()
488 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_upload()
490 msecs_to_jiffies(state->effect->replay.length); in ml_ff_upload()
Dinput-compat.h46 struct ff_replay replay; member
/Linux-v4.19/drivers/input/joystick/iforce/
Diforce-ff.c296 || old->replay.length != new->replay.length in need_core()
297 || old->replay.delay != new->replay.delay) in need_core()
401 effect->replay.length, in iforce_upload_periodic()
402 effect->replay.delay, in iforce_upload_periodic()
461 effect->replay.length, in iforce_upload_constant()
462 effect->replay.delay, in iforce_upload_constant()
527 effect->replay.length, effect->replay.delay, in iforce_upload_condition()
/Linux-v4.19/arch/powerpc/kernel/
Dirq.c242 unsigned int replay; in arch_local_irq_restore() local
309 replay = __check_irq_replay(); in arch_local_irq_restore()
319 if (replay) { in arch_local_irq_restore()
320 __replay_interrupt(replay); in arch_local_irq_restore()
/Linux-v4.19/tools/perf/Documentation/
Dperf-sched.txt11 'perf sched' {record|latency|map|replay|script|timehist}
26 'perf sched replay' to simulate the workload that was recorded
29 threads can then replay the timings (CPU runtime and sleep patterns)
/Linux-v4.19/fs/ubifs/
DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/Linux-v4.19/net/netfilter/
Dnfnetlink.c172 replay: in nfnetlink_rcv_msg()
236 goto replay; in nfnetlink_rcv_msg()
310 replay: in nfnetlink_rcv_batch()
480 goto replay; in nfnetlink_rcv_batch()
/Linux-v4.19/include/linux/mlx5/
Daccel.h90 } replay; member
/Linux-v4.19/drivers/hid/usbhid/
Dhid-pidff.c316 pidff->set_effect[PID_DURATION].value[0] = effect->replay.length; in pidff_set_effect_report()
326 pidff->set_effect[PID_START_DELAY].value[0] = effect->replay.delay; in pidff_set_effect_report()
338 return effect->replay.length != old->replay.length || in pidff_needs_set_effect()
342 effect->replay.delay != old->replay.delay; in pidff_needs_set_effect()
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-fwrite.rst38 provides the actual DVR functionality. It is used for replay of a
/Linux-v4.19/include/uapi/linux/
Dinput.h450 struct ff_replay replay; member
Dxfrm.h124 __u32 replay; member
/Linux-v4.19/tools/testing/ktest/
Dktest.pl2933 my $replay = $bisect_replay;
2969 if (defined($replay)) {
2973 $replay = update_bisect_replay;
2977 $replay = update_bisect_replay;
3019 if (defined($replay)) {
3020 run_command "git bisect replay $replay" or
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Djournal.rst65 transaction will be discarded during replay.
499 A revocation block is used to prevent replay of a block in an earlier
503 journal replay after the file block was written to disk will cause
/Linux-v4.19/net/sched/
Dcls_api.c1213 replay: in tc_new_tfilter()
1339 goto replay; in tc_new_tfilter()
1842 replay: in tc_ctl_chain()
1933 goto replay; in tc_ctl_chain()
/Linux-v4.19/Documentation/filesystems/ext4/
Dext4.rst108 replay the journal (and thus write to the
132 skipping the journal replay will lead to the
231 grpjquota=<file> during journal replay. They replace the above
/Linux-v4.19/drivers/hid/
Dhid-logitech-hidpp.c1619 params[2] = effect->replay.length >> 8; in hidpp_ff_upload_effect()
1620 params[3] = effect->replay.length & 255; in hidpp_ff_upload_effect()
1621 params[4] = effect->replay.delay >> 8; in hidpp_ff_upload_effect()
1622 params[5] = effect->replay.delay & 255; in hidpp_ff_upload_effect()
/Linux-v4.19/Documentation/input/
Dff.rst235 is playing only when it is ok to restart the effect with a replay count of 1.

12