Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
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.12.1/Documentation/locking/
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
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
Dww-mutex-design.rst96 block on the contending lock (preventing spinning through the -EDEADLK
Dhwspinlock.rst495 spinning on a lock, and can be used by the underlying implementation to force
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-iio-sps307 to its maximum speed and keeps spinning for about 10 seconds in
/linux-6.12.1/Documentation/filesystems/ext4/
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.12.1/fs/bcachefs/
DKconfig81 bool "Optimistic spinning for six locks"
/linux-6.12.1/Documentation/hwmon/
Dw83627ehf.rst192 minimum fan speed (range 1 - 255) when spinning up
196 minimum fan speed (range 1 - 255) when spinning down
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
Ddme1737.rst213 fan either turns completely off or keeps spinning with the low-speed
/linux-6.12.1/Documentation/kernel-hacking/
Dfalse-sharing.rst69 could write to the data, while other CPUs are busy spinning the lock.
Dlocking.rst107 (spinning) until you can. Spinlocks are very small and fast, and can be
/linux-6.12.1/arch/arm/boot/dts/broadcom/
Dbcm283x.dtsi9 * spinning.
/linux-6.12.1/Documentation/mm/
Dpage_migration.rst126 become possible again. Processes will move from spinning on the lock
/linux-6.12.1/Documentation/RCU/
Dstallwarn.rst270 the stalled CPU is spinning with interrupts are disabled, or, in -rt
479 non-zero, but could be zero, for example, if the CPU was spinning
Dchecklist.rst305 spinning on the lock could prevent the grace period
/linux-6.12.1/Documentation/cdrom/
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.12.1/Documentation/filesystems/xfs/
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.12.1/arch/riscv/
DKconfig865 gets chosen via lottery and all other keep spinning on a percpu
/linux-6.12.1/kernel/trace/
DKconfig411 spinning in a loop looking for interruptions caused by
/linux-6.12.1/Documentation/translations/it_IT/kernel-hacking/
Dlocking.rst116 rimane in attesa attiva (in inglese *spinning*) finché non ci riesce.
/linux-6.12.1/Documentation/scsi/
Dncr53c8xx.rst1399 while spinning up, it rejects Tagged commands. This behaviour is
/linux-6.12.1/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst1254 An enabled fan in level "auto" may stop spinning if the EC decides the
/linux-6.12.1/arch/x86/
DKconfig821 (for example, block the virtual CPU rather than spinning).