Home
last modified time | relevance | path

Searched refs:throttling (Results 1 – 25 of 31) sorted by relevance

12

/external/ltp/testcases/kernel/controllers/io-throttle/
Dio_throttle_testplan.txt2 verify the effectiveness of the block device I/O throttling capabilities for
24 - 1 single stream per cgroup using leaky-bucket I/O throttling
25 - 1 single stream per cgroup using token-bucket I/O throttling
26 - 2 parallel streams per cgroup using leaky-bucket I/O throttling
27 - 2 parallel streams per cgroup using token-bucket I/O throttling
28 - 4 parallel streams per cgroup using leaky-bucket I/O throttling
29 - 4 parallel streams per cgroup using token-bucket I/O throttling
DREADME10 The aim of the tests is to check the block device I/O throttling functionality
/external/llvm-project/openmp/runtime/test/tasking/
Domp_fill_taskqueue.c32 int throttling = strcmp(getenv("KMP_ENABLE_TASK_THROTTLING"), "1") == 0; in main() local
49 failed = throttling ? enqueued == NUM_TASKS : enqueued < NUM_TASKS; in main()
/external/mesa3d/src/gallium/targets/d3dadapter9/
Ddrm.c249 ctx->base.throttling = ctx->base.throttling_value > 0; in drm_create_adapter()
258 ctx->base.throttling = FALSE; in drm_create_adapter()
260 ctx->base.throttling = TRUE; in drm_create_adapter()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/lmh_sensor_interrupt/
Dformat12 print fmt: "Sensor:[%s] throttling intensity:%u", __get_str(_name), REC->reading
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/lmh_sensor_reading/
Dformat12 print fmt: "Sensor:[%s] throttling intensity:%u", __get_str(_name), REC->reading
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServiceConfigUtil.java91 Map<String, Object> throttling = getObject(serviceConfig, retryThrottlingKey); in getThrottlePolicy() local
93 float maxTokens = getDouble(throttling, "maxTokens").floatValue(); in getThrottlePolicy()
94 float tokenRatio = getDouble(throttling, "tokenRatio").floatValue(); in getThrottlePolicy()
/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.h38 BOOL throttling; member
Dswapchain9.c239 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0; in NineSwapChain9_Resize()
/external/mesa3d/docs/relnotes/
D20.1.4.rst49 - panfrost: Revert "Disable frame throttling"
D10.0.1.rst66 - Enable throttling in SwapBuffers
D7.10.rst1275 - intel: Fix the client-side swapbuffers throttling.
1276 - Revert "intel: Fix the client-side swapbuffers throttling."
1398 - intel: Only do frame throttling at glFlush time when using
D19.1.0.rst684 - d3dadapter9: Revert to old throttling limit value
3110 - iris: Drop vestiges of throttling code
3726 - st/dri: simplify throttling code
D20.0.0.rst138 - swapchain throttling: wait for fence has 1ns timeout
1057 - freedreno: Enable texture upload memory throttling.
D19.3.0.rst389 - panfrost: Disable frame throttling
2111 - dri: Avoid swapbuffer throttling in glXCopySubBufferMESA
/external/arm-trusted-firmware/docs/process/
Dsecurity-hardening.rst26 have a mechanism for throttling or ignoring normal world requests.
/external/timezone-boundary-builder/
DCHANGELOG.md164 - Add download throttling of publicly available Overpass API
/external/python/cryptography/docs/hazmat/primitives/
Dtwofactor.rst108 that the server that validates the token implement a throttling scheme that
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-exegesis.rst202 On choosing the "right" sampling period, a small value is preferred, but throttling
/external/autotest/
Dglobal_config.ini111 # Enable test result throttling.
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m525 GTMLoggerDebug(@"Within throttling interval, not sending report");
/external/mesa3d/docs/gallium/
Dcontext.rst461 unreliable due to things like throttling etc. - only if this is FALSE
Dscreen.rst540 execution. 0 = throttling is disabled.
/external/rust/crates/tokio/
DCHANGELOG.md1013 - `time::throttle` for throttling streams ([#1949]).
/external/kotlinx.coroutines/
DCHANGES.md776 …` instead of `setTimeout` for coroutines inside the browser to avoid timeout throttling (see #194).

12