Searched refs:sleeper (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/tools/perf/scripts/python/
H A Dsched-migration.py47 def __init__(self, sleeper):
48 self.sleeper = sleeper
51 return "%s gone to sleep" % thread_name(self.sleeper)
/linux-4.4.14/sound/core/seq/oss/
H A Dseq_oss_readq.c139 /* wake up sleeper */ snd_seq_oss_readq_put_event()
/linux-4.4.14/net/sunrpc/
H A Dcache.c586 struct thread_deferred_req sleeper; cache_wait_req() local
587 struct cache_deferred_req *dreq = &sleeper.handle; cache_wait_req()
589 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); cache_wait_req()
596 &sleeper.completion, req->thread_wait) <= 0) { cache_wait_req()
601 if (!hlist_unhashed(&sleeper.handle.hash)) { cache_wait_req()
602 __unhash_deferred_req(&sleeper.handle); cache_wait_req()
611 wait_for_completion(&sleeper.completion); cache_wait_req()
/linux-4.4.14/ipc/
H A Dsem.c107 struct task_struct *sleeper; /* this process */ member in struct:sem_queue
722 wake_up_process(q->sleeper); list_for_each_entry_safe()
920 /* Does q->sleeper still need to sleep? */ update_queue()
1951 queue.sleeper = current; SYSCALL_DEFINE4()
/linux-4.4.14/include/linux/
H A Dhrtimer.h115 * struct hrtimer_sleeper - simple sleeper structure
/linux-4.4.14/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c734 /* disable "tx-complete" interrupts if we're the last sleeper */ rpmsg_send_offchannel_raw()
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h780 /* PM: arch/mips/alchemy/common/sleeper.S, power.c, irq.c */
/linux-4.4.14/sound/hda/
H A Dhdac_device.c601 * call must wake up the sleeper (e.g. in a kctl callback), use
/linux-4.4.14/sound/oss/
H A Ddmabuf.c17 * Thomas Sailer : remove {in,out}_sleep_flag. It was used for the sleeper to

Completed in 404 milliseconds