Home
last modified time | relevance | path

Searched refs:sleeper (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/mips/alchemy/common/
DMakefile10 setup.o sleeper.o dma.o dbdma.o vss.o irq.o usb.o
/linux-5.19.10/tools/perf/scripts/python/
Dsched-migration.py49 def __init__(self, sleeper): argument
50 self.sleeper = sleeper
53 return "%s gone to sleep" % thread_name(self.sleeper)
/linux-5.19.10/net/sunrpc/
Dcache.c636 struct thread_deferred_req sleeper; in cache_wait_req() local
637 struct cache_deferred_req *dreq = &sleeper.handle; in cache_wait_req()
639 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
646 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()
651 if (!hlist_unhashed(&sleeper.handle.hash)) { in cache_wait_req()
652 __unhash_deferred_req(&sleeper.handle); in cache_wait_req()
661 wait_for_completion(&sleeper.completion); in cache_wait_req()
/linux-5.19.10/ipc/
Dsem.c132 struct task_struct *sleeper; /* this process */ member
789 struct task_struct *sleeper; in wake_up_sem_queue_prepare() local
791 sleeper = get_task_struct(q->sleeper); in wake_up_sem_queue_prepare()
796 wake_q_add_safe(wake_q, sleeper); in wake_up_sem_queue_prepare()
2161 queue.sleeper = current; in __do_semtimedop()
/linux-5.19.10/Documentation/
Dmemory-barriers.txt2138 Firstly, the sleeper normally follows something like this sequence of events:
2244 [!] Note that the memory barriers implied by the sleeper and the waker do _not_
2246 values after the sleeper has called set_current_state(). For instance, if the
2247 sleeper does:
2262 the sleeper as coming after the change to my_data. In such a circumstance, the
2264 separate data accesses. Thus the above sleeper ought to do: