/linux-4.1.27/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 | eventfd.c | 123 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
|
D | signalfd.c | 65 poll_wait(file, ¤t->sighand->signalfd_wqh, wait); in signalfd_poll()
|
D | proc_namespace.c | 25 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 | 507 poll_wait(filp, &pipe->wait, wait); in pipe_poll()
|
/linux-4.1.27/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.1.27/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() 586 init_waitqueue_head(&dev->poll_wait); in reader_probe()
|
/linux-4.1.27/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.1.27/drivers/scsi/qla2xxx/ |
D | qla_nx2.h | 337 uint8_t poll_wait; member 429 uint32_t poll_wait; member 501 uint32_t poll_wait; member
|
D | qla_nx2.c | 2481 p_wait = cache_hdr->cache_ctrl.poll_wait; in qla8044_minidump_process_l2tag() 2645 uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; in qla8044_minidump_process_pollrd() local 2656 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd() 2661 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd() 2668 if (--poll_wait == 0) { in qla8044_minidump_process_pollrd() 2736 uint32_t poll_wait, poll_mask, r_value, data; in qla8044_minidump_process_pollrdmwr() local 2750 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr() 2758 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr() 2771 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr() 2779 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr()
|
D | qla_nx.h | 1085 uint8_t poll_wait; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/infiniband/core/ |
D | uverbs_main.c | 344 if (wait_event_interruptible(file->poll_wait, in ib_uverbs_event_read() 389 poll_wait(filp, &file->poll_wait, wait); in ib_uverbs_event_poll() 469 wake_up_interruptible(&file->poll_wait); in ib_uverbs_comp_handler() 503 wake_up_interruptible(&file->async_file->poll_wait); in ib_uverbs_async_handler() 568 init_waitqueue_head(&ev_file->poll_wait); in ib_uverbs_alloc_event_file()
|
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() 1137 poll_wait(filp, &file->poll_wait, wait); in ib_ucm_poll() 1163 init_waitqueue_head(&file->poll_wait); in ib_ucm_open()
|
D | ucma.c | 76 wait_queue_head_t poll_wait; member 286 wake_up_interruptible(&ctx->file->poll_wait); in ucma_event_handler() 313 if (wait_event_interruptible(file->poll_wait, in ucma_get_event() 1520 poll_wait(filp, &file->poll_wait, wait); in ucma_poll() 1546 init_waitqueue_head(&file->poll_wait); in ucma_open()
|
D | uverbs.h | 106 wait_queue_head_t poll_wait; member
|
D | user_mad.c | 608 poll_wait(filp, &file->recv_wait, wait); in ib_umad_poll()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 | msm_smd_pkt.c | 228 poll_wait(file, &smd_pkt_devp->ch_read_wait_queue, wait); in smd_pkt_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 | 1402 poll_wait(file, &random_read_wait, wait); in random_poll() 1403 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 | 355 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()
|
D | virtio_console.c | 988 poll_wait(filp, &port->waitqueue, wait); in port_fops_poll()
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_readq.c | 194 poll_wait(file, &q->midi_sleep, wait); in snd_seq_oss_readq_poll()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-mem2mem.c | 541 poll_wait(file, &fh->wait, wait); in v4l2_m2m_poll() 566 poll_wait(file, &src_q->done_wq, wait); in v4l2_m2m_poll() 568 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 | videobuf-core.c | 1150 poll_wait(file, &buf->done, wait); in videobuf_poll_stream()
|
D | videobuf2-core.c | 2622 poll_wait(file, &fh->wait, wait); in vb2_poll() 2672 poll_wait(file, &q->done_wq, wait); in vb2_poll()
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_hwdep.c | 62 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-hwdep.c | 61 poll_wait(file, &dice->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.1.27/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.1.27/drivers/misc/mic/host/ |
D | mic_fops.c | 142 poll_wait(f, &mvdev->waitq, wait); in mic_poll()
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 61 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.1.27/net/rds/ |
D | af_rds.c | 178 poll_wait(file, sk_sleep(sk), wait); in rds_poll() 181 poll_wait(file, &rds_poll_waitq, wait); in rds_poll()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/isdn/divert/ |
D | divert_procfs.c | 127 poll_wait(file, &(rd_queue), wait); in isdn_divert_poll()
|
/linux-4.1.27/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() 1672 wake_up_interruptible(&tty->poll_wait); in rp_write() 1737 wake_up_interruptible(&tty->poll_wait); in rp_flush_buffer()
|
D | n_tty.c | 2462 poll_wait(file, &tty->read_wait, wait); in n_tty_poll() 2463 poll_wait(file, &tty->write_wait, wait); in n_tty_poll()
|
D | n_r3964.c | 1230 poll_wait(file, &pInfo->read_wait, wait); in r3964_poll()
|
D | n_gsm.c | 2484 poll_wait(file, &tty->read_wait, wait); in gsmld_poll() 2485 poll_wait(file, &tty->write_wait, wait); in gsmld_poll()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 160 poll_wait(file, &efw->hwdep_wait, wait); in hwdep_poll()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | timerdev.c | 151 poll_wait(filep, &dev->wait, wait); in mISDN_poll()
|
/linux-4.1.27/drivers/isdn/hysdn/ |
D | hysdn_proclog.c | 296 poll_wait(file, &(pd->rd_queue), wait); in hysdn_log_poll()
|
/linux-4.1.27/drivers/usb/misc/ |
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 | ldusb.c | 437 poll_wait(file, &dev->read_wait, wait); in ld_usb_poll() 438 poll_wait(file, &dev->write_wait, wait); in ld_usb_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.1.27/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.1.27/drivers/xen/ |
D | mcelog.c | 144 poll_wait(file, &xen_mce_chrdev_wait, wait); in xen_mce_chrdev_poll()
|
D | evtchn.c | 476 poll_wait(file, &u->evtchn_wait, wait); in evtchn_poll()
|
/linux-4.1.27/drivers/pps/ |
D | pps.c | 56 poll_wait(file, &pps->queue, wait); in pps_cdev_poll()
|
/linux-4.1.27/drivers/ptp/ |
D | ptp_chardev.c | 263 poll_wait(fp, &ptp->tsev_wq, wait); in ptp_poll()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | rtasd.c | 391 poll_wait(file, &rtas_log_wait, wait); in rtas_log_poll()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | speakup_soft.c | 288 poll_wait(fp, &speakup_event, wait); in softsynth_poll()
|
/linux-4.1.27/drivers/bluetooth/ |
D | hci_vhci.c | 314 poll_wait(file, &data->read_wait, wait); in vhci_poll()
|
/linux-4.1.27/net/batman-adv/ |
D | icmp_socket.c | 278 poll_wait(file, &socket_client->queue_wait, wait); in batadv_socket_poll()
|
D | debugfs.c | 181 poll_wait(file, &debug_log->queue_wait, wait); in batadv_log_poll()
|
/linux-4.1.27/drivers/media/i2c/ |
D | saa6588.c | 419 poll_wait(a->instance, &s->read_queue, a->event_list); in saa6588_ioctl()
|
/linux-4.1.27/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 | hid-sensor-custom.c | 714 poll_wait(file, &sensor_inst->wait, wait); in hid_sensor_custom_poll()
|
D | uhid.c | 744 poll_wait(file, &uhid->waitq, wait); in uhid_char_poll()
|
D | hid-debug.c | 1184 poll_wait(file, &list->hdev->debug_wait, wait); in hid_debug_events_poll()
|
/linux-4.1.27/fs/coda/ |
D | psdev.c | 69 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()
|
/linux-4.1.27/fs/ecryptfs/ |
D | miscdev.c | 59 poll_wait(file, &daemon->wait, pt); in ecryptfs_miscdev_poll()
|
/linux-4.1.27/drivers/input/serio/ |
D | serio_raw.c | 248 poll_wait(file, &serio_raw->wait, wait); in serio_raw_poll()
|
/linux-4.1.27/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 | 2068 poll_wait(file, &fc->waitq, wait); in fuse_dev_poll() 2156 wake_up_interruptible_all(&ff->poll_wait); in end_polls()
|
/linux-4.1.27/drivers/misc/mei/ |
D | amthif.c | 381 poll_wait(file, &dev->iamthif_cl.wait, wait); in mei_amthif_poll()
|
D | main.c | 568 poll_wait(file, &cl->rx_wait, wait); in mei_poll()
|
/linux-4.1.27/security/tomoyo/ |
D | audit.c | 464 poll_wait(file, &tomoyo_log_wait, wait); in tomoyo_poll_log()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/ |
D | drm_fops.c | 542 poll_wait(filp, &file_priv->event_wait, wait); in drm_poll()
|
/linux-4.1.27/drivers/platform/goldfish/ |
D | goldfish_pipe.c | 422 poll_wait(filp, &pipe->wake_queue, wait); in goldfish_pipe_poll()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-dev.c | 211 poll_wait(file, &rtc->irq_queue, wait); in rtc_dev_poll()
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 959 poll_wait(file, &ctx->fh.wait, wait); in s5p_mfc_poll() 960 poll_wait(file, &src_q->done_wq, wait); in s5p_mfc_poll() 961 poll_wait(file, &dst_q->done_wq, wait); in s5p_mfc_poll()
|
/linux-4.1.27/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.1.27/drivers/iio/ |
D | industrialio-event.c | 89 poll_wait(filep, &ev_int->wait, wait); in iio_event_poll()
|
D | industrialio-buffer.c | 156 poll_wait(filp, &rb->pollq, wait); in iio_buffer_poll()
|
/linux-4.1.27/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.1.27/fs/cachefiles/ |
D | daemon.c | 299 poll_wait(file, &cache->daemon_pollwq, poll); in cachefiles_daemon_poll()
|
/linux-4.1.27/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 526 poll_wait(file, &radio->read_queue, pts); in si470x_fops_poll()
|
/linux-4.1.27/drivers/tty/vt/ |
D | vc_screen.c | 568 poll_wait(file, &poll->waitq, wait); in vcs_poll()
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 229 poll_wait(file, &ip->ip_lockres.l_event, wait); in dlmfs_file_poll()
|
/linux-4.1.27/drivers/misc/cxl/ |
D | file.c | 256 poll_wait(file, &ctx->wq, poll); in afu_poll()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozcdev.c | 336 poll_wait(filp, &dev->rdq, wait); in oz_cdev_poll()
|
/linux-4.1.27/drivers/usb/core/ |
D | devices.c | 653 poll_wait(file, &device_event.wait, wait); in usb_device_poll()
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 593 poll_wait(file, &u->read_waitq, wait); in xenbus_file_poll()
|
/linux-4.1.27/fs/dlm/ |
D | plock.c | 470 poll_wait(file, &send_wq, wait); in dev_poll()
|
D | user.c | 895 poll_wait(file, &proc->wait, wait); in device_poll()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 838 poll_wait(file, &ctx->ibox_wq, wait); in spufs_ibox_poll() 988 poll_wait(file, &ctx->wbox_wq, wait); in spufs_wbox_poll() 1802 poll_wait(file, &ctx->mfc_wq, wait); in spufs_mfc_poll() 2576 poll_wait(file, &ctx->switch_log->wait, wait); in spufs_switch_log_poll()
|
/linux-4.1.27/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.1.27/drivers/s390/char/ |
D | monreader.c | 435 poll_wait(filp, &mon_read_wait_queue, p); in mon_poll()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eer.c | 657 poll_wait(filp, &dasd_eer_read_wait_queue, ptable); in dasd_eer_poll()
|
/linux-4.1.27/drivers/usb/class/ |
D | usblp.c | 483 poll_wait(file, &usblp->rwait, wait); in usblp_poll() 484 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.1.27/drivers/media/dvb-core/ |
D | dmxdev.c | 1093 poll_wait(file, &dmxdevfilter->buffer.queue, wait); in dvb_demux_poll() 1190 poll_wait(file, &dmxdev->dvr_buffer.queue, wait); in dvb_dvr_poll()
|
D | dvb_ca_en50221.c | 1619 poll_wait(file, &ca->wait_queue, wait); in dvb_ca_en50221_io_poll()
|
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_debug.c | 386 poll_wait(file, &dev->app_info[i].wait_dpram_msg, wait); in ft1000_poll_dev()
|
/linux-4.1.27/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.1.27/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.1.27/fs/notify/inotify/ |
D | inotify_user.c | 117 poll_wait(file, &group->notification_waitq, wait); in inotify_poll()
|
/linux-4.1.27/drivers/dma-buf/ |
D | dma-buf.c | 148 poll_wait(file, &dmabuf->poll, poll); in dma_buf_poll()
|
/linux-4.1.27/drivers/virt/ |
D | fsl_hypervisor.c | 580 poll_wait(filp, &dbq->wait, p); in fsl_hv_poll()
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 415 poll_wait(file, sk_sleep(sk), wait); in bt_sock_poll()
|
/linux-4.1.27/drivers/firewire/ |
D | nosy.c | 336 poll_wait(file, &client->buffer.wait, pt); in nosy_poll()
|
D | core-cdev.c | 1793 poll_wait(file, &client->wait, pt); in fw_device_op_poll()
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_fops.c | 352 poll_wait(file, &buf->done, wait); in __fops_poll()
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 967 v4l2_fh->wait (wait_queue_head_t 类型)作为参数调用 poll_wait()。
|
/linux-4.1.27/fs/kernfs/ |
D | file.c | 792 poll_wait(filp, &on->poll, wait); in kernfs_fop_poll()
|
/linux-4.1.27/drivers/staging/android/ |
D | sync.c | 549 poll_wait(file, &fence->wq, wait); in sync_fence_poll()
|
/linux-4.1.27/drivers/media/rc/ |
D | lirc_dev.c | 557 poll_wait(file, &ir->buf->wait_poll, wait); in lirc_dev_fop_poll()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-fileops.c | 652 poll_wait(filp, &s->waitq, wait); in cx18_v4l2_enc_poll()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_devintf.c | 87 poll_wait(file, &priv->wait, wait); in ipmi_poll()
|
D | ipmi_watchdog.c | 887 poll_wait(file, &read_q, wait); in ipmi_poll()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/ |
D | gpio.c | 238 poll_wait(file, &priv->alarm_wq, wait); in gpio_poll()
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_host.c | 177 poll_wait(filp, &context->host_context.wait_queue, in vmci_host_poll()
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_ppp.c | 430 poll_wait(file, &irnet_events.rwait, wait); in irnet_ctrl_poll()
|
/linux-4.1.27/drivers/uio/ |
D | uio.c | 499 poll_wait(filep, &idev->wait, wait); in uio_poll()
|
/linux-4.1.27/net/phonet/ |
D | socket.c | 347 poll_wait(file, sk_sleep(sk), wait); in pn_socket_poll()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 246 poll_wait(file, &group->notification_waitq, wait); in fanotify_poll()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/ |
D | gpio.c | 189 poll_wait(file, &priv->alarm_wq, wait); in gpio_poll()
|
/linux-4.1.27/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 384 poll_wait(file, &debug_data->stats_queue, wait); in smsdvb_stats_poll()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00debug.c | 308 poll_wait(file, &intf->frame_dump_waitqueue, wait); in rt2x00debug_poll_queue_dump()
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 1449 poll_wait(file, &fh->fh.wait, wait); in __tm6000_poll() 1461 poll_wait(file, &buf->vb.done, wait); in __tm6000_poll()
|
/linux-4.1.27/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.1.27/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()
|
D | pcm_native.c | 3169 poll_wait(file, &runtime->sleep, wait); in snd_pcm_playback_poll() 3208 poll_wait(file, &runtime->sleep, wait); in snd_pcm_capture_poll()
|
/linux-4.1.27/drivers/input/misc/ |
D | uinput.c | 562 poll_wait(file, &udev->waitq, wait); in uinput_poll()
|
/linux-4.1.27/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.1.27/drivers/gpu/vga/ |
D | vgaarb.c | 1161 poll_wait(file, &vga_wait_queue, wait); in vga_arb_fpoll()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hiddev.c | 438 poll_wait(file, &list->hiddev->wait, wait); in hiddev_poll()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga.c | 1283 poll_wait(filp, &priv->wait, tbl); in data_poll()
|
/linux-4.1.27/net/rfkill/ |
D | core.c | 1074 poll_wait(file, &data->read_wait, wait); in rfkill_fop_poll()
|
/linux-4.1.27/drivers/input/ |
D | joydev.c | 432 poll_wait(file, &joydev->wait, wait); in joydev_poll()
|
D | mousedev.c | 760 poll_wait(file, &mousedev->wait, wait); in mousedev_poll()
|
D | evdev.c | 587 poll_wait(file, &evdev->wait, wait); in evdev_poll()
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound_core.c | 683 poll_wait(file, &write_sq.action_queue, wait); in sq_poll()
|
/linux-4.1.27/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.1.27/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.1.27/kernel/ |
D | relay.c | 912 poll_wait(filp, &buf->read_wait, wait); in relay_file_poll()
|
/linux-4.1.27/drivers/macintosh/ |
D | smu.c | 1252 poll_wait(file, &pp->wait, wait); in smu_fpoll()
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 543 poll_wait(filp, &dev->wait_data, wait); in hdpvr_poll()
|
/linux-4.1.27/drivers/net/ |
D | macvtap.c | 533 poll_wait(file, &q->wq.wait, wait); in macvtap_poll()
|
/linux-4.1.27/drivers/staging/comedi/ |
D | comedi_fops.c | 2242 poll_wait(file, &s->async->wait_head, wait); in comedi_poll() 2253 poll_wait(file, &s->async->wait_head, wait); in comedi_poll()
|
/linux-4.1.27/drivers/infiniband/hw/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.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic.h | 1513 u8 poll_wait; member
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capi.c | 736 poll_wait(file, &(cdev->recvwait), wait); in capi_poll()
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 658 poll_wait(file, &lis3->misc_wait, wait); in lis3lv02d_misc_poll()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 1179 poll_wait(file,&fh->wait_data,wait); in pvr2_v4l2_poll()
|
/linux-4.1.27/arch/x86/kernel/ |
D | apm_32.c | 1512 poll_wait(fp, &apm_waitqueue, wait); in do_poll()
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_bin.c | 1196 poll_wait(file, &rp->b_wait, wait); in mon_bin_poll()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 2963 poll_wait(file, &fh->fh.wait, wait); in bttv_poll() 3001 poll_wait(file, &buf->vb.done, wait); in bttv_poll() 3337 poll_wait(file, &fh->fh.wait, wait); in radio_poll()
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
D | stk-webcam.c | 731 poll_wait(fp, &dev->wait_frame, wait); in v4l_stk_poll()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | omap1_camera.c | 1523 poll_wait(file, &buf->vb.done, pt); in omap1_cam_poll()
|
D | pxa_camera.c | 1565 poll_wait(file, &buf->vb.done, pt); in pxa_camera_poll()
|
/linux-4.1.27/net/sunrpc/ |
D | rpc_pipe.c | 350 poll_wait(filp, &rpci->waitq, wait); in rpc_pipe_poll()
|
D | cache.c | 921 poll_wait(filp, &queue_wait, wait); in cache_poll()
|
/linux-4.1.27/drivers/hsi/clients/ |
D | cmt_speech.c | 1127 poll_wait(file, &cs_char_data.wait, wait); in cs_char_poll()
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 527 poll_wait(filp, &info->wait_q, poll_tab); in mqueue_poll_file()
|
/linux-4.1.27/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1064 poll_wait(file, &fmdev->rx.rds.read_queue, pts); in fmc_is_rds_data_available()
|
/linux-4.1.27/net/vmw_vsock/ |
D | af_vsock.c | 849 poll_wait(file, sk_sleep(sk), wait); in vsock_poll()
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_driver.c | 2710 poll_wait(file, &zr->v4l_capq, wait); in zoran_poll() 2732 poll_wait(file, &zr->jpg_capq, wait); in zoran_poll()
|
/linux-4.1.27/drivers/media/pci/meye/ |
D | meye.c | 1440 poll_wait(file, &meye.proc_list, wait); in meye_poll()
|
/linux-4.1.27/sound/usb/ |
D | mixer_quirks.c | 246 poll_wait(file, &mixer->rc_waitq, wait); in snd_usb_sbrc_hwdep_poll()
|
/linux-4.1.27/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.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-417.c | 1797 poll_wait(file, &fh->fh.wait, wait); in mpeg_poll()
|
/linux-4.1.27/include/net/ |
D | sock.h | 1929 poll_wait(filp, wait_address, p); in sock_poll_wait()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 1889 poll_wait(file, &mce_chrdev_wait, wait); in mce_chrdev_poll()
|