Home
last modified time | relevance | path

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

12345678910>>...13

/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.c23 static int sleeping, uses_pmu_bl; variable
103 /* Don't update brightness when sleeping */ in pmu_backlight_update_status()
104 if (!sleeping) in pmu_backlight_update_status()
122 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/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/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/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/kernel/
H A Dworkqueue_internal.h38 int sleeping; /* S: is worker sleeping? */ member
/linux/kernel/sched/
H A Didle.c312 * the CPU sleeping instruction is reached. Otherwise an interrupt in do_idle()
314 * wakes from the sleeping instruction. And testing need_resched() in do_idle()
327 * - ROLLBACK based idle handlers with the sleeping instruction in do_idle()
331 * need_resched() check before re-executing the sleeping in do_idle()
334 * appropriate CPU sleeping instruction, then a FAST-FORWARD in do_idle()
/linux/include/linux/net/intel/libie/
H A Dcontrolq.h232 * @rel_dma_mem: non-sleeping callback to put the DMA buffer after send
304 * @resp_cb: non-sleeping callback to handle the response to an async message
360 * @resp_cb: non-sleeping callback to handle the response to an async message
361 * @rel_tx_buf: non-sleeping callback for freeing the send buffer
/linux/drivers/gpio/
H A Dgpio-shared-proxy.c285 * mutex and the proxy gpiochip is therefore always sleeping; drive the in gpio_shared_proxy_probe()
287 * for both sleeping and non-sleeping chips. in gpio_shared_proxy_probe()
/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/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/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/sound/core/seq/oss/
H A Dseq_oss_readq.c76 /* if someone sleeping, wake'em up */ in snd_seq_oss_readq_clear()
259 (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.
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_admin.h14 * processes them where sleeping (mutex, GFP_KERNEL) is safe.
/linux/include/linux/
H A Dosq_lock.h6 * An MCS like lock especially tailored for optimistic spinning for sleeping

12345678910>>...13