Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/alchemy/common/
DMakefile9 setup.o sleeper.o dma.o dbdma.o vss.o irq.o usb.o
/linux-4.4.14/tools/perf/scripts/python/
Dsched-migration.py47 def __init__(self, sleeper): argument
48 self.sleeper = sleeper
51 return "%s gone to sleep" % thread_name(self.sleeper)
/linux-4.4.14/net/sunrpc/
Dcache.c586 struct thread_deferred_req sleeper; in cache_wait_req() local
587 struct cache_deferred_req *dreq = &sleeper.handle; in cache_wait_req()
589 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
596 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()
601 if (!hlist_unhashed(&sleeper.handle.hash)) { in cache_wait_req()
602 __unhash_deferred_req(&sleeper.handle); in cache_wait_req()
611 wait_for_completion(&sleeper.completion); in cache_wait_req()
/linux-4.4.14/ipc/
Dsem.c107 struct task_struct *sleeper; /* this process */ member
722 wake_up_process(q->sleeper); in wake_up_sem_queue_do()
1951 queue.sleeper = current; in SYSCALL_DEFINE4()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db84 API-wq-has-sleeper
Ddevice-drivers.xml.db110 API-struct-hrtimer-sleeper
/linux-4.4.14/Documentation/
Dmemory-barriers.txt1952 Firstly, the sleeper normally follows something like this sequence of events:
2047 [!] Note that the memory barriers implied by the sleeper and the waker do _not_
2049 values after the sleeper has called set_current_state(). For instance, if the
2050 sleeper does:
2065 the sleeper as coming after the change to my_data. In such a circumstance, the
2067 separate data accesses. Thus the above sleeper ought to do: