Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 6 of 6) sorted by relevance

/kernel/sched/
Dstats.h112 bool sleep);
144 static inline void psi_dequeue(struct task_struct *p, bool sleep) in psi_dequeue() argument
157 if (sleep) in psi_dequeue()
194 bool sleep) in psi_sched_switch() argument
199 psi_task_switch(prev, next, sleep); in psi_sched_switch()
204 static inline void psi_dequeue(struct task_struct *p, bool sleep) {} in psi_dequeue() argument
208 bool sleep) {} in psi_sched_switch() argument
Dpsi.c881 bool sleep) in psi_task_switch() argument
916 if (sleep) { in psi_task_switch()
/kernel/power/
DKconfig7 Allow the system to enter sleep states in which main memory is
140 bool "Opportunistic sleep"
143 Allow the kernel to trigger a system transition into a global sleep
147 bool "Userspace opportunistic sleep"
152 This option changes the behavior of various sleep-sensitive code to deal
153 with frequent userspace-initiated transitions into a global sleep state.
159 Only platforms, such as Android, that implement opportunistic sleep from
/kernel/trace/
Dtrace_functions_graph.c62 { TRACER_OPT(sleep-time, TRACE_GRAPH_SLEEP_TIME) },
DKconfig456 to sleep waiting for the timer to fire. At the wakeup, the thread
860 a producer and consumer that will run for 10 seconds and sleep for
/kernel/
Dworkqueue.c2415 goto sleep; in worker_thread()
2456 sleep: in worker_thread()