| /kernel/linux/linux-6.6/Documentation/locking/ |
| D | locktypes.rst | 15 - Sleeping locks 26 Sleeping locks 29 Sleeping locks can only be acquired in preemptible task context. 34 versions of these primitives. In short, don't acquire sleeping locks from 37 Sleeping lock types: 46 On PREEMPT_RT kernels, these lock types are converted to sleeping locks: 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 [all …]
|
| D | mutex-design.rst | 15 or similar theoretical text books. Mutexes are sleeping locks which 57 for sleeping lock implementation. An important feature of the customized 71 task and busy-waiting for a few cycles instead of immediately sleeping,
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| D | locktypes.rst | 15 - Sleeping locks 26 Sleeping locks 29 Sleeping locks can only be acquired in preemptible task context. 34 versions of these primitives. In short, don't acquire sleeping locks from 37 Sleeping lock types: 46 On PREEMPT_RT kernels, these lock types are converted to sleeping locks: 515 - Lock types of the same lock category (sleeping, CPU local, spinning) 519 - Sleeping lock types cannot nest inside CPU local and spinning lock types. 521 - CPU local and spinning lock types can nest inside sleeping lock types. 528 rwlock_t from spinning to sleeping and substitutes local_lock with a [all …]
|
| D | mutex-design.rst | 15 or similar theoretical text books. Mutexes are sleeping locks which 57 for sleeping lock implementation. An important feature of the customized 71 task and busy-waiting for a few cycles instead of immediately sleeping,
|
| /kernel/linux/linux-6.6/Documentation/timers/ |
| D | timers-howto.rst | 63 SLEEPING FOR "A FEW" USECS ( < ~10us? ): 73 SLEEPING FOR ~USECS OR SMALL MSECS ( 10us - 20ms): 103 SLEEPING FOR LARGER MSECS ( 10ms+ ) 114 FLEXIBLE SLEEPING (any delay, uninterruptible)
|
| /kernel/linux/linux-5.10/Documentation/timers/ |
| D | timers-howto.rst | 63 SLEEPING FOR "A FEW" USECS ( < ~10us? ): 73 SLEEPING FOR ~USECS OR SMALL MSECS ( 10us - 20ms): 103 SLEEPING FOR LARGER MSECS ( 10ms+ ) 114 FLEXIBLE SLEEPING (any delay, uninterruptible)
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | ttm_lock.h | 98 * @interruptible: Interruptible sleeping while waiting for a lock. 110 * @interruptible: Interruptible sleeping while waiting for a lock. 136 * @interruptible: Interruptible sleeping while waiting for a lock. 175 * @interruptible: Interruptible sleeping while waiting for a lock. 210 * @interruptible: Interruptible sleeping while waiting for a lock.
|
| /kernel/linux/linux-5.10/drivers/macintosh/ |
| D | via-pmu-backlight.c | 21 static int sleeping, uses_pmu_bl; variable 106 /* Don't update brightness when sleeping */ in pmu_backlight_update_status() 107 if (!sleeping) in pmu_backlight_update_status() 125 sleeping = sleep; in pmu_backlight_set_sleep()
|
| /kernel/linux/linux-6.6/drivers/macintosh/ |
| D | via-pmu-backlight.c | 20 static int sleeping, uses_pmu_bl; variable 100 /* Don't update brightness when sleeping */ in pmu_backlight_update_status() 101 if (!sleeping) in pmu_backlight_update_status() 119 sleeping = sleep; in pmu_backlight_set_sleep()
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | vcpu-requests.rst | 54 2) Waking a sleeping VCPU. Sleeping VCPUs are VCPU threads outside guest 59 sleeping, then there is nothing to do. 151 from VCPUs running in guest mode. That is, sleeping VCPUs do not need 152 to be awaken for these requests. Sleeping VCPUs will handle the 160 If, for example, the VCPU is sleeping, so no IPI is necessary, then 277 Sleeping VCPUs
|
| /kernel/linux/linux-6.6/Documentation/virt/kvm/ |
| D | vcpu-requests.rst | 56 2) Waking a sleeping VCPU. Sleeping VCPUs are VCPU threads outside guest 61 sleeping, then there is nothing to do. 153 from VCPUs running in guest mode. That is, sleeping VCPUs do not need 154 to be awakened for these requests. Sleeping VCPUs will handle the 162 If, for example, the VCPU is sleeping, so no IPI is necessary, then 279 Sleeping VCPUs
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_f01.txt | 13 - syna,nosleep-mode: If set the device will run at full power without sleeping. 15 setting, 1 will disable nosleep (allow sleeping),
|
| /kernel/linux/linux-5.10/Documentation/accounting/ |
| D | cgroupstats.rst | 29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
| /kernel/linux/linux-5.10/include/linux/pinctrl/ |
| D | pinctrl-state.h | 25 * but not fully sleeping - some power may be on but clocks gated for 29 * when the pins are sleeping. This is a state where the system is in
|
| /kernel/linux/linux-6.6/include/linux/pinctrl/ |
| D | pinctrl-state.h | 25 * but not fully sleeping - some power may be on but clocks gated for 29 * when the pins are sleeping. This is a state where the system is in
|
| /kernel/linux/linux-6.6/Documentation/accounting/ |
| D | cgroupstats.rst | 29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
| /kernel/linux/linux-6.6/kernel/dma/ |
| D | remap.c | 20 * Cannot be used in non-sleeping contexts 36 * Cannot be used in non-sleeping contexts
|
| /kernel/linux/linux-5.10/kernel/dma/ |
| D | remap.c | 20 * Cannot be used in non-sleeping contexts 36 * Cannot be used in non-sleeping contexts
|
| /kernel/linux/linux-6.6/arch/arm/mach-pxa/ |
| D | pm.c | 38 /* before sleeping, calculate and save a checksum */ in pxa_pm_enter() 47 /* after sleeping, validate the checksum */ in pxa_pm_enter()
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | pm.c | 38 /* before sleeping, calculate and save a checksum */ in pxa_pm_enter() 47 /* after sleeping, validate the checksum */ in pxa_pm_enter()
|
| /kernel/linux/linux-6.6/kernel/ |
| D | workqueue_internal.h | 37 int sleeping; /* S: is worker sleeping? */ member
|
| /kernel/linux/linux-5.10/Documentation/scheduler/ |
| D | sched-arch.rst | 63 sleeping idle functions. 73 sh64 - Is sleeping racy vs interrupts? (See #4a)
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | Kconfig.profile | 64 Before sleeping waiting for a request (GPU operation) to complete, 81 By stopping submission and sleeping for a short time before resetting
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | Kconfig.profile | 96 Before sleeping waiting for a request (GPU operation) to complete, 113 By stopping submission and sleeping for a short time before resetting
|
| /kernel/linux/linux-6.6/tools/laptop/dslm/ |
| D | dslm.c | 40 state = 0; /* "sleeping"; */ in check_powermode() 52 if (i == 0) return "sleeping"; in state_name()
|