/linux-4.19.296/fs/ |
D | eventpoll.c | 201 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 …]
|
D | eventfd.c | 125 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
|
D | signalfd.c | 56 poll_wait(file, ¤t->sighand->signalfd_wqh, wait); in signalfd_poll()
|
D | proc_namespace.c | 29 poll_wait(file, &p->ns->poll, wait); in mounts_poll()
|
/linux-4.19.296/drivers/char/pcmcia/ |
D | cm4040_cs.c | 73 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/ |
D | kmsg.c | 45 poll_wait(file, &log_wait, wait); in kmsg_poll()
|
/linux-4.19.296/drivers/char/ |
D | snsc.c | 332 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/ |
D | divamnt.c | 105 poll_wait(file, &msgwaitq, wait); in maint_poll()
|
D | divasi.c | 370 poll_wait(file, &p_os->read_wait, wait); in um_idi_poll()
|
/linux-4.19.296/include/linux/ |
D | poll.h | 48 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/ |
D | main.c | 588 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/ |
D | divert_procfs.c | 127 poll_wait(file, &(rd_queue), wait); in isdn_divert_poll()
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 632 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/ |
D | pvcalls-front.c | 923 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()
|
D | mcelog.c | 144 poll_wait(file, &xen_mce_chrdev_wait, wait); in xen_mce_chrdev_poll()
|
/linux-4.19.296/drivers/isdn/hysdn/ |
D | hysdn_proclog.c | 294 poll_wait(file, &(pd->rd_queue), wait); in hysdn_log_poll()
|
/linux-4.19.296/drivers/bluetooth/ |
D | hci_vhci.c | 306 poll_wait(file, &data->read_wait, wait); in vhci_poll()
|
/linux-4.19.296/drivers/misc/ |
D | aspeed-lpc-snoop.c | 113 poll_wait(file, &chan->wq, pt); in snoop_file_poll()
|
/linux-4.19.296/drivers/isdn/mISDN/ |
D | timerdev.c | 153 poll_wait(filep, &dev->wait, wait); in mISDN_poll()
|
/linux-4.19.296/drivers/char/xillybus/ |
D | xillybus_core.c | 1745 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/ |
D | core.c | 192 poll_wait(file, &gdev->read_queue, wait); in gnss_poll()
|
/linux-4.19.296/fs/ecryptfs/ |
D | miscdev.c | 59 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
|
/linux-4.19.296/drivers/ptp/ |
D | ptp_chardev.c | 295 poll_wait(fp, &ptp->tsev_wq, wait); in ptp_poll()
|
/linux-4.19.296/fs/coda/ |
D | psdev.c | 69 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()
|
/linux-4.19.296/drivers/hid/ |
D | hid-roccat.c | 143 poll_wait(file, &reader->device->wait, wait); in roccat_poll()
|