Searched refs:sleeper (Results 1 – 5 of 5) sorted by relevance
9 setup.o sleeper.o dma.o dbdma.o vss.o irq.o usb.o
51 def __init__(self, sleeper): argument52 self.sleeper = sleeper55 return "%s gone to sleep" % thread_name(self.sleeper)
598 struct thread_deferred_req sleeper; in cache_wait_req() local599 struct cache_deferred_req *dreq = &sleeper.handle; in cache_wait_req()601 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()608 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()613 if (!hlist_unhashed(&sleeper.handle.hash)) { in cache_wait_req()614 __unhash_deferred_req(&sleeper.handle); in cache_wait_req()623 wait_for_completion(&sleeper.completion); in cache_wait_req()
132 struct task_struct *sleeper; /* this process */ member773 wake_q_add(wake_q, q->sleeper); in wake_up_sem_queue_prepare()2129 queue.sleeper = current; in do_semtimedop()
2133 Firstly, the sleeper normally follows something like this sequence of events:2239 [!] Note that the memory barriers implied by the sleeper and the waker do _not_2241 values after the sleeper has called set_current_state(). For instance, if the2242 sleeper does:2257 the sleeper as coming after the change to my_data. In such a circumstance, the2259 separate data accesses. Thus the above sleeper ought to do: