Home
last modified time | relevance | path

Searched full:sleeping (Results 1 – 25 of 937) sorted by relevance

12345678910>>...38

/kernel/linux/linux-6.6/Documentation/locking/
Dlocktypes.rst15 - 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 …]
Dmutex-design.rst15 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/
Dlocktypes.rst15 - 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 …]
Dmutex-design.rst15 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/
Dtimers-howto.rst63 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/
Dtimers-howto.rst63 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/
Dttm_lock.h98 * @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/
Dvia-pmu-backlight.c21 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/
Dvia-pmu-backlight.c20 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/
Dvcpu-requests.rst54 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/
Dvcpu-requests.rst56 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/
Drmi_f01.txt13 - 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/
Dcgroupstats.rst29 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/
Dpinctrl-state.h25 * 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/
Dpinctrl-state.h25 * 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/
Dcgroupstats.rst29 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/
Dremap.c20 * Cannot be used in non-sleeping contexts
36 * Cannot be used in non-sleeping contexts
/kernel/linux/linux-5.10/kernel/dma/
Dremap.c20 * Cannot be used in non-sleeping contexts
36 * Cannot be used in non-sleeping contexts
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
Dpm.c38 /* 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/
Dpm.c38 /* 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/
Dworkqueue_internal.h37 int sleeping; /* S: is worker sleeping? */ member
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-arch.rst63 sleeping idle functions.
73 sh64 - Is sleeping racy vs interrupts? (See #4a)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
DKconfig.profile64 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/
DKconfig.profile96 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/
Ddslm.c40 state = 0; /* "sleeping"; */ in check_powermode()
52 if (i == 0) return "sleeping"; in state_name()

12345678910>>...38