/linux-6.3-rc2/net/atm/ |
A D | svc.c | 56 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_disconnect() 132 prepare_to_wait(sk_sleep(sk), &wait, TASK_UNINTERRUPTIBLE); in svc_bind() 214 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_connect() 218 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect() 237 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect() 244 prepare_to_wait(sk_sleep(sk), &wait, in svc_connect() 344 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_accept() 364 prepare_to_wait(sk_sleep(sk), &wait, in svc_accept() 395 prepare_to_wait(sk_sleep(sk_atm(new_vcc)), &wait, in svc_accept() 544 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in svc_addparty() [all …]
|
/linux-6.3-rc2/drivers/accessibility/speakup/ |
A D | thread.c | 30 prepare_to_wait(&speakup_event, &wait, in speakup_thread()
|
/linux-6.3-rc2/kernel/ |
A D | umh.c | 217 prepare_to_wait(&usermodehelper_disabled_waitq, &wait, in usermodehelper_read_trylock() 249 prepare_to_wait(&usermodehelper_disabled_waitq, &wait, in usermodehelper_read_lock_wait()
|
/linux-6.3-rc2/kernel/sched/ |
A D | wait.c | 264 prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state) in prepare_to_wait() function 275 EXPORT_SYMBOL(prepare_to_wait);
|
A D | wait_bit.c | 47 prepare_to_wait(wq_head, &wbq_entry->wq_entry, mode); in __wait_on_bit()
|
/linux-6.3-rc2/drivers/char/ |
A D | nwbutton.c | 172 prepare_to_wait(&button_wait_queue, &wait, TASK_INTERRUPTIBLE); in button_read()
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | saa7110.c | 186 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm() 221 prepare_to_wait(&decoder->wq, &wait, TASK_UNINTERRUPTIBLE); in determine_norm()
|
/linux-6.3-rc2/io_uring/ |
A D | sqpoll.c | 265 prepare_to_wait(&sqd->wait, &wait, TASK_INTERRUPTIBLE); in io_sq_thread() 322 prepare_to_wait(&ctx->sqo_sq_wait, &wait, TASK_INTERRUPTIBLE); in io_sqpoll_wait_sq()
|
A D | cancel.c | 287 prepare_to_wait(&ctx->cq_wait, &wait, TASK_INTERRUPTIBLE); in io_sync_cancel()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_extent_busy.c | 584 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_flush() 603 prepare_to_wait(&pag->pagb_wait, &wait, TASK_KILLABLE); in xfs_extent_busy_wait_all()
|
/linux-6.3-rc2/sound/firewire/digi00x/ |
A D | digi00x-hwdep.c | 29 prepare_to_wait(&dg00x->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/sound/firewire/bebob/ |
A D | bebob_hwdep.c | 29 prepare_to_wait(&bebob->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/sound/firewire/dice/ |
A D | dice-hwdep.c | 21 prepare_to_wait(&dice->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/sound/firewire/oxfw/ |
A D | oxfw-hwdep.c | 28 prepare_to_wait(&oxfw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-elektor.c | 105 prepare_to_wait(&pcf_wait, &wait, TASK_INTERRUPTIBLE); in pcf_isa_waitforpin()
|
/linux-6.3-rc2/sound/firewire/fireface/ |
A D | ff-hwdep.c | 35 prepare_to_wait(&ff->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/sound/firewire/tascam/ |
A D | tascam-hwdep.c | 107 prepare_to_wait(&tscm->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/net/vmw_vsock/ |
A D | af_vsock.c | 1394 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect() 1437 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE); in vsock_connect() 1484 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept() 1501 prepare_to_wait(sk_sleep(listener), &wait, TASK_INTERRUPTIBLE); in vsock_accept() 1909 prepare_to_wait(sk_sleep(sk), wait, TASK_INTERRUPTIBLE); in vsock_connectible_wait_data()
|
/linux-6.3-rc2/drivers/media/pci/solo6x10/ |
A D | solo6x10-i2c.c | 236 prepare_to_wait(&solo_dev->i2c_wait, &wait, in solo_i2c_master_xfer()
|
/linux-6.3-rc2/sound/firewire/motu/ |
A D | motu-hwdep.c | 37 prepare_to_wait(&motu->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/drivers/media/pci/ivtv/ |
A D | ivtv-fileops.c | 262 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); in ivtv_get_buffer() 622 prepare_to_wait(&s->waitq, &wait, TASK_INTERRUPTIBLE); in ivtv_write() 683 prepare_to_wait(&itv->dma_waitq, &wait, TASK_INTERRUPTIBLE); in ivtv_write()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_irq.c | 202 prepare_to_wait(&dev_priv->fence_queue, &__wait, in vmw_fallback_wait()
|
/linux-6.3-rc2/sound/firewire/fireworks/ |
A D | fireworks_hwdep.c | 136 prepare_to_wait(&efw->hwdep_wait, &wait, TASK_INTERRUPTIBLE); in hwdep_read()
|
/linux-6.3-rc2/fs/nfs/ |
A D | callback.c | 119 prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_INTERRUPTIBLE); in nfs41_callback_svc()
|
/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/ |
A D | spufs.h | 309 prepare_to_wait(&(wq), &__wait, TASK_INTERRUPTIBLE); \
|