Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dselftest_guc.c318 bool spinning = false; in intel_guc_fast_request() local
338 spinning = true; in intel_guc_fast_request()
382 spinning = false; in intel_guc_fast_request()
394 if (spinning) in intel_guc_fast_request()
/linux-6.15/Documentation/locking/
H A Dlocktypes.rst71 On non-PREEMPT_RT kernels, these lock types are also spinning locks:
214 raw_spinlock_t is a strict spinning lock implementation in all kernels,
301 Non-PREEMPT_RT kernels implement rwlock_t as a spinning lock and the
512 - Lock types of the same lock category (sleeping, CPU local, spinning)
516 - Sleeping lock types cannot nest inside CPU local and spinning lock types.
518 - CPU local and spinning lock types can nest inside sleeping lock types.
525 rwlock_t from spinning to sleeping and substitutes local_lock with a
H A Dmutex-design.rst45 (ii) midpath: aka optimistic spinning, tries to spin for acquisition
54 to acquire the lock spinning on a local variable. It avoids expensive
56 incur. An MCS-like lock is specially tailored for optimistic spinning
H A Dww-mutex-design.rst96 block on the contending lock (preventing spinning through the -EDEADLK
H A Dhwspinlock.rst440 spinning on a lock, and can be used by the underlying implementation to force
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio-sps307 to its maximum speed and keeps spinning for about 10 seconds in
/linux-6.15/Documentation/filesystems/ext4/
H A Dallocators.rst7 generally a desirably quality of a filesystem. On a spinning disk,
53 the end of a spinning drive get a raw deal performance-wise.
/linux-6.15/fs/bcachefs/
H A DKconfig90 bool "Optimistic spinning for six locks"
/linux-6.15/Documentation/hwmon/
H A Dw83627ehf.rst192 minimum fan speed (range 1 - 255) when spinning up
196 minimum fan speed (range 1 - 255) when spinning down
H A Dlm85.rst217 - temperature below which fans should be off or spinning very low.
239 the behaviour of fans. Write 1 to let fans spinning at
H A Ddme1737.rst213 fan either turns completely off or keeps spinning with the low-speed
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm283x.dtsi9 * spinning.
/linux-6.15/Documentation/kernel-hacking/
H A Dfalse-sharing.rst69 could write to the data, while other CPUs are busy spinning the lock.
H A Dlocking.rst107 (spinning) until you can. Spinlocks are very small and fast, and can be
/linux-6.15/Documentation/mm/
H A Dpage_migration.rst126 become possible again. Processes will move from spinning on the lock
/linux-6.15/Documentation/RCU/
H A Dstallwarn.rst277 the stalled CPU is spinning with interrupts are disabled, or, in -rt
486 non-zero, but could be zero, for example, if the CPU was spinning
H A Dchecklist.rst305 spinning on the lock could prevent the grace period
/linux-6.15/Documentation/cdrom/
H A Dcdrom-standard.rst337 should only be concerned with proper initialization, such as spinning
344 Device-specific actions should be taken such as spinning down the device.
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst933 want every other CPU in the machine spinning on the CIL lock. Given that
936 significant concern. Preventing lots of CPUs spinning doing nothing is the
/linux-6.15/arch/riscv/
H A DKconfig1034 gets chosen via lottery and all other keep spinning on a percpu
/linux-6.15/kernel/trace/
H A DKconfig442 spinning in a loop looking for interruptions caused by
/linux-6.15/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst116 rimane in attesa attiva (in inglese *spinning*) finché non ci riesce.
/linux-6.15/Documentation/scsi/
H A Dncr53c8xx.rst1399 while spinning up, it rejects Tagged commands. This behaviour is
/linux-6.15/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst1258 An enabled fan in level "auto" may stop spinning if the EC decides the
/linux-6.15/arch/x86/
H A DKconfig816 (for example, block the virtual CPU rather than spinning).