Searched refs:prepare_to_wait (Results 1 - 25 of 139) sorted by relevance

123456

/linux-master/net/atm/
H A Dsvc.c61 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE);
137 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE);
219 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
223 prepare_to_wait(sk_sleep(sk), &wait,
242 prepare_to_wait(sk_sleep(sk), &wait,
249 prepare_to_wait(sk_sleep(sk), &wait,
308 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE);
349 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
369 prepare_to_wait(sk_sleep(sk), &wait,
400 prepare_to_wait(sk_slee
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dthread.c30 prepare_to_wait(&speakup_event, &wait,
H A Dspeakup_dectlk.c239 prepare_to_wait(&flush, &wait, TASK_INTERRUPTIBLE);
/linux-master/drivers/char/
H A Dnwbutton.c172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE);
/linux-master/fs/netfs/
H A Dlocking.c31 prepare_to_wait(wq, &q.wq_entry, TASK_INTERRUPTIBLE);
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c29 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/sound/firewire/oxfw/
H A Doxfw-hwdep.c28 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/sound/firewire/dice/
H A Ddice-hwdep.c21 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/sound/firewire/bebob/
H A Dbebob_hwdep.c29 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/sound/firewire/fireface/
H A Dff-hwdep.c35 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/kernel/
H A Dumh.c217 prepare_to_wait(&usermodehelper_disabled_waitq, &wait,
249 prepare_to_wait(&usermodehelper_disabled_waitq, &wait,
/linux-master/kernel/sched/
H A Dwait.c229 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) function
240 EXPORT_SYMBOL(prepare_to_wait); variable
H A Dwait_bit.c47 prepare_to_wait(wq_head, &wbq_entry->wq_entry, mode);
/linux-master/drivers/media/i2c/
H A Dsaa7110.c186 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE);
221 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE);
/linux-master/fs/xfs/
H A Dxfs_extent_busy.c633 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
653 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE);
/linux-master/io_uring/
H A Dsqpoll.c329 prepare_to_wait(&sqd->wait, &wait, TASK_INTERRUPTIBLE);
390 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-i2c.c236 prepare_to_wait(&solo_dev->i2c_wait, &wait,
/linux-master/sound/firewire/tascam/
H A Dtascam-hwdep.c107 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_hwdep.c136 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c202 prepare_to_wait(&dev_priv->fence_queue, &__wait,
/linux-master/sound/firewire/motu/
H A Dmotu-hwdep.c37 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/drivers/i2c/busses/
H A Di2c-elektor.c105 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE);
/linux-master/arch/mips/kernel/
H A Drtlx.c131 prepare_to_wait(
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h309 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \
/linux-master/drivers/mfd/
H A Dti_am335x_tscadc.c52 prepare_to_wait(&tscadc->reg_se_wait, &wait,

Completed in 214 milliseconds

123456