/linux-4.4.14/fs/ |
D | eventpoll.c | 196 wait_queue_head_t poll_wait; member 667 if (waitqueue_active(&ep->poll_wait)) in ep_scan_ready_list() 677 ep_poll_safewake(&ep->poll_wait); in ep_scan_ready_list() 740 if (waitqueue_active(&ep->poll_wait)) in ep_free() 741 ep_poll_safewake(&ep->poll_wait); in ep_free() 858 poll_wait(file, &ep->poll_wait, wait); in ep_eventpoll_poll() 950 init_waitqueue_head(&ep->poll_wait); in ep_alloc() 1071 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback() 1079 ep_poll_safewake(&ep->poll_wait); in ep_poll_callback() 1345 if (waitqueue_active(&ep->poll_wait)) in ep_insert() [all …]
|
D | signalfd.c | 65 poll_wait(file, ¤t->sighand->signalfd_wqh, wait); in signalfd_poll()
|
D | eventfd.c | 123 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
|
D | proc_namespace.c | 26 poll_wait(file, &p->ns->poll, wait); in mounts_poll()
|
D | timerfd.c | 225 poll_wait(file, &ctx->wqh, wait); in timerfd_poll()
|
D | pipe.c | 512 poll_wait(filp, &pipe->wait, wait); in pipe_poll()
|
D | userfaultfd.c | 510 poll_wait(file, &ctx->fd_wqh, wait); in userfaultfd_poll()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 193 u32 poll_wait; member 223 u32 poll_wait; member 911 u32 data, wait_count, poll_wait, temp; in qlcnic_read_pollrdmwr() local 913 poll_wait = poll->poll_wait; in qlcnic_read_pollrdmwr() 918 while (wait_count < poll_wait) { in qlcnic_read_pollrdmwr() 925 if (wait_count == poll_wait) { in qlcnic_read_pollrdmwr() 937 while (wait_count < poll_wait) { in qlcnic_read_pollrdmwr() 955 u32 data, wait_count, poll_wait, sel_val; in qlcnic_read_pollrd() local 958 poll_wait = pollrd->poll_wait; in qlcnic_read_pollrd() 964 while (wait_count < poll_wait) { in qlcnic_read_pollrd() [all …]
|
/linux-4.4.14/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() 585 init_waitqueue_head(&dev->poll_wait); in reader_probe()
|
/linux-4.4.14/fs/proc/ |
D | kmsg.c | 44 poll_wait(file, &log_wait, wait); in kmsg_poll()
|
D | proc_sysctl.c | 600 poll_wait(filp, &table->poll->wait, wait); in proc_sys_poll()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_nx2.h | 339 uint8_t poll_wait; member 431 uint32_t poll_wait; member 503 uint32_t poll_wait; member
|
D | qla_nx2.c | 2480 p_wait = cache_hdr->cache_ctrl.poll_wait; in qla8044_minidump_process_l2tag() 2644 uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; in qla8044_minidump_process_pollrd() local 2655 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd() 2660 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd() 2667 if (--poll_wait == 0) { in qla8044_minidump_process_pollrd() 2735 uint32_t poll_wait, poll_mask, r_value, data; in qla8044_minidump_process_pollrdmwr() local 2749 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr() 2757 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr() 2770 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr() 2778 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr()
|
D | qla_nx.h | 1085 uint8_t poll_wait; member
|
/linux-4.4.14/net/9p/ |
D | trans_fd.c | 141 struct p9_poll_wait poll_wait[MAXPOLLWADDR]; member 176 for (i = 0; i < ARRAY_SIZE(m->poll_wait); i++) { in p9_mux_poll_stop() 177 struct p9_poll_wait *pwait = &m->poll_wait[i]; in p9_mux_poll_stop() 553 for (i = 0; i < ARRAY_SIZE(m->poll_wait); i++) { in p9_pollwait() 554 if (m->poll_wait[i].wait_addr == NULL) { in p9_pollwait() 555 pwait = &m->poll_wait[i]; in p9_pollwait()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_83xx.h | 251 uint32_t poll_wait; member 323 uint32_t poll_wait; member
|
D | ql4_nx.c | 2167 p_wait = cache_hdr->cache_ctrl.poll_wait; in qla4_8xxx_minidump_process_l2tag() 2593 uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; in qla83xx_minidump_process_pollrd() local 2605 poll_wait = le32_to_cpu(pollrd_hdr->poll_wait); in qla83xx_minidump_process_pollrd() 2610 poll_wait = le32_to_cpu(pollrd_hdr->poll_wait); in qla83xx_minidump_process_pollrd() 2618 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrd() 2906 uint32_t poll_wait, poll_mask, r_value, data; in qla83xx_minidump_process_pollrdmwr() local 2921 poll_wait = le32_to_cpu(poll_hdr->poll_wait); in qla83xx_minidump_process_pollrdmwr() 2929 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrdmwr() 2943 poll_wait = le32_to_cpu(poll_hdr->poll_wait); in qla83xx_minidump_process_pollrdmwr() 2951 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrdmwr()
|
D | ql4_nx.h | 939 uint8_t poll_wait; member
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs_main.c | 354 if (wait_event_interruptible(file->poll_wait, in ib_uverbs_event_read() 409 poll_wait(filp, &file->poll_wait, wait); in ib_uverbs_event_poll() 496 wake_up_interruptible(&file->poll_wait); in ib_uverbs_comp_handler() 530 wake_up_interruptible(&file->async_file->poll_wait); in ib_uverbs_async_handler() 603 init_waitqueue_head(&ev_file->poll_wait); in ib_uverbs_alloc_event_file() 1215 wake_up_interruptible(&event_file->poll_wait); in ib_uverbs_free_hw_resources()
|
D | ucm.c | 74 wait_queue_head_t poll_wait; member 374 wake_up_interruptible(&ctx->file->poll_wait); in ib_ucm_event_handler() 407 if (wait_event_interruptible(file->poll_wait, in ib_ucm_event() 1136 poll_wait(filp, &file->poll_wait, wait); in ib_ucm_poll() 1162 init_waitqueue_head(&file->poll_wait); in ib_ucm_open()
|
D | uverbs.h | 110 wait_queue_head_t poll_wait; member
|
D | ucma.c | 77 wait_queue_head_t poll_wait; member 366 wake_up_interruptible(&ctx->file->poll_wait); in ucma_event_handler() 395 if (wait_event_interruptible(file->poll_wait, in ucma_get_event() 1607 poll_wait(filp, &file->poll_wait, wait); in ucma_poll() 1639 init_waitqueue_head(&file->poll_wait); in ucma_open()
|
D | user_mad.c | 613 poll_wait(filp, &file->recv_wait, wait); in ib_umad_poll()
|
/linux-4.4.14/sound/oss/ |
D | midibuf.c | 405 poll_wait(file, &input_sleeper[dev], wait); in MIDIbuf_poll() 410 poll_wait(file, &midi_sleeper[dev], wait); in MIDIbuf_poll()
|
D | sequencer.c | 1530 poll_wait(file, &midi_sleeper, wait); in sequencer_poll() 1535 poll_wait(file, &seq_sleeper, wait); in sequencer_poll()
|
D | swarm_cs4297a.c | 1922 poll_wait(file, &s->dma_dac.wait, wait); in cs4297a_poll() 1930 poll_wait(file, &s->dma_adc.wait, wait); in cs4297a_poll()
|
D | dmabuf.c | 1249 poll_wait(file, &adev->poll_sleeper, wait); in DMAbuf_poll()
|
/linux-4.4.14/arch/mips/kernel/ |
D | rtlx.c | 342 poll_wait(file, &channel_wqs[minor].rt_queue, wait); in file_poll() 343 poll_wait(file, &channel_wqs[minor].lx_queue, wait); in file_poll()
|
/linux-4.4.14/include/linux/ |
D | poll.h | 42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() function
|
/linux-4.4.14/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()
|
D | genrtc.c | 210 poll_wait(file, &gen_rtc_wait, wait); in gen_rtc_poll()
|
D | apm-emulation.c | 250 poll_wait(fp, &apm_waitqueue, wait); in apm_poll()
|
D | dtlk.c | 243 poll_wait(file, &dtlk_process_list, wait); in dtlk_poll()
|
D | random.c | 1480 poll_wait(file, &random_read_wait, wait); in random_poll() 1481 poll_wait(file, &random_write_wait, wait); in random_poll()
|
D | ppdev.c | 731 poll_wait (file, &pp->irq_wait, wait); in pp_poll()
|
D | rtc.c | 800 poll_wait(file, &rtc_wait, wait); in rtc_poll()
|
D | hpet.c | 354 poll_wait(file, &devp->hd_waitqueue, wait); in hpet_poll()
|
D | sonypi.c | 945 poll_wait(file, &sonypi_device.fifo_proc_list, wait); in sonypi_misc_poll()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_ca.c | 239 poll_wait(file, &rbuf->queue, wait); in dvb_ca_poll() 240 poll_wait(file, &wbuf->queue, wait); in dvb_ca_poll()
|
D | av7110_av.c | 950 poll_wait(file, &av7110->avout.queue, wait); in dvb_video_poll() 952 poll_wait(file, &av7110->video_events.wait_queue, wait); in dvb_video_poll() 1001 poll_wait(file, &av7110->aout.queue, wait); in dvb_audio_poll()
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_readq.c | 192 poll_wait(file, &q->midi_sleep, wait); in snd_seq_oss_readq_poll()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 567 poll_wait(file, &fh->wait, wait); in v4l2_m2m_poll() 588 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll() 602 poll_wait(file, &dst_q->done_wq, wait); in v4l2_m2m_poll()
|
D | v4l2-subdev.c | 482 poll_wait(file, &fh->wait, wait); in subdev_poll()
|
D | videobuf2-v4l2.c | 782 poll_wait(file, &fh->wait, wait); in vb2_poll() 839 poll_wait(file, &q->done_wq, wait); in vb2_poll()
|
D | videobuf-core.c | 1151 poll_wait(file, &buf->done, wait); in videobuf_poll_stream()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 61 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_fops.c | 142 poll_wait(f, &mvdev->waitq, wait); in mic_poll()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divamnt.c | 122 poll_wait(file, &msgwaitq, wait); in maint_poll()
|
D | divasi.c | 385 poll_wait(file, &p_os->read_wait, wait); in um_idi_poll()
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 69 poll_wait(file, &dg00x->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-hwdep.c | 61 poll_wait(file, &dice->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_hwdep.c | 62 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-hwdep.c | 70 poll_wait(file, &tscm->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 746 poll_wait(filp, &id->fh.wait, wait); in ivtv_v4l2_dec_poll() 754 poll_wait(filp, &s->waitq, wait); in ivtv_v4l2_dec_poll() 795 poll_wait(filp, &s->waitq, wait); in ivtv_v4l2_enc_poll() 799 poll_wait(filp, &id->fh.wait, wait); in ivtv_v4l2_enc_poll()
|
/linux-4.4.14/net/rds/ |
D | af_rds.c | 163 poll_wait(file, sk_sleep(sk), wait); in rds_poll() 166 poll_wait(file, &rds_poll_waitq, wait); in rds_poll()
|
/linux-4.4.14/drivers/input/serio/ |
D | userio.c | 255 poll_wait(file, &userio->waitq, wait); in userio_char_poll()
|
D | serio_raw.c | 248 poll_wait(file, &serio_raw->wait, wait); in serio_raw_poll()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_fifo.c | 227 poll_wait(file, &f->input_sleep, wait); in snd_seq_fifo_poll_wait()
|
D | seq_memory.c | 372 poll_wait(file, &pool->output_sleep, wait); in snd_seq_pool_poll_wait()
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 98 poll_wait(file, &us428->us428ctls_wait_queue_head, wait); in snd_us428ctls_poll()
|
D | us122l.c | 282 poll_wait(file, &us122l->sk.sleep, wait); in usb_stream_hwdep_poll()
|
/linux-4.4.14/drivers/isdn/divert/ |
D | divert_procfs.c | 127 poll_wait(file, &(rd_queue), wait); in isdn_divert_poll()
|
/linux-4.4.14/drivers/usb/misc/ |
D | ldusb.c | 427 poll_wait(file, &dev->read_wait, wait); in ld_usb_poll() 428 poll_wait(file, &dev->write_wait, wait); in ld_usb_poll()
|
D | legousbtower.c | 520 poll_wait(file, &dev->read_wait, wait); in tower_poll() 521 poll_wait(file, &dev->write_wait, wait); in tower_poll()
|
D | iowarrior.c | 698 poll_wait(file, &dev->read_wait, wait); in iowarrior_poll() 699 poll_wait(file, &dev->write_wait, wait); in iowarrior_poll()
|
/linux-4.4.14/drivers/tty/ |
D | n_hdlc.c | 825 poll_wait(filp, &tty->read_wait, wait); in n_hdlc_tty_poll() 826 poll_wait(filp, &tty->write_wait, wait); in n_hdlc_tty_poll()
|
D | rocket.c | 472 wake_up_interruptible(&tty->poll_wait); in rp_do_transmit() 1659 wake_up_interruptible(&tty->poll_wait); in rp_write() 1724 wake_up_interruptible(&tty->poll_wait); in rp_flush_buffer()
|
D | n_tty.c | 2438 poll_wait(file, &tty->read_wait, wait); in n_tty_poll() 2439 poll_wait(file, &tty->write_wait, wait); in n_tty_poll()
|
D | n_r3964.c | 1234 poll_wait(file, &tty->read_wait, wait); in r3964_poll()
|
D | n_gsm.c | 2483 poll_wait(file, &tty->read_wait, wait); in gsmld_poll() 2484 poll_wait(file, &tty->write_wait, wait); in gsmld_poll()
|
/linux-4.4.14/drivers/misc/mei/ |
D | main.c | 638 poll_wait(file, &cl->ev_wait, wait); in mei_poll() 644 poll_wait(file, &cl->rx_wait, wait); in mei_poll()
|
D | amthif.c | 363 poll_wait(file, &dev->iamthif_cl.wait, wait); in mei_amthif_poll()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 160 poll_wait(file, &efw->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.4.14/drivers/hv/ |
D | hv_utils_transport.c | 101 poll_wait(file, &hvt->outmsg_q, wait); in hvt_op_poll()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | timerdev.c | 151 poll_wait(filep, &dev->wait, wait); in mISDN_poll()
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hysdn_proclog.c | 296 poll_wait(file, &(pd->rd_queue), wait); in hysdn_log_poll()
|
/linux-4.4.14/drivers/char/xillybus/ |
D | xillybus_core.c | 1743 poll_wait(filp, &channel->endpoint->ep_wait, wait); in xillybus_poll() 1754 poll_wait(filp, &channel->wr_wait, wait); in xillybus_poll() 1755 poll_wait(filp, &channel->wr_ready_wait, wait); in xillybus_poll() 1778 poll_wait(filp, &channel->rd_wait, wait); in xillybus_poll()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_vhci.c | 306 poll_wait(file, &data->read_wait, wait); in vhci_poll()
|
/linux-4.4.14/drivers/xen/ |
D | mcelog.c | 144 poll_wait(file, &xen_mce_chrdev_wait, wait); in xen_mce_chrdev_poll()
|
D | evtchn.c | 570 poll_wait(file, &u->evtchn_wait, wait); in evtchn_poll()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-prd.c | 153 poll_wait(file, &opal_prd_msg_wait, wait); in opal_prd_poll()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | speakup_soft.c | 289 poll_wait(fp, &speakup_event, wait); in softsynth_poll()
|
/linux-4.4.14/drivers/ptp/ |
D | ptp_chardev.c | 263 poll_wait(fp, &ptp->tsev_wq, wait); in ptp_poll()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtasd.c | 391 poll_wait(file, &rtas_log_wait, wait); in rtas_log_poll()
|
/linux-4.4.14/net/batman-adv/ |
D | icmp_socket.c | 303 poll_wait(file, &socket_client->queue_wait, wait); in batadv_socket_poll()
|
D | debugfs.c | 202 poll_wait(file, &debug_log->queue_wait, wait); in batadv_log_poll()
|
/linux-4.4.14/drivers/pps/ |
D | pps.c | 56 poll_wait(file, &pps->queue, wait); in pps_cdev_poll()
|
/linux-4.4.14/fs/coda/ |
D | psdev.c | 69 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat.c | 143 poll_wait(file, &reader->device->wait, wait); in roccat_poll()
|
D | hidraw.c | 261 poll_wait(file, &list->hidraw->wait, wait); in hidraw_poll()
|
D | uhid.c | 744 poll_wait(file, &uhid->waitq, wait); in uhid_char_poll()
|
D | hid-sensor-custom.c | 714 poll_wait(file, &sensor_inst->wait, wait); in hid_sensor_custom_poll()
|
D | hid-debug.c | 1184 poll_wait(file, &list->hdev->debug_wait, wait); in hid_debug_events_poll()
|
/linux-4.4.14/drivers/media/i2c/ |
D | saa6588.c | 417 poll_wait(a->instance, &s->read_queue, a->event_list); in saa6588_ioctl()
|
/linux-4.4.14/fs/ecryptfs/ |
D | miscdev.c | 59 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
|
/linux-4.4.14/fs/fuse/ |
D | fuse_i.h | 157 wait_queue_head_t poll_wait; member
|
D | file.c | 63 init_waitqueue_head(&ff->poll_wait); in fuse_file_alloc() 235 wake_up_interruptible_all(&ff->poll_wait); in fuse_prepare_release() 2708 poll_wait(file, &ff->poll_wait, wait); in fuse_file_poll() 2715 if (waitqueue_active(&ff->poll_wait)) { in fuse_file_poll() 2757 wake_up_interruptible_sync(&ff->poll_wait); in fuse_notify_poll_wakeup()
|
D | dev.c | 2063 poll_wait(file, &fiq->waitq, wait); in fuse_dev_poll() 2102 wake_up_interruptible_all(&ff->poll_wait); in end_polls()
|
/linux-4.4.14/security/tomoyo/ |
D | audit.c | 464 poll_wait(file, &tomoyo_log_wait, wait); in tomoyo_poll_log()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_hid.c | 331 poll_wait(file, &hidg->read_queue, wait); in f_hidg_poll() 332 poll_wait(file, &hidg->write_queue, wait); in f_hidg_poll()
|
D | f_printer.c | 704 poll_wait(fd, &dev->rx_wait, wait); in printer_poll() 705 poll_wait(fd, &dev->tx_wait, wait); in printer_poll()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-dev.c | 211 poll_wait(file, &rtc->irq_queue, wait); in rtc_dev_poll()
|
/linux-4.4.14/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 422 poll_wait(filp, &pipe->wake_queue, wait); in goldfish_pipe_poll()
|
/linux-4.4.14/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 966 poll_wait(file, &ctx->fh.wait, wait); in s5p_mfc_poll() 967 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll() 968 poll_wait(file, &dst_q->done_wq, wait); in s5p_mfc_poll()
|
/linux-4.4.14/block/ |
D | bsg.c | 852 poll_wait(file, &bd->wq_done, wait); in bsg_poll() 853 poll_wait(file, &bd->wq_free, wait); in bsg_poll()
|
/linux-4.4.14/fs/cachefiles/ |
D | daemon.c | 299 poll_wait(file, &cache->daemon_pollwq, poll); in cachefiles_daemon_poll()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_parallel.c | 456 poll_wait(file, &lirc_wait, wait); in lirc_poll()
|
D | lirc_sir.c | 195 poll_wait(file, &lirc_read_queue, wait); in lirc_poll()
|
D | lirc_zilog.c | 1231 poll_wait(filep, &rbuf->wait_poll, wait); in poll()
|
/linux-4.4.14/drivers/iio/ |
D | industrialio-event.c | 95 poll_wait(filep, &ev_int->wait, wait); in iio_event_poll()
|
D | industrialio-buffer.c | 169 poll_wait(filp, &rb->pollq, wait); in iio_buffer_poll()
|
/linux-4.4.14/drivers/staging/most/aim-cdev/ |
D | cdev.c | 285 poll_wait(filp, &c->wq, wait); in aim_poll()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fops.c | 570 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll()
|
/linux-4.4.14/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 526 poll_wait(file, &radio->read_queue, pts); in si470x_fops_poll()
|
/linux-4.4.14/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 229 poll_wait(file, &ip->ip_lockres.l_event, wait); in dlmfs_file_poll()
|
/linux-4.4.14/drivers/usb/core/ |
D | devices.c | 653 poll_wait(file, &device_event.wait, wait); in usb_device_poll()
|
/linux-4.4.14/drivers/tty/vt/ |
D | vc_screen.c | 568 poll_wait(file, &poll->waitq, wait); in vcs_poll()
|
/linux-4.4.14/drivers/staging/most/aim-v4l2/ |
D | video.c | 220 poll_wait(filp, &mdev->wait_data, wait); in aim_vdev_poll()
|
/linux-4.4.14/fs/dlm/ |
D | plock.c | 470 poll_wait(file, &send_wq, wait); in dev_poll()
|
D | user.c | 893 poll_wait(file, &proc->wait, wait); in device_poll()
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 593 poll_wait(file, &u->read_waitq, wait); in xenbus_file_poll()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 783 poll_wait(file, &ctx->ibox_wq, wait); in spufs_ibox_poll() 933 poll_wait(file, &ctx->wbox_wq, wait); in spufs_wbox_poll() 1747 poll_wait(file, &ctx->mfc_wq, wait); in spufs_mfc_poll() 2521 poll_wait(file, &ctx->switch_log->wait, wait); in spufs_switch_log_poll()
|
/linux-4.4.14/drivers/misc/ |
D | phantom.c | 265 poll_wait(file, &dev->wait, wait); in phantom_poll()
|
D | hpilo.c | 522 poll_wait(fp, &data->ccb_waitq, wait); in ilo_poll()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | file.c | 298 poll_wait(file, &ctx->wq, poll); in afu_poll()
|
/linux-4.4.14/drivers/s390/char/ |
D | monreader.c | 435 poll_wait(filp, &mon_read_wait_queue, p); in mon_poll()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_eer.c | 657 poll_wait(filp, &dasd_eer_read_wait_queue, ptable); in dasd_eer_poll()
|
/linux-4.4.14/drivers/usb/class/ |
D | usblp.c | 494 poll_wait(file, &usblp->rwait, wait); in usblp_poll() 495 poll_wait(file, &usblp->wwait, wait); in usblp_poll()
|
D | cdc-wdm.c | 610 poll_wait(file, &desc->wait, wait); in wdm_poll()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dmxdev.c | 1095 poll_wait(file, &dmxdevfilter->buffer.queue, wait); in dvb_demux_poll() 1192 poll_wait(file, &dmxdev->dvr_buffer.queue, wait); in dvb_dvr_poll()
|
D | dvb_ca_en50221.c | 1620 poll_wait(file, &ca->wait_queue, wait); in dvb_ca_en50221_io_poll()
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-cadet.c | 495 poll_wait(file, &dev->read_queue, wait); in cadet_poll()
|
D | radio-si476x.c | 1161 poll_wait(file, &radio->core->rds_read_queue, pts); in si476x_radio_fops_poll()
|
/linux-4.4.14/drivers/dma-buf/ |
D | dma-buf.c | 150 poll_wait(file, &dmabuf->poll, poll); in dma_buf_poll()
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | gpio.c | 152 poll_wait(file, &priv->alarm_wq, wait); in gpio_poll()
|
D | sync_serial.c | 664 poll_wait(file, &port->out_wait_q, wait); in sync_serial_poll() 665 poll_wait(file, &port->in_wait_q, wait); in sync_serial_poll()
|
/linux-4.4.14/net/bluetooth/ |
D | af_bluetooth.c | 415 poll_wait(file, sk_sleep(sk), wait); in bt_sock_poll()
|
/linux-4.4.14/drivers/firewire/ |
D | nosy.c | 336 poll_wait(file, &client->buffer.wait, pt); in nosy_poll()
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 352 poll_wait(file, &buf->done, wait); in __fops_poll()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 117 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()
|
/linux-4.4.14/drivers/virt/ |
D | fsl_hypervisor.c | 580 poll_wait(filp, &dbq->wait, p); in fsl_hv_poll()
|
/linux-4.4.14/drivers/media/rc/ |
D | lirc_dev.c | 557 poll_wait(file, &ir->buf->wait_poll, wait); in lirc_dev_fop_poll()
|
/linux-4.4.14/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 967 v4l2_fh->wait (wait_queue_head_t 类型)作为参数调用 poll_wait()。
|
/linux-4.4.14/fs/kernfs/ |
D | file.c | 791 poll_wait(filp, &on->poll, wait); in kernfs_fop_poll()
|
/linux-4.4.14/drivers/staging/android/ |
D | sync.c | 549 poll_wait(file, &fence->wq, wait); in sync_fence_poll()
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 384 poll_wait(file, &debug_data->stats_queue, wait); in smsdvb_stats_poll()
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 347 poll_wait(file, sk_sleep(sk), wait); in pn_socket_poll()
|
/linux-4.4.14/drivers/uio/ |
D | uio.c | 499 poll_wait(filep, &idev->wait, wait); in uio_poll()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 246 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_devintf.c | 87 poll_wait(file, &priv->wait, wait); in ipmi_poll()
|
D | ipmi_watchdog.c | 893 poll_wait(file, &read_q, wait); in ipmi_poll()
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 652 poll_wait(filp, &s->waitq, wait); in cx18_v4l2_enc_poll()
|
/linux-4.4.14/net/irda/irnet/ |
D | irnet_ppp.c | 430 poll_wait(file, &irnet_events.rwait, wait); in irnet_ctrl_poll()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 308 poll_wait(file, &intf->frame_dump_waitqueue, wait); in rt2x00debug_poll_queue_dump()
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_host.c | 177 poll_wait(filp, &context->host_context.wait_queue, in vmci_host_poll()
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | sync_serial.c | 572 poll_wait(file, &port->out_wait_q, wait); in sync_serial_poll() 573 poll_wait(file, &port->in_wait_q, wait); in sync_serial_poll()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 1448 poll_wait(file, &fh->fh.wait, wait); in __tm6000_poll() 1460 poll_wait(file, &buf->vb.done, wait); in __tm6000_poll()
|
/linux-4.4.14/sound/core/ |
D | compress_offload.c | 398 poll_wait(f, &stream->runtime->sleep, wait); in snd_compr_poll()
|
D | rawmidi.c | 1370 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll() 1374 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()
|
/linux-4.4.14/drivers/input/misc/ |
D | uinput.c | 560 poll_wait(file, &udev->waitq, wait); in uinput_poll()
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 965 poll_wait(file, &read_queue, wait); in ts_poll() 966 poll_wait(file, &write_queue, wait); in ts_poll()
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 438 poll_wait(file, &list->hiddev->wait, wait); in hiddev_poll()
|
/linux-4.4.14/drivers/gpu/vga/ |
D | vgaarb.c | 1172 poll_wait(file, &vga_wait_queue, wait); in vga_arb_fpoll()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | file_ops.c | 1381 poll_wait(fp, &uctxt->wait, pt); in poll_urgent() 1403 poll_wait(fp, &uctxt->wait, pt); in poll_next()
|
D | diag.c | 802 poll_wait(fp, &dd->hfi1_snoop.waitq, wait); in hfi1_snoop_poll()
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 760 poll_wait(file, &mousedev->wait, wait); in mousedev_poll()
|
D | joydev.c | 432 poll_wait(file, &joydev->wait, wait); in joydev_poll()
|
D | evdev.c | 644 poll_wait(file, &evdev->wait, wait); in evdev_poll()
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound_core.c | 683 poll_wait(file, &write_sq.action_queue, wait); in sq_poll()
|
/linux-4.4.14/net/rfkill/ |
D | core.c | 1088 poll_wait(file, &data->read_wait, wait); in rfkill_fop_poll()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_file_ops.c | 1112 poll_wait(fp, &rcd->wait, pt); in qib_poll_urgent() 1134 poll_wait(fp, &rcd->wait, pt); in qib_poll_next()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_common.c | 1239 poll_wait(file, &(dev->info_waitq), wait); in isdn_poll() 1252 poll_wait(file, &(dev->drv[drvidx]->st_waitq), wait); in isdn_poll()
|
/linux-4.4.14/drivers/macintosh/ |
D | smu.c | 1252 poll_wait(file, &pp->wait, wait); in smu_fpoll()
|
/linux-4.4.14/kernel/ |
D | relay.c | 909 poll_wait(filp, &buf->read_wait, wait); in relay_file_poll()
|
/linux-4.4.14/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 543 poll_wait(filp, &dev->wait_data, wait); in hdpvr_poll()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_file_ops.c | 1395 poll_wait(fp, &pd->port_wait, pt); in ipath_poll_urgent() 1441 poll_wait(fp, &pd->port_wait, pt); in ipath_poll_next()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_fops.c | 2277 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2289 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_bin.c | 1197 poll_wait(file, &rp->b_wait, wait); in mon_bin_poll()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capi.c | 736 poll_wait(file, &(cdev->recvwait), wait); in capi_poll()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic.h | 1513 u8 poll_wait; member
|
/linux-4.4.14/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 658 poll_wait(file, &lis3->misc_wait, wait); in lis3lv02d_misc_poll()
|
/linux-4.4.14/arch/x86/kernel/ |
D | apm_32.c | 1512 poll_wait(fp, &apm_waitqueue, wait); in do_poll()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 1179 poll_wait(file,&fh->wait_data,wait); in pvr2_v4l2_poll()
|
/linux-4.4.14/drivers/net/ |
D | macvtap.c | 582 poll_wait(file, &q->wq.wait, wait); in macvtap_poll()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 2964 poll_wait(file, &fh->fh.wait, wait); in bttv_poll() 3002 poll_wait(file, &buf->vb.done, wait); in bttv_poll() 3338 poll_wait(file, &fh->fh.wait, wait); in radio_poll()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_api.c | 1310 poll_wait(f, wq, p); in _scif_poll_wait()
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 526 poll_wait(filp, &info->wait_q, poll_tab); in mqueue_poll_file()
|
/linux-4.4.14/net/sunrpc/ |
D | rpc_pipe.c | 350 poll_wait(filp, &rpci->waitq, wait); in rpc_pipe_poll()
|
D | cache.c | 928 poll_wait(filp, &queue_wait, wait); in cache_poll()
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1061 poll_wait(file, &fmdev->rx.rds.read_queue, pts); in fmc_is_rds_data_available()
|
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
D | stk-webcam.c | 731 poll_wait(fp, &dev->wait_frame, wait); in v4l_stk_poll()
|
/linux-4.4.14/net/vmw_vsock/ |
D | af_vsock.c | 849 poll_wait(file, sk_sleep(sk), wait); in vsock_poll()
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 1132 poll_wait(file, &cs_char_data.wait, wait); in cs_char_poll()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_driver.c | 2539 poll_wait(file, &zr->v4l_capq, wait); in zoran_poll() 2561 poll_wait(file, &zr->jpg_capq, wait); in zoran_poll()
|
/linux-4.4.14/drivers/media/pci/meye/ |
D | meye.c | 1440 poll_wait(file, &meye.proc_list, wait); in meye_poll()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | omap1_camera.c | 1537 poll_wait(file, &buf->vb.done, pt); in omap1_cam_poll()
|
/linux-4.4.14/sound/usb/ |
D | mixer_quirks.c | 246 poll_wait(file, &mixer->rc_waitq, wait); in snd_usb_sbrc_hwdep_poll()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 2738 poll_wait(file, &runtime->sleep, wait); in snd_pcm_oss_poll() 2749 poll_wait(file, &runtime->sleep, wait); in snd_pcm_oss_poll()
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 1902 poll_wait(file, &mce_chrdev_wait, wait); in mce_chrdev_poll()
|
/linux-4.4.14/include/net/ |
D | sock.h | 1940 poll_wait(filp, wait_address, p); in sock_poll_wait()
|