Home
last modified time | relevance | path

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

12345678910>>...15

/linux/tools/verification/models/sched/
H A Dsssw.dot9 {node [shape = circle] "sleeping"};
14 "runnable" -> "sleeping" [ label = "sched_switch_blocking" ];
23 "sleepable" -> "sleeping" [ label = "sched_switch_suspend\nsched_switch_blocking" ];
24 "sleeping" [label = "sleeping"];
25 "sleeping" -> "runnable" [ label = "sched_wakeup" ];
/linux/Documentation/scheduler/
H A 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
/linux/drivers/macintosh/
H A Dvia-pmu-backlight.c21 static int sleeping, uses_pmu_bl; variable
101 /* Don't update brightness when sleeping */ in pmu_backlight_update_status()
102 if (!sleeping) in pmu_backlight_update_status()
120 sleeping = sleep; in pmu_backlight_set_sleep()
H A Dmediabay.c65 int sleeping; member
545 if (!media_bays[i].sleeping) in media_bay_task()
587 bay->sleeping = 0; in media_bay_attach()
622 bay->sleeping = 1; in media_bay_suspend()
660 bay->sleeping = 0; in media_bay_resume()
/linux/Documentation/virt/kvm/
H A 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
/linux/Documentation/trace/rv/
H A Dmonitor_rtapp.rst50 The `sleep` monitor reports real-time threads sleeping in a manner that may
70 Beside the reason for sleeping, the eventual waker should also be
121 as valid real-time sleeping reasons. Therefore sleeping reason is not
H A Dmonitor_sched.rst262 sleepable leads to sleeping and sleeping tasks require wakeup. It includes the
273 sleeping RT lock (``PREEMPT_RT`` only), it is common to see wakeup and set
297 ``sleeping`` before a ``wakeup`` occurs::
309 | sleeping | H H switch_preempt |
/linux/kernel/trace/rv/monitors/sssw/
H A DKconfig10 Monitor to ensure sched_set_state to sleepable leads to sleeping and
11 sleeping tasks require wakeup.
/linux/Documentation/locking/
H A 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
/linux/Documentation/accounting/
H A Dcgroupstats.rst29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/linux/include/linux/pinctrl/
H A 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
/linux/kernel/dma/
H A Dremap.c22 * Cannot be used in non-sleeping contexts
38 * Cannot be used in non-sleeping contexts
/linux/kernel/sched/
H A Didle.c282 * the CPU sleeping instruction is reached. Otherwise an interrupt in do_idle()
284 * wakes from the sleeping instruction. And testing need_resched() in do_idle()
297 * - ROLLBACK based idle handlers with the sleeping instruction in do_idle()
301 * need_resched() check before re-executing the sleeping in do_idle()
304 * appropriate CPU sleeping instruction, then a FAST-FORWARD in do_idle()
H A Dstats.h126 * those sleeping, but because they are still on the runqueue they can
127 * go through migration requeues. In this case, *sleeping* states need
146 /* CPU migration of "sleeping" task */ in psi_enqueue()
158 /* Wakeup of new or sleeping task */ in psi_enqueue()
/linux/include/linux/
H A Dseqlock_types.h43 * sections will not be able to acquire locks which become sleeping locks
54 * sleeping locks. See Documentation/locking/locktypes.rst
/linux/arch/arm/mach-pxa/
H A Dpm.c38 /* before sleeping, calculate and save a checksum */ in pxa_pm_enter()
47 /* after sleeping, validate the checksum */ in pxa_pm_enter()
/linux/kernel/
H A Dworkqueue_internal.h37 int sleeping; /* S: is worker sleeping? */ member
/linux/drivers/firmware/arm_scmi/transports/
H A DKconfig58 mode, avoiding any kind of sleeping behaviour for selected
115 mode, avoiding any kind of sleeping behaviour for selected
/linux/drivers/gpu/drm/i915/
H A DKconfig.profile96 Before sleeping waiting for a request (GPU operation) to complete,
113 By stopping submission and sleeping for a short time before resetting
/linux/tools/laptop/dslm/
H A Ddslm.c40 state = 0; /* "sleeping"; */ in check_powermode()
52 if (i == 0) return "sleeping"; in state_name()
/linux/net/sunrpc/
H A Dsched.c315 * and then waking up all tasks that were sleeping.
379 * Prepare for sleeping on a wait queue.
706 * @queue: rpc_wait_queue on which the tasks are sleeping
723 * @queue: rpc_wait_queue on which the tasks are sleeping
737 * @queue: rpc_wait_queue on which the tasks are sleeping
754 * @queue: rpc_wait_queue on which the tasks are sleeping
950 * Lockless check for whether task is sleeping or not. in __rpc_execute()
992 * clean up after sleeping on some queue, we don't in __rpc_execute()
/linux/arch/arc/kernel/
H A Dstacktrace.c81 * Asynchronous unwinding of a likely sleeping task in seed_unwind_frame_info()
82 * - first ensure it is actually sleeping in seed_unwind_frame_info()
265 /* Assumes @tsk is sleeping so unwinds from __switch_to */ in save_stack_trace_tsk()
/linux/drivers/clk/
H A Dclk-gpio.c28 * non-sleeping gpio
305 * Fixed gated clock with non-sleeping gpio.
342 * Fixed gated clock with non-sleeping gpio.
/linux/sound/core/seq/oss/
H A Dseq_oss_readq.c80 /* if someone sleeping, wake'em up */ in snd_seq_oss_readq_clear()
241 (waitqueue_active(&q->midi_sleep) ? "sleeping":"running"),
/linux/kernel/time/
H A Dsleep_timeout.c3 * Kernel internal schedule timeout and sleeping functions
348 * @state: State of the current task that will be while sleeping
356 * The sleeping task is set to the specified state before starting the sleep.

12345678910>>...15