Home
last modified time | relevance | path

Searched refs:prepare_to_wait (Results 1 – 25 of 119) sorted by relevance

12345

/linux/net/atm/
H A Dsvc.c61 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect()
137 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind()
219 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect()
223 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
242 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
249 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect()
308 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_listen()
349 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_accept()
369 prepare_to_wait(sk_sleep(sk), &wait, in svc_accept()
400 prepare_to_wait(sk_sleep(sk_atm(new_vcc)), &wait, in svc_accept()
[all …]
/linux/drivers/accessibility/speakup/
H A Dthread.c30 prepare_to_wait(&speakup_event, &wait, in speakup_thread()
H A Dspeakup_dectlk.c239 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE); in do_catch_up()
/linux/kernel/sched/
H A Dwait.c229 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() function
240 EXPORT_SYMBOL(prepare_to_wait);
/linux/drivers/media/i2c/
H A Dsaa7110.c186 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
221 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
/linux/drivers/char/
H A Dnwbutton.c172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
H A Dlp.c232 prepare_to_wait(&lp_table[minor].waitq, &wait, TASK_INTERRUPTIBLE); in lp_error()
472 prepare_to_wait(&lp_table[minor].waitq, &wait, TASK_INTERRUPTIBLE); in lp_read()
/linux/io_uring/
H A Dsqpoll.c338 prepare_to_wait(&sqd->wait, &wait, TASK_INTERRUPTIBLE); in io_sq_thread()
399 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE); in io_sqpoll_wait_sq()
/linux/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c29 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/sound/firewire/bebob/
H A Dbebob_hwdep.c29 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/sound/firewire/oxfw/
H A Doxfw-hwdep.c28 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/sound/firewire/dice/
H A Ddice-hwdep.c21 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/drivers/i2c/busses/
H A Di2c-elektor.c105 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE); in pcf_isa_waitforpin()
/linux/sound/firewire/fireface/
H A Dff-hwdep.c35 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/fs/netfs/
H A Dread_collect.c629 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_read()
683 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_wait_for_pause()
H A Dread_retry.c277 prepare_to_wait(&rreq->waitq, &myself, TASK_UNINTERRUPTIBLE); in netfs_retry_reads()
/linux/sound/firewire/tascam/
H A Dtascam-hwdep.c107 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c236 prepare_to_wait(&solo_dev->i2c_wait, &wait, in solo_i2c_master_xfer()
/linux/sound/firewire/motu/
H A Dmotu-hwdep.c37 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/net/vmw_vsock/
H A Daf_vsock.c1552 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect()
1595 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect()
1642 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept()
1659 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept()
2106 prepare_to_wait(sk_sleep(sk), wait, TASK_INTERRUPTIBLE); in vsock_connectible_wait_data()
/linux/sound/firewire/fireworks/
H A Dfireworks_hwdep.c136 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c202 prepare_to_wait(&dev_priv->fence_queue, &__wait, in vmw_fallback_wait()
/linux/arch/mips/kernel/
H A Drtlx.c131 prepare_to_wait( in rtlx_open()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h309 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \
/linux/drivers/base/power/
H A Druntime.c638 prepare_to_wait(&dev->power.wait_queue, &wait, in rpm_suspend()
826 prepare_to_wait(&dev->power.wait_queue, &wait, in rpm_resume()
1411 prepare_to_wait(&dev->power.wait_queue, &wait, in __pm_runtime_barrier()

12345