/Linux-v5.4/fs/xfs/ |
D | xfs_pwork.c | 51 wake_up(&pctl->poll_wait); in xfs_pwork_work() 81 init_waitqueue_head(&pctl->poll_wait); in xfs_pwork_init() 116 while (wait_event_timeout(pctl->poll_wait, in xfs_pwork_poll()
|
D | xfs_pwork.h | 21 struct wait_queue_head poll_wait; member
|
/Linux-v5.4/drivers/media/mc/ |
D | mc-request.c | 57 wake_up_interruptible_all(&req->poll_wait); in media_request_clean() 103 poll_wait(filp, &req->poll_wait, wait); in media_request_poll() 325 init_waitqueue_head(&req->poll_wait); in media_request_alloc() 467 wake_up_interruptible_all(&req->poll_wait); in media_request_object_unbind() 495 wake_up_interruptible_all(&req->poll_wait); in media_request_object_complete()
|
/Linux-v5.4/fs/ |
D | eventpoll.c | 194 wait_queue_head_t poll_wait; member 749 if (waitqueue_active(&ep->poll_wait)) in ep_scan_ready_list() 759 ep_poll_safewake(&ep->poll_wait); in ep_scan_ready_list() 818 if (waitqueue_active(&ep->poll_wait)) in ep_free() 819 ep_poll_safewake(&ep->poll_wait); in ep_free() 895 poll_wait(epi->ffd.file, &ep->poll_wait, pt); in ep_item_poll() 936 poll_wait(file, &ep->poll_wait, wait); in ep_eventpoll_poll() 1028 init_waitqueue_head(&ep->poll_wait); in ep_alloc() 1280 if (waitqueue_active(&ep->poll_wait)) in ep_poll_callback() 1288 ep_poll_safewake(&ep->poll_wait); in ep_poll_callback() [all …]
|
/Linux-v5.4/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-v5.4/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-v5.4/fs/proc/ |
D | kmsg.c | 45 poll_wait(file, &log_wait, wait); in kmsg_poll()
|
/Linux-v5.4/drivers/scsi/qla2xxx/ |
D | qla_nx2.h | 335 uint8_t poll_wait; member 427 uint32_t poll_wait; member 499 uint32_t poll_wait; member
|
D | qla_nx2.c | 2494 p_wait = cache_hdr->cache_ctrl.poll_wait; in qla8044_minidump_process_l2tag() 2658 uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; in qla8044_minidump_process_pollrd() local 2669 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd() 2674 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd() 2681 if (--poll_wait == 0) { in qla8044_minidump_process_pollrd() 2749 uint32_t poll_wait, poll_mask, r_value, data; in qla8044_minidump_process_pollrdmwr() local 2763 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr() 2771 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr() 2784 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr() 2792 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr()
|
/Linux-v5.4/drivers/scsi/qla4xxx/ |
D | ql4_83xx.h | 251 uint32_t poll_wait; member 323 uint32_t poll_wait; member
|
D | ql4_nx.c | 2169 p_wait = cache_hdr->cache_ctrl.poll_wait; in qla4_8xxx_minidump_process_l2tag() 2595 uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; in qla83xx_minidump_process_pollrd() local 2607 poll_wait = le32_to_cpu(pollrd_hdr->poll_wait); in qla83xx_minidump_process_pollrd() 2612 poll_wait = le32_to_cpu(pollrd_hdr->poll_wait); in qla83xx_minidump_process_pollrd() 2620 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrd() 2908 uint32_t poll_wait, poll_mask, r_value, data; in qla83xx_minidump_process_pollrdmwr() local 2923 poll_wait = le32_to_cpu(poll_hdr->poll_wait); in qla83xx_minidump_process_pollrdmwr() 2931 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrdmwr() 2945 poll_wait = le32_to_cpu(poll_hdr->poll_wait); in qla83xx_minidump_process_pollrdmwr() 2953 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrdmwr()
|
/Linux-v5.4/net/9p/ |
D | trans_fd.c | 127 struct p9_poll_wait poll_wait[MAXPOLLWADDR]; member 162 for (i = 0; i < ARRAY_SIZE(m->poll_wait); i++) { in p9_mux_poll_stop() 163 struct p9_poll_wait *pwait = &m->poll_wait[i]; in p9_mux_poll_stop() 550 for (i = 0; i < ARRAY_SIZE(m->poll_wait); i++) { in p9_pollwait() 551 if (m->poll_wait[i].wait_addr == NULL) { in p9_pollwait() 552 pwait = &m->poll_wait[i]; in p9_pollwait()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | devx.c | 84 wait_queue_head_t poll_wait; member 1591 wait_queue_head_t poll_wait; member 1607 init_waitqueue_head(&ev_queue->poll_wait); in devx_init_event_queue() 1651 init_waitqueue_head(&ev_file->poll_wait); in UVERBS_HANDLER() 1677 wake_up_interruptible(&ev_queue->poll_wait); in devx_query_callback() 2321 wake_up_interruptible(&ev_file->poll_wait); in deliver_event() 2340 wake_up_interruptible(&ev_file->poll_wait); in deliver_event() 2463 ev_queue->poll_wait, in devx_async_cmd_event_read() 2523 poll_wait(filp, &ev_queue->poll_wait, wait); in devx_async_cmd_event_poll() 2575 if (wait_event_interruptible(ev_file->poll_wait, in devx_async_event_read() [all …]
|
/Linux-v5.4/drivers/media/pci/ngene/ |
D | ngene-dvb.c | 86 poll_wait(file, &rbuf->queue, wait); in ts_poll() 87 poll_wait(file, &wbuf->queue, wait); in ts_poll()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | uverbs_main.c | 239 if (wait_event_interruptible(ev_queue->poll_wait, in ib_uverbs_event_read() 311 poll_wait(filp, &ev_queue->poll_wait, wait); in ib_uverbs_event_poll() 450 wake_up_interruptible(&ev_queue->poll_wait); in ib_uverbs_comp_handler() 484 wake_up_interruptible(&file->async_file->ev_queue.poll_wait); in ib_uverbs_async_handler() 556 init_waitqueue_head(&ev_queue->poll_wait); in ib_uverbs_init_event_queue() 1378 wake_up_interruptible(&event_file->ev_queue.poll_wait); in ib_uverbs_free_hw_resources()
|
/Linux-v5.4/arch/mips/kernel/ |
D | rtlx.c | 344 poll_wait(file, &channel_wqs[minor].rt_queue, wait); in file_poll() 345 poll_wait(file, &channel_wqs[minor].lx_queue, wait); in file_poll()
|
/Linux-v5.4/drivers/media/pci/ttpci/ |
D | av7110_ca.c | 222 poll_wait(file, &rbuf->queue, wait); in dvb_ca_poll() 223 poll_wait(file, &wbuf->queue, wait); in dvb_ca_poll()
|
/Linux-v5.4/net/qrtr/ |
D | tun.c | 103 poll_wait(filp, &tun->readq, wait); in qrtr_tun_poll()
|
/Linux-v5.4/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-v5.4/include/media/ |
D | media-request.h | 71 wait_queue_head_t poll_wait; member
|
/Linux-v5.4/sound/firewire/fireface/ |
D | ff-hwdep.c | 60 poll_wait(file, &ff->hwdep_wait, wait); in hwdep_poll()
|
/Linux-v5.4/sound/firewire/motu/ |
D | motu-hwdep.c | 67 poll_wait(file, &motu->hwdep_wait, wait); in hwdep_poll()
|
/Linux-v5.4/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 60 poll_wait(file, &oxfw->hwdep_wait, wait); in hwdep_poll()
|
/Linux-v5.4/sound/firewire/bebob/ |
D | bebob_hwdep.c | 61 poll_wait(file, &bebob->hwdep_wait, wait); in hwdep_poll()
|
/Linux-v5.4/sound/firewire/dice/ |
D | dice-hwdep.c | 60 poll_wait(file, &dice->hwdep_wait, wait); in hwdep_poll()
|