| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_edp_panel_control.c | 896 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_replay_allow_active() local 929 struct dmub_replay *replay = dc->res_pool->replay; in edp_get_replay_state() local 974 replay = dc->res_pool->replay; in edp_setup_replay() 976 if (!replay) in edp_setup_replay() 1038 struct dmub_replay *replay = dc->res_pool->replay; in edp_send_replay_cmd() local 1041 if (!replay) in edp_send_replay_cmd() 1053 replay->funcs->replay_send_cmd(replay, msg, cmd_data); in edp_send_replay_cmd() 1061 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_coasting_vtotal() local 1064 if (!replay) in edp_set_coasting_vtotal() 1082 struct dmub_replay *replay = dc->res_pool->replay; in edp_replay_residency() local [all …]
|
| /linux-6.15/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-6.15/net/xfrm/ |
| H A D | xfrm_replay.c | 108 x->replay.oseq--; in __xfrm_replay_overflow() 136 diff = x->replay.seq - seq; in xfrm_replay_check_legacy() 143 x->stats.replay++; in xfrm_replay_check_legacy() 173 if (seq > x->replay.seq) { in xfrm_replay_advance() 174 diff = seq - x->replay.seq; in xfrm_replay_advance() 176 x->replay.bitmap = ((x->replay.bitmap) << diff) | 1; in xfrm_replay_advance() 178 x->replay.bitmap = 1; in xfrm_replay_advance() 179 x->replay.seq = seq; in xfrm_replay_advance() 251 x->stats.replay++; in xfrm_replay_check_bmp() 504 x->stats.replay++; in xfrm_replay_check_esn() [all …]
|
| H A D | xfrm_user.c | 469 struct xfrm_replay_state *replay; in verify_newsa_info() local 471 replay = nla_data(attrs[XFRMA_REPLAY_VAL]); in verify_newsa_info() 473 if (replay->seq || replay->bitmap) { in verify_newsa_info() 780 sizeof(x->replay.bitmap) * 8); in copy_from_user_state() 815 struct xfrm_replay_state *replay; in xfrm_update_ae_params() local 816 replay = nla_data(rp); in xfrm_update_ae_params() 817 memcpy(&x->replay, replay, sizeof(*replay)); in xfrm_update_ae_params() 818 memcpy(&x->preplay, replay, sizeof(*replay)); in xfrm_update_ae_params() 1099 put_unaligned(x->stats.replay, &p->stats.replay); in copy_to_user_state() 1361 &x->replay); in copy_to_user_state_extra() [all …]
|
| /linux-6.15/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-6.15/Documentation/networking/ |
| H A D | xfrm_sync.rst | 19 ensure proper decay of SAs) and replay counters to avoid replay attacks 27 know if the replay sequence threshold is reached or 10 secs have passed" 36 - the replay sequence for both inbound and outbound 67 XFRM_AE_RTHR=1, /* replay threshold*/ 68 XFRM_AE_RVAL=2, /* replay value */ 71 XFRM_AE_CR=16, /* Event cause is replay update */ 94 b)replay value (XFRMA_REPLAY_VAL) 96 This TLV carries the running/current counter for replay sequence since 99 c)replay threshold (XFRMA_REPLAY_THRESH) 102 when the replay sequence is exceeded. [all …]
|
| H A D | mac80211-injection.rst | 71 facilitating replay of captured radiotap headers directly.
|
| /linux-6.15/drivers/input/ |
| H A D | ff-memless.c | 87 if (state->effect->replay.length) { in calculate_next_time() 168 } else if (envelope->fade_length && effect->replay.length && in apply_envelope() 364 } else if (effect->replay.length && in ml_get_combo_effect() 373 msecs_to_jiffies(effect->replay.delay); in ml_get_combo_effect() 375 msecs_to_jiffies(effect->replay.length); in ml_get_combo_effect() 441 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_playback() 443 msecs_to_jiffies(state->effect->replay.length); in ml_ff_playback() 471 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_upload() 473 msecs_to_jiffies(state->effect->replay.length); in ml_ff_upload()
|
| H A D | input-compat.h | 43 struct ff_replay replay; member
|
| /linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_replay.c | 406 static void dmub_replay_construct(struct dmub_replay *replay, struct dc_context *ctx) in dmub_replay_construct() argument 408 replay->ctx = ctx; in dmub_replay_construct() 409 replay->funcs = &replay_funcs; in dmub_replay_construct() 417 struct dmub_replay *replay = kzalloc(sizeof(struct dmub_replay), GFP_KERNEL); in dmub_replay_create() local 419 if (replay == NULL) { in dmub_replay_create() 424 dmub_replay_construct(replay, ctx); in dmub_replay_create() 426 return replay; in dmub_replay_create()
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmmgp100.c | 572 if (vmm->replay) { in gp100_vmm_join() 610 bool replay; in gp100_vmm_new_() local 613 replay = args->v0.fault_replay != 0; in gp100_vmm_new_() 616 replay = false; in gp100_vmm_new_() 624 (*pvmm)->replay = replay; in gp100_vmm_new_()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 11 'perf sched' {record|latency|map|replay|script|timehist} 46 'perf sched replay' to simulate the workload that was recorded 49 threads can then replay the timings (CPU runtime and sleep patterns) 232 OPTIONS for 'perf sched replay'
|
| /linux-6.15/drivers/virt/coco/sev-guest/ |
| H A D | Kconfig | 9 alter, drop or replay the messages sent. The driver provides
|
| /linux-6.15/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-6.15/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-6.15/sound/firewire/ |
| H A D | amdtp-stream.c | 582 if (!d->replay.enable || !s->ctx_data.rx.replay_target) { in pool_seq_descs() 585 if (!d->replay.on_the_fly) { in pool_seq_descs() 1317 if (d->replay.enable) in process_rx_packets_intermediately() 1360 if (d->replay.enable) in process_tx_packets() 1603 if (d->replay.enable && !d->replay.on_the_fly) { in irq_target_callback_skip() 1749 if (s->domain->replay.enable) { in amdtp_stream_start() 1859 if (s->domain->replay.enable) in amdtp_stream_start() 1955 if (s->domain->replay.enable) in amdtp_stream_stop() 2102 d->replay.enable = replay_seq; in amdtp_domain_start() 2103 d->replay.on_the_fly = replay_on_the_fly; in amdtp_domain_start()
|
| H A D | amdtp-stream.h | 324 } replay; member
|
| /linux-6.15/drivers/infiniband/sw/rxe/ |
| H A D | rxe_resp.c | 612 res->replay = 0; in rxe_prepare_res() 657 if (res && res->replay) in process_flush() 706 if (!res->replay) { in atomic_reply() 749 if (res->replay) in atomic_write_reply() 897 if (!res->replay || qp->resp.length == 0) { in read_reply() 969 if (!res->replay) in read_reply() 1302 res->replay = 1; in duplicate_request() 1346 res->replay = 1; in duplicate_request() 1364 res->replay = 1; in duplicate_request()
|
| /linux-6.15/net/netfilter/ |
| H A D | nfnetlink.c | 229 replay: in nfnetlink_rcv_msg() 311 goto replay; in nfnetlink_rcv_msg() 385 replay: in nfnetlink_rcv_batch() 572 goto replay; in nfnetlink_rcv_batch()
|
| /linux-6.15/drivers/hid/usbhid/ |
| H A D | hid-pidff.c | 388 effect->replay.length); in pidff_set_effect_report() 406 effect->replay.delay); in pidff_set_effect_report() 418 return effect->replay.length != old->replay.length || in pidff_needs_set_effect() 422 effect->replay.delay != old->replay.delay; in pidff_needs_set_effect()
|
| /linux-6.15/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-6.15/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A D | mmu.h | 66 bool replay; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | input.h | 459 struct ff_replay replay; member
|
| /linux-6.15/drivers/input/misc/ |
| H A D | cs40l50-vibra.c | 362 usleep_range(work_data->effect->replay.length, in cs40l50_start_worker() 363 work_data->effect->replay.length + 100); in cs40l50_start_worker()
|