Searched refs:sleep (Results 1 – 6 of 6) sorted by relevance
112 bool sleep);144 static inline void psi_dequeue(struct task_struct *p, bool sleep) in psi_dequeue() argument157 if (sleep) in psi_dequeue()194 bool sleep) in psi_sched_switch() argument199 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() argument208 bool sleep) {} in psi_sched_switch() argument
881 bool sleep) in psi_task_switch() argument916 if (sleep) { in psi_task_switch()
7 Allow the system to enter sleep states in which main memory is140 bool "Opportunistic sleep"143 Allow the kernel to trigger a system transition into a global sleep147 bool "Userspace opportunistic sleep"152 This option changes the behavior of various sleep-sensitive code to deal153 with frequent userspace-initiated transitions into a global sleep state.159 Only platforms, such as Android, that implement opportunistic sleep from
62 { TRACER_OPT(sleep-time, TRACE_GRAPH_SLEEP_TIME) },
456 to sleep waiting for the timer to fire. At the wakeup, the thread860 a producer and consumer that will run for 10 seconds and sleep for
2415 goto sleep; in worker_thread()2456 sleep: in worker_thread()