Home
last modified time | relevance | path

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

12345678

/linux/fs/xfs/
H A Dxfs_pwork.c51 wake_up(&pctl->poll_wait); in xfs_pwork_work()
83 init_waitqueue_head(&pctl->poll_wait); in xfs_pwork_init()
118 while (wait_event_timeout(pctl->poll_wait, in xfs_pwork_poll()
H A Dxfs_pwork.h21 struct wait_queue_head poll_wait; member
/linux/drivers/media/mc/
H A Dmc-request.c57 wake_up_interruptible_all(&req->poll_wait); in media_request_clean()
103 poll_wait(filp, &req->poll_wait, wait); in media_request_poll()
304 init_waitqueue_head(&req->poll_wait); in media_request_alloc()
455 wake_up_interruptible_all(&req->poll_wait); in media_request_object_unbind()
483 wake_up_interruptible_all(&req->poll_wait); in media_request_object_complete()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c192 u32 poll_wait; member
222 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/rust/helpers/
H A Dpoll.c9 poll_wait(filp, wait_address, p); in rust_helper_poll_wait()
/linux/fs/proc/
H A Dkmsg.c42 poll_wait(file, &log_wait, wait); in kmsg_poll()
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h334 uint8_t poll_wait; member
426 uint32_t poll_wait; member
498 uint32_t poll_wait; member
H A Dqla_nx2.c2482 p_wait = cache_hdr->cache_ctrl.poll_wait; in qla8044_minidump_process_l2tag()
2646 uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; in qla8044_minidump_process_pollrd() local
2657 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd()
2662 poll_wait = pollrd_hdr->poll_wait; in qla8044_minidump_process_pollrd()
2669 if (--poll_wait == 0) { in qla8044_minidump_process_pollrd()
2737 uint32_t poll_wait, poll_mask, r_value, data; in qla8044_minidump_process_pollrdmwr() local
2751 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr()
2759 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr()
2772 poll_wait = poll_hdr->poll_wait; in qla8044_minidump_process_pollrdmwr()
2780 if (--poll_wait == 0) { in qla8044_minidump_process_pollrdmwr()
/linux/drivers/scsi/qla4xxx/
H A Dql4_83xx.h233 uint32_t poll_wait; member
305 uint32_t poll_wait; member
H A Dql4_nx.c2150 p_wait = cache_hdr->cache_ctrl.poll_wait; in qla4_8xxx_minidump_process_l2tag()
2576 uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; in qla83xx_minidump_process_pollrd() local
2588 poll_wait = le32_to_cpu(pollrd_hdr->poll_wait); in qla83xx_minidump_process_pollrd()
2593 poll_wait = le32_to_cpu(pollrd_hdr->poll_wait); in qla83xx_minidump_process_pollrd()
2601 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrd()
2886 uint32_t poll_wait, poll_mask, r_value, data; in qla83xx_minidump_process_pollrdmwr() local
2901 poll_wait = le32_to_cpu(poll_hdr->poll_wait); in qla83xx_minidump_process_pollrdmwr()
2909 if (--poll_wait == 0) { in qla83xx_minidump_process_pollrdmwr()
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()
/linux/rust/kernel/sync/
H A Dpoll.rs61 unsafe { bindings::poll_wait(file.as_ptr(), cv.wait_queue_head.get(), self.table) } in register_wait()
/linux/net/9p/
H A Dtrans_fd.c92 struct p9_poll_wait poll_wait[MAXPOLLWADDR]; member
127 for (i = 0; i < ARRAY_SIZE(m->poll_wait); i++) { in p9_mux_poll_stop()
128 struct p9_poll_wait *pwait = &m->poll_wait[i]; in p9_mux_poll_stop()
524 for (i = 0; i < ARRAY_SIZE(m->poll_wait); i++) { in p9_pollwait()
525 if (m->poll_wait[i].wait_addr == NULL) { in p9_pollwait()
526 pwait = &m->poll_wait[i]; in p9_pollwait()
/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c86 poll_wait(file, &rbuf->queue, wait); in ts_poll()
87 poll_wait(file, &wbuf->queue, wait); in ts_poll()
/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c99 wait_queue_head_t poll_wait; member
1739 wait_queue_head_t poll_wait; member
1755 init_waitqueue_head(&ev_queue->poll_wait); in devx_init_event_queue()
1799 init_waitqueue_head(&ev_file->poll_wait); in UVERBS_HANDLER()
1825 wake_up_interruptible(&ev_queue->poll_wait); in devx_query_callback()
2530 wake_up_interruptible(&ev_file->poll_wait); in deliver_event()
2552 wake_up_interruptible(&ev_file->poll_wait); in deliver_event()
2761 ev_queue->poll_wait, in devx_async_cmd_event_read()
2804 poll_wait(filp, &ev_queue->poll_wait, wait); in devx_async_cmd_event_poll()
2851 if (wait_event_interruptible(ev_file->poll_wait, in devx_async_event_read()
[all …]
/linux/arch/mips/kernel/
H A Drtlx.c344 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/drivers/vfio/pci/mlx5/
H A Dmain.c178 if (wait_event_interruptible(migf->poll_wait, in mlx5vf_save_read()
242 poll_wait(filp, &migf->poll_wait, wait); in mlx5vf_save_poll()
262 wake_up_interruptible(&migf->poll_wait); in mlx5vf_mark_err()
626 init_waitqueue_head(&migf->poll_wait); in mlx5vf_pci_save_device_data()
1059 wake_up_interruptible(&mvdev->saving_migf->poll_wait); in mlx5vf_disable_fds()
H A Dcmd.h110 wait_queue_head_t poll_wait; member
/linux/net/qrtr/
H A Dtun.c119 poll_wait(filp, &tun->readq, wait); in qrtr_tun_poll()
/linux/include/linux/
H A Dpoll.h42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait() function
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h122 void (*poll_wait)(struct i915_perf_stream *stream, member
/linux/drivers/infiniband/core/
H A Ducma.c83 wait_queue_head_t poll_wait; member
328 wake_up_interruptible(&ctx->file->poll_wait); in ucma_connect_event_handler()
363 wake_up_interruptible(&ctx->file->poll_wait); in ucma_event_handler()
399 if (wait_event_interruptible(file->poll_wait, in ucma_get_event()
1790 wake_up_interruptible(&ctx->file->poll_wait); in ucma_write_cm_event()
1868 poll_wait(filp, &file->poll_wait, wait); in ucma_poll()
1894 init_waitqueue_head(&file->poll_wait); in ucma_open()
H A Duverbs_std_types.c144 wake_up_interruptible(&event_queue->poll_wait); in ib_uverbs_free_event_queue()
/linux/drivers/leds/
H A Duleds.c174 poll_wait(file, &udev->waitq, wait); in uleds_poll()
/linux/drivers/tty/
H A Dn_hdlc.c647 poll_wait(filp, &tty->read_wait, wait); in n_hdlc_tty_poll()
648 poll_wait(filp, &tty->write_wait, wait); in n_hdlc_tty_poll()
/linux/drivers/input/serio/
H A Duserio.c254 poll_wait(file, &userio->waitq, wait); in userio_char_poll()

12345678