/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.c | 874 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_replay_allow_active() local 877 if (replay == NULL && force_static) in edp_set_replay_allow_active() 885 if (replay != NULL && link->replay_settings.replay_feature_enabled && in edp_set_replay_allow_active() 886 replay->funcs->replay_set_power_opt) { in edp_set_replay_allow_active() 887 replay->funcs->replay_set_power_opt(replay, *power_opts, panel_inst); in edp_set_replay_allow_active() 896 if (replay != NULL && link->replay_settings.replay_feature_enabled) in edp_set_replay_allow_active() 897 replay->funcs->replay_enable(replay, *allow_activ in edp_set_replay_allow_active() 907 struct dmub_replay *replay = dc->res_pool->replay; edp_get_replay_state() local 925 struct dmub_replay *replay; edp_setup_replay() local 1000 struct dmub_replay *replay = dc->res_pool->replay; edp_set_coasting_vtotal() local 1021 struct dmub_replay *replay = dc->res_pool->replay; edp_replay_residency() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_std_types_flow_action.c | 91 static int flow_action_esp_replay_none(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_none() argument 95 * replay protection to a disabled one. This is only supported via in flow_action_esp_replay_none() 102 static int flow_action_esp_replay_def_ok(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_def_ok() argument 105 /* Some replay protections could always be enabled without validating in flow_action_esp_replay_def_ok() 111 static int (* const flow_action_esp_replay_validate[])(struct ib_flow_action_attrs_esp_replays *replay, 221 struct ib_flow_action_attrs_esp_replays replay; member 279 esp_attr->replay.protocol = in parse_flow_action_esp() 283 ret = uverbs_copy_from_or_zero(&esp_attr->replay.replay, in parse_flow_action_esp() 289 ret = flow_action_esp_replay_validate[esp_attr->replay in parse_flow_action_esp() [all...] |
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_replay.c | 3 * xfrm_replay.c - xfrm replay detection, derived from xfrm_state.c. 54 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify() 55 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) { in xfrm_replay_notify() 65 if (memcmp(&x->replay, &x->preplay, in xfrm_replay_notify() 74 memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state)); in xfrm_replay_notify() 90 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; in xfrm_replay_overflow() 92 if (unlikely(x->replay.oseq == 0) && in xfrm_replay_overflow() 94 x->replay.oseq--; in xfrm_replay_overflow() 119 if (likely(seq > x->replay.seq)) in xfrm_replay_check() 122 diff = x->replay in xfrm_replay_check() [all...] |
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_replay.c | 3 * xfrm_replay.c - xfrm replay detection, derived from xfrm_state.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 in xfrm_replay_check_legacy() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | vrf-xfrm-tests.sh | 266 replay-window 4 replay-oseq 0x4 \ 273 replay-window 4 replay-oseq 0x4 \ 281 replay-window 4 replay-oseq 0x4 \ 288 replay-window 4 replay-oseq 0x4 \ 296 replay-window 4 replay [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | vrf-xfrm-tests.sh | 266 replay-window 4 replay-oseq 0x4 \ 273 replay-window 4 replay-oseq 0x4 \ 281 replay-window 4 replay-oseq 0x4 \ 288 replay-window 4 replay-oseq 0x4 \ 296 replay-window 4 replay [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 140 bool replay) = 0; 149 bool replay) = 0; 257 bool replay) override; 266 bool replay) override; 349 bool replay) in initRayTracingShaders() 352 DE_UNREF(replay); in initRayTracingShaders() 371 bool replay) in initShaderBindingTables() 376 if (!replay) // capture phase in initShaderBindingTables() 403 else // replay phase in initShaderBindingTables() 522 bool replay) overrid 344 initRayTracingShaders(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, bool replay) initRayTracingShaders() argument 363 initShaderBindingTables(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, PipelineData& pipelineData, bool replay) initShaderBindingTables() argument 667 initRayTracingShaders(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, bool replay) initRayTracingShaders() argument 684 initShaderBindingTables(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, PipelineData& pipelineData, bool replay) initShaderBindingTables() argument 912 runTest(bool replay) runTest() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 140 bool replay) = 0; 149 bool replay) = 0; 257 bool replay) override; 266 bool replay) override; 349 bool replay) in initRayTracingShaders() 352 DE_UNREF(replay); in initRayTracingShaders() 371 bool replay) in initShaderBindingTables() 376 if (!replay) // capture phase in initShaderBindingTables() 403 else // replay phase in initShaderBindingTables() 522 bool replay) overrid 344 initRayTracingShaders(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, bool replay) initRayTracingShaders() argument 363 initShaderBindingTables(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, PipelineData& pipelineData, bool replay) initShaderBindingTables() argument 667 initRayTracingShaders(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, bool replay) initRayTracingShaders() argument 684 initShaderBindingTables(de::MovePtr<RayTracingPipeline>& rayTracingPipeline, Context& context, const DeviceInterface& vkd, const VkDevice device, TestParams& testParams, deUint32 shaderGroupHandleSize, deUint32 shaderGroupBaseAlignment, PipelineData& pipelineData, bool replay) initShaderBindingTables() argument 925 runTest(bool replay) runTest() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_replay.c | 134 * Setup Replay by programming phy registers and sending replay hw context values to firmware. 273 static void dmub_replay_construct(struct dmub_replay *replay, struct dc_context *ctx) in dmub_replay_construct() argument 275 replay->ctx = ctx; in dmub_replay_construct() 276 replay->funcs = &replay_funcs; in dmub_replay_construct() 284 struct dmub_replay *replay = kzalloc(sizeof(struct dmub_replay), GFP_KERNEL); in dmub_replay_create() local 286 if (replay == NULL) { in dmub_replay_create() 291 dmub_replay_construct(replay, ctx); in dmub_replay_create() 293 return replay; in dmub_replay_create()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | ff-memless.c | 90 if (state->effect->replay.length) { in calculate_next_time() 171 } else if (envelope->fade_length && effect->replay.length && in apply_envelope() 367 } else if (effect->replay.length && in ml_get_combo_effect() 376 msecs_to_jiffies(effect->replay.delay); in ml_get_combo_effect() 378 msecs_to_jiffies(effect->replay.length); in ml_get_combo_effect() 446 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_playback() 448 msecs_to_jiffies(state->effect->replay.length); in ml_ff_playback() 476 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_upload() 478 msecs_to_jiffies(state->effect->replay.length); in ml_ff_upload()
|
H A D | input-compat.h | 43 struct ff_replay replay; member
|
/kernel/linux/linux-6.6/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() 443 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_playback() 445 msecs_to_jiffies(state->effect->replay.length); in ml_ff_playback() 473 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_upload() 475 msecs_to_jiffies(state->effect->replay.length); in ml_ff_upload()
|
H A D | input-compat.h | 43 struct ff_replay replay; member
|
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunnerTest.java | 143 EasyMock.replay(mockIFolderBuildInfo); in getMockBuildHelper() 276 EasyMock.replay(mockDevice, mockIDevice); in testGlesVersion() 277 EasyMock.replay(mockListener); in testGlesVersion() 420 EasyMock.replay(mockDevice, mockIDevice); in testResultCode() 421 EasyMock.replay(mockListener); in testResultCode() 583 EasyMock.replay(mockDevice, mockIDevice); in testRun_multipleTests() 584 EasyMock.replay(mockListener); in testRun_multipleTests() 682 EasyMock.replay(mockDevice, mockIDevice); in testFiltering() 683 EasyMock.replay(mockListener); in testFiltering() 825 EasyMock.replay(mockListene in testRun_excludeAll() [all...] |
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 281 || old->replay.length != new->replay.length in need_core() 282 || old->replay.delay != new->replay.delay) in need_core() 327 /* BUG: perhaps we should replay n times, instead of 1. But we do not know n */ in make_core() 386 effect->replay.length, in iforce_upload_periodic() 387 effect->replay.delay, in iforce_upload_periodic() 446 effect->replay.length, in iforce_upload_constant() 447 effect->replay.delay, in iforce_upload_constant() 512 effect->replay in iforce_upload_condition() [all...] |
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 281 || old->replay.length != new->replay.length in need_core() 282 || old->replay.delay != new->replay.delay) in need_core() 327 /* BUG: perhaps we should replay n times, instead of 1. But we do not know n */ in make_core() 386 effect->replay.length, in iforce_upload_periodic() 387 effect->replay.delay, in iforce_upload_periodic() 446 effect->replay.length, in iforce_upload_constant() 447 effect->replay.delay, in iforce_upload_constant() 512 effect->replay in iforce_upload_condition() [all...] |
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ServiceTest.java | 90 control.replay(); in testCallMethod() 134 control.replay(); in testStub() 163 control.replay(); in testBlockingStub() 192 control.replay(); in testNewReflectiveService() 214 control.replay(); in testNewReflectiveBlockingService()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ServiceTest.java | 90 control.replay(); in testCallMethod() 132 control.replay(); in testStub() 163 control.replay(); in testBlockingStub() 190 control.replay(); in testNewReflectiveService() 210 control.replay(); in testNewReflectiveBlockingService()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmgp100.c | 566 if (vmm->replay) { in gp100_vmm_join() 604 bool replay; in gp100_vmm_new_() local 607 replay = args->v0.fault_replay != 0; in gp100_vmm_new_() 610 replay = false; in gp100_vmm_new_() 618 (*pvmm)->replay = replay; in gp100_vmm_new_()
|
/kernel/linux/linux-6.6/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_()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv.cpp | 819 * converting a replay buffer will not result in a replay. 820 * This is because a replay is necessary only after the _continuation_ of a 821 * partial match failed, but a replay buffer is converted as a whole. 823 * but there will not be a continuation _during_ the replay which could fail. 826 * recursively in a way that causes another replay to be stored, but that 844 UChar replay[UCNV_EXT_MAX_UCHARS]; in _fromUnicodeWithCallback() local 880 * We need to "replay" them from a temporary buffer and convert them first. in _fromUnicodeWithCallback() 887 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback() 888 pArgs->source=replay; in _fromUnicodeWithCallback() 1289 char replay[UCNV_EXT_MAX_BYTES]; _toUnicodeWithCallback() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv.cpp | 819 * converting a replay buffer will not result in a replay. 820 * This is because a replay is necessary only after the _continuation_ of a 821 * partial match failed, but a replay buffer is converted as a whole. 823 * but there will not be a continuation _during_ the replay which could fail. 826 * recursively in a way that causes another replay to be stored, but that 844 char16_t replay[UCNV_EXT_MAX_UCHARS]; in _fromUnicodeWithCallback() local 880 * We need to "replay" them from a temporary buffer and convert them first. in _fromUnicodeWithCallback() 887 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback() 888 pArgs->source=replay; in _fromUnicodeWithCallback() 1289 char replay[UCNV_EXT_MAX_BYTES]; _toUnicodeWithCallback() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv.cpp | 812 * converting a replay buffer will not result in a replay. 813 * This is because a replay is necessary only after the _continuation_ of a 814 * partial match failed, but a replay buffer is converted as a whole. 816 * but there will not be a continuation _during_ the replay which could fail. 819 * recursively in a way that causes another replay to be stored, but that 837 UChar replay[UCNV_EXT_MAX_UCHARS]; in _fromUnicodeWithCallback() local 873 * We need to "replay" them from a temporary buffer and convert them first. in _fromUnicodeWithCallback() 880 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback() 881 pArgs->source=replay; in _fromUnicodeWithCallback() 1282 char replay[UCNV_EXT_MAX_BYTES]; _toUnicodeWithCallback() local [all...] |
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | amdtp-stream.c | 575 if (!d->replay.enable || !s->ctx_data.rx.replay_target) { in pool_seq_descs() 578 if (!d->replay.on_the_fly) { in pool_seq_descs() 939 // sequence replay. in generate_tx_packet_descs() 950 // asynchronous transaction. The sequence replay is impossible due in generate_tx_packet_descs() 1284 if (d->replay.enable) in process_rx_packets_intermediately() 1327 if (d->replay.enable) in process_tx_packets() 1570 if (d->replay.enable && !d->replay.on_the_fly) { in irq_target_callback_skip() 1716 if (s->domain->replay.enable) { in amdtp_stream_start() 1826 if (s->domain->replay in amdtp_stream_start() [all...] |
/third_party/mesa3d/.gitlab-ci/fossils/ |
H A D | fossils.sh | 68 fossilize-replay --num-threads 4 $fossil 1>&2 2> $FOSSILS_RESULTS/fossil_replay.txt
|