Home
last modified time | relevance | path

Searched full:idling (Results 1 – 25 of 61) sorted by relevance

123

/linux/Documentation/block/
H A Dbfq-iosched.rst185 a new request in time. Device idling typically boosts the
188 addition, under BFQ, device idling is also instrumental in
193 - With respect to idling for service guarantees, if several
197 idling the device. Throughput is thus as high as possible in
201 (typically NCQ), device idling happens to be always detrimental
202 to throughput. So, with these devices, BFQ performs idling
221 - BFQ automatically deactivates idling for queues born in a burst of
284 guarantees the expected throughput distribution without ever idling
332 slice_idle is a non-zero value. Idling has a double purpose: boosting
337 As for throughput, idling can be very helpful on highly seeky media
[all …]
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h206 … IDLE_STATUS_RXMAC 1 /* 1: RXMAC state machine is in non-IDLE state. 0: RXMAC is idling */
207 … IDLE_STATUS_TXMAC 2 /* 1: TXMAC state machine is in non-IDLE state. 0: TXMAC is idling */
208 … IDLE_STATUS_RXQ 4 /* 1: RXQ state machine is in non-IDLE state. 0: RXQ is idling */
209 … IDLE_STATUS_TXQ 8 /* 1: TXQ state machine is in non-IDLE state. 0: TXQ is idling */
210 … IDLE_STATUS_DMAR 0x10 /* 1: DMAR state machine is in non-IDLE state. 0: DMAR is idling */
211 … IDLE_STATUS_DMAW 0x20 /* 1: DMAW state machine is in non-IDLE state. 0: DMAW is idling */
212 … IDLE_STATUS_SMB 0x40 /* 1: SMB state machine is in non-IDLE state. 0: SMB is idling */
213 … IDLE_STATUS_CMB 0x80 /* 1: CMB state machine is in non-IDLE state. 0: CMB is idling */
/linux/include/crypto/internal/
H A Dengine.h24 * @idling: the engine is entering idle state
49 bool idling; member
/linux/sound/firewire/tascam/
H A Dtascam-transaction.c165 port->idling = true; in async_midi_port_callback()
179 if (!port->idling || port->error) in midi_port_work()
215 port->idling = false; in midi_port_work()
239 port->idling = true; in snd_fw_async_midi_port_init()
H A Dtascam.h50 bool idling; member
/linux/block/
H A Dbfq-iosched.c173 /* Idling period duration, in ns. */
322 * b) make BFQ uselessly perform device idling; device idling results
1292 * or device idling to their queues, unless these queues must be
1304 * which also implies idling the device for it, is almost always
1331 * idling depending on which choice boosts the throughput more. The
1504 * - BFQQE_NO_MORE_REQUESTS bfqq did not enjoy any device idling
1508 * - BFQQE_TOO_IDLE bfqq did enjoy device idling, but did not issue
1509 * a new request before the expiration of the idling-time.
1515 * idling, I/O throttling somewhere in the path from the process to
2158 * since the first detection. If wakeups are rare, pointless idling in bfq_check_waker()
[all …]
H A Dbfq-iosched.h584 * idling).
616 * Timer set when idling (waiting) for the next request from
710 /* maximum idling time */
727 * Force device idling whenever needed to provide accurate
730 * of useless idling for processes that did stop doing I/O.
862 * without idling the device
906 * queue has been idling for
943 /* time spent idling for this blkcg_gq */
/linux/crypto/
H A Dcrypto_engine.c89 /* If another context is idling then defer */ in crypto_pump_requests()
90 if (engine->idling) { in crypto_pump_requests()
108 engine->idling = true; in crypto_pump_requests()
116 engine->idling = false; in crypto_pump_requests()
505 engine->idling = false; in crypto_engine_alloc_init_and_set()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst224 spent idling for one of the queues of the cgroup. This is in
231 This is the amount of time spent by the IO scheduler idling for a
234 when the cgroup is in an idling state, the stat will only report the
/linux/arch/arm/mach-omap2/
H A Dclkt2xxx_dpll.c38 * _deny_idle - prevent DPLL from automatically idling
H A Domap_device.c228 dev_info(dev, "enabled after unload, idling\n"); in _omap_device_notifier_call()
616 dev_warn(dev, "%s: enabled but no driver. Idling\n", in omap_device_late_idle()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_gmch.c59 * Certain Gen5 chipsets require idling the GPU before unmapping anything from
H A Dintel_engine_pm.c68 /* Discard stale context state from across idling */ in __engine_unpark()
/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst119 Forced-idling of hyperthreads
157 and are considered system-wide trusted. The forced-idling of siblings running
/linux/lib/
H A Dnmi_backtrace.c106 pr_warn("NMI backtrace for cpu %d skipped: idling at %pS\n", in nmi_cpu_backtrace()
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti,gpmc.yaml120 Prevent idling the module at init. This is for legacy omap2/3
/linux/tools/sched_ext/
H A Dscx_simple.bpf.c84 * Limit the amount of budget that an idling task can accumulate in BPF_STRUCT_OPS()
/linux/drivers/acpi/
H A DKconfig334 processors in the platform. Currently only logical processor idling
610 like aggressive processor idling, throttling, frequency and/or
/linux/arch/arm/mach-omap1/
H A Dclock.h127 /* Provide a method for preventing idling some ARM IDLECT clocks */
/linux/Documentation/power/
H A Dsuspend-and-interrupts.rst100 system sleep state that works by idling all of the processors and waiting for
/linux/drivers/cpuidle/
H A Dcpuidle-tegra.c273 * terminology for naming of the idling states, while this driver uses the
/linux/Documentation/arch/x86/
H A Dmds.rst193 that stale data from the idling CPU from spilling to the Hyper-Thread
/linux/drivers/gpu/drm/tegra/
H A Dgr2d.c309 * GR2D module shouldn't be reset while hardware is idling, otherwise in gr2d_runtime_suspend()
/linux/net/dccp/ccids/
H A Dccid3.c123 * when idling [RFC 4342, 5.1]. Definition of idling is from rfc3448bis: in ccid3_hc_tx_update_x()
/linux/arch/arm/mach-imx/
H A Dpm-imx5.c48 * to always using this state for cpu idling. The PM_SUSPEND_STANDBY also

123