Home
last modified time | relevance | path

Searched refs:poll_wait (Results 1 – 25 of 99) sorted by relevance

1234

/linux-4.19.296/fs/
Deventpoll.c201 wait_queue_head_t poll_wait; member
747 if (waitqueue_active(&ep->poll_wait)) in ep_scan_ready_list()
757 ep_poll_safewake(&ep->poll_wait); in ep_scan_ready_list()
816 if (waitqueue_active(&ep->poll_wait)) in ep_free()
817 ep_poll_safewake(&ep->poll_wait); in ep_free()
893 poll_wait(epi->ffd.file, &ep->poll_wait, pt); in ep_item_poll()
934 poll_wait(file, &ep->poll_wait, wait); in ep_eventpoll_poll()
1025 init_waitqueue_head(&ep->poll_wait); in ep_alloc()
1200 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback()
1208 ep_poll_safewake(&ep->poll_wait); in ep_poll_callback()
[all …]
Deventfd.c125 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
Dsignalfd.c56 poll_wait(file, &current->sighand->signalfd_wqh, wait); in signalfd_poll()
Dproc_namespace.c29 poll_wait(file, &p->ns->poll, wait); in mounts_poll()
/linux-4.19.296/drivers/char/pcmcia/
Dcm4040_cs.c73 wait_queue_head_t poll_wait; member
128 wake_up_interruptible(&dev->poll_wait); in cm4040_do_poll()
423 poll_wait(filp, &dev->poll_wait, wait); in cm4040_poll()
584 init_waitqueue_head(&dev->poll_wait); in reader_probe()
/linux-4.19.296/fs/proc/
Dkmsg.c45 poll_wait(file, &log_wait, wait); in kmsg_poll()
/linux-4.19.296/drivers/char/
Dsnsc.c332 poll_wait(file, &sd->sd_rq, wait); in scdrv_poll()
333 poll_wait(file, &sd->sd_wq, wait); in scdrv_poll()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddivamnt.c105 poll_wait(file, &msgwaitq, wait); in maint_poll()
Ddivasi.c370 poll_wait(file, &p_os->read_wait, wait); in um_idi_poll()
/linux-4.19.296/include/linux/
Dpoll.h48 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() function
/linux-4.19.296/drivers/misc/mei/
Dmain.c588 poll_wait(file, &cl->ev_wait, wait); in mei_poll()
594 poll_wait(file, &cl->rx_wait, wait); in mei_poll()
603 poll_wait(file, &cl->tx_wait, wait); in mei_poll()
/linux-4.19.296/drivers/isdn/divert/
Ddivert_procfs.c127 poll_wait(file, &(rd_queue), wait); in isdn_divert_poll()
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-mem2mem.c632 poll_wait(file, &fh->wait, wait); in v4l2_m2m_poll()
653 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll()
667 poll_wait(file, &dst_q->done_wq, wait); in v4l2_m2m_poll()
/linux-4.19.296/drivers/xen/
Dpvcalls-front.c923 poll_wait(file, &map->passive.inflight_accept_req, wait); in pvcalls_front_poll_passive()
939 poll_wait(file, &bedata->inflight_req, wait); in pvcalls_front_poll_passive()
960 poll_wait(file, &bedata->inflight_req, wait); in pvcalls_front_poll_passive()
976 poll_wait(file, &map->active.inflight_conn_req, wait); in pvcalls_front_poll_active()
Dmcelog.c144 poll_wait(file, &xen_mce_chrdev_wait, wait); in xen_mce_chrdev_poll()
/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_proclog.c294 poll_wait(file, &(pd->rd_queue), wait); in hysdn_log_poll()
/linux-4.19.296/drivers/bluetooth/
Dhci_vhci.c306 poll_wait(file, &data->read_wait, wait); in vhci_poll()
/linux-4.19.296/drivers/misc/
Daspeed-lpc-snoop.c113 poll_wait(file, &chan->wq, pt); in snoop_file_poll()
/linux-4.19.296/drivers/isdn/mISDN/
Dtimerdev.c153 poll_wait(filep, &dev->wait, wait); in mISDN_poll()
/linux-4.19.296/drivers/char/xillybus/
Dxillybus_core.c1745 poll_wait(filp, &channel->endpoint->ep_wait, wait); in xillybus_poll()
1756 poll_wait(filp, &channel->wr_wait, wait); in xillybus_poll()
1757 poll_wait(filp, &channel->wr_ready_wait, wait); in xillybus_poll()
1780 poll_wait(filp, &channel->rd_wait, wait); in xillybus_poll()
/linux-4.19.296/drivers/gnss/
Dcore.c192 poll_wait(file, &gdev->read_queue, wait); in gnss_poll()
/linux-4.19.296/fs/ecryptfs/
Dmiscdev.c59 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
/linux-4.19.296/drivers/ptp/
Dptp_chardev.c295 poll_wait(fp, &ptp->tsev_wq, wait); in ptp_poll()
/linux-4.19.296/fs/coda/
Dpsdev.c69 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()
/linux-4.19.296/drivers/hid/
Dhid-roccat.c143 poll_wait(file, &reader->device->wait, wait); in roccat_poll()

1234