Home
last modified time | relevance | path

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

123

/Documentation/scheduler/
Dsched-eevdf.rst24 There are ongoing discussions on how to manage lag, especially for sleeping
27 by sleeping briefly to reset their negative lag: when a task sleeps, it
29 lag to decay over VRT. Hence, long-sleeping tasks eventually have their lag
Dsched-arch.rst63 sleeping idle functions.
/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)
/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
/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,
104 Mutexes - and most other sleeping locks like rwsems - do not provide an
/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
/Documentation/usb/
Ddwc3.rst39 sleeping is handed over to the Thread. The event is saved in an
/Documentation/devicetree/bindings/input/
Dsyna,rmi4.yaml69 If set the device will run at full power without sleeping. nosleep
71 nosleep (allow sleeping), and 2 will enable nosleep (disabling
/Documentation/userspace-api/media/
Dgen-errors.rst24 device is sleeping and ioctl is performed to query statistics. It
/Documentation/livepatch/
Dlivepatch.rst97 1. The first and most effective approach is stack checking of sleeping
108 a) Patching I/O-bound user tasks which are sleeping on an affected
163 are sleeping in (/proc/<pid>/stack may help here). Removal (rmmod) of patch
165 guaranteed there is no task sleeping in such module. It implies unbounded
/Documentation/userspace-api/
Dfutex2.rst58 - A signal was sent to the sleeping task, returning ``-ERESTARTSYS``.
/Documentation/infiniband/
Dcore_locking.rst10 Sleeping and interrupt context
/Documentation/devicetree/bindings/firmware/
Dqcom,scm.yaml93 protocol to handle sleeping SCM calls.
/Documentation/mm/
Dbalance.rst75 and all process contexts are sleeping. For 2.3, kswapd does not really
Dpage_migration.rst127 to sleeping on the locked new page.
Dmultigen_lru.rst179 have been sleeping since the last iteration.
/Documentation/input/
Dinput-programming.rst193 too. Being a wakeup source plays a role when the system is sleeping, not when
195 inhibiting, sleeping and being a wakeup source is driver-specific.
/Documentation/virt/kvm/x86/
Dhypercalls.rst98 same guest can wakeup the sleeping vcpu by issuing KVM_HC_KICK_CPU hypercall,
/Documentation/admin-guide/laptops/
Dsonypi.rst132 Fn-keys which put the laptop in sleeping state, or switch the
/Documentation/trace/
Dmmiotrace.rst65 The 'cat' process should stay running (sleeping) in the background.
/Documentation/core-api/
Dmemory-allocation.rst108 non sleeping allocation with an expensive fallback so it can access
/Documentation/driver-api/gpio/
Dconsumer.rst231 Also, using these calls for GPIOs that can't safely be accessed without sleeping
240 sleeping, which can't be done from inside IRQ handlers.
/Documentation/networking/
Dnetdevices.rst293 all NAPI instances which will do a sleeping poll on the
/Documentation/filesystems/xfs/
Dxfs-delayed-logging-design.rst265 To take a new reservation without sleeping requires us to be able to take a
809 be able to reserve the space without sleeping. For a 8MB checkpoint, we need a
932 really needs to be a sleeping lock - if the CIL flush takes the lock, we do not
937 main reason for choosing a sleeping lock even though nothing in either the

123