Searched refs:spinning (Results 1 – 25 of 25) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | selftest_guc.c | 318 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/ |
D | locktypes.rst | 71 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
|
D | mutex-design.rst | 45 (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
|
D | ww-mutex-design.rst | 96 block on the contending lock (preventing spinning through the -EDEADLK
|
D | hwspinlock.rst | 495 spinning on a lock, and can be used by the underlying implementation to force
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-sps30 | 7 to its maximum speed and keeps spinning for about 10 seconds in
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | allocators.rst | 7 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/ |
D | Kconfig | 81 bool "Optimistic spinning for six locks"
|
/linux-6.12.1/Documentation/hwmon/ |
D | w83627ehf.rst | 192 minimum fan speed (range 1 - 255) when spinning up 196 minimum fan speed (range 1 - 255) when spinning down
|
D | lm85.rst | 217 - temperature below which fans should be off or spinning very low. 239 the behaviour of fans. Write 1 to let fans spinning at
|
D | dme1737.rst | 213 fan either turns completely off or keeps spinning with the low-speed
|
/linux-6.12.1/Documentation/kernel-hacking/ |
D | false-sharing.rst | 69 could write to the data, while other CPUs are busy spinning the lock.
|
D | locking.rst | 107 (spinning) until you can. Spinlocks are very small and fast, and can be
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm283x.dtsi | 9 * spinning.
|
/linux-6.12.1/Documentation/mm/ |
D | page_migration.rst | 126 become possible again. Processes will move from spinning on the lock
|
/linux-6.12.1/Documentation/RCU/ |
D | stallwarn.rst | 270 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
|
D | checklist.rst | 305 spinning on the lock could prevent the grace period
|
/linux-6.12.1/Documentation/cdrom/ |
D | cdrom-standard.rst | 337 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/ |
D | xfs-delayed-logging-design.rst | 933 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/ |
D | Kconfig | 865 gets chosen via lottery and all other keep spinning on a percpu
|
/linux-6.12.1/kernel/trace/ |
D | Kconfig | 411 spinning in a loop looking for interruptions caused by
|
/linux-6.12.1/Documentation/translations/it_IT/kernel-hacking/ |
D | locking.rst | 116 rimane in attesa attiva (in inglese *spinning*) finché non ci riesce.
|
/linux-6.12.1/Documentation/scsi/ |
D | ncr53c8xx.rst | 1399 while spinning up, it rejects Tagged commands. This behaviour is
|
/linux-6.12.1/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 1254 An enabled fan in level "auto" may stop spinning if the EC decides the
|
/linux-6.12.1/arch/x86/ |
D | Kconfig | 821 (for example, block the virtual CPU rather than spinning).
|