Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/linux/io_uring/
H A Dpoll.c118 return &req->apoll->poll; in io_poll_get_single()
131 static void io_init_poll_iocb(struct io_poll *poll, __poll_t events) in io_init_poll_iocb() argument
133 poll->head = NULL; in io_init_poll_iocb()
136 poll->events = events | IO_POLL_UNMASK; in io_init_poll_iocb()
137 INIT_LIST_HEAD(&poll->wait.entry); in io_init_poll_iocb()
138 init_waitqueue_func_entry(&poll->wait, io_poll_wake); in io_init_poll_iocb()
141 static inline void io_poll_remove_entry(struct io_poll *poll) in io_poll_remove_entry() argument
143 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry()
147 list_del_init(&poll->wait.entry); in io_poll_remove_entry()
148 poll->head = NULL; in io_poll_remove_entry()
[all …]
/linux/drivers/tty/vt/
H A Dvc_screen.c89 struct vcs_poll_data *poll = in vcs_notifier() local
91 int currcons = poll->cons_num; in vcs_notifier()
112 poll->event = code; in vcs_notifier()
113 wake_up_interruptible(&poll->waitq); in vcs_notifier()
114 kill_fasync(&poll->fasync, SIGIO, fa_band); in vcs_notifier()
119 vcs_poll_data_free(struct vcs_poll_data *poll) in vcs_poll_data_free() argument
121 unregister_vt_notifier(&poll->notifier); in vcs_poll_data_free()
122 kfree(poll); in vcs_poll_data_free()
128 struct vcs_poll_data *poll = file->private_data, *kill = NULL; in vcs_poll_data_get() local
130 if (poll) in vcs_poll_data_get()
[all …]
/linux/arch/um/os-Linux/
H A Dsigio.c38 struct pollfd *poll; member
62 n = poll(fds->poll, fds->used, -1); in write_sigio_thread()
70 p = &fds->poll[i]; in write_sigio_thread()
89 memmove(&fds->poll[i], &fds->poll[i + 1], in write_sigio_thread()
90 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread()
118 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll()
119 kfree(polls->poll); in need_poll()
121 polls->poll = new; in need_poll()
174 if (all_sigio_fds.poll[i].fd == fd) in __add_sigio_fd()
180 p = &all_sigio_fds.poll[i]; in __add_sigio_fd()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst4 .. _func-poll:
7 V4L2 poll()
13 v4l2-poll - Wait for some event on a file descriptor
20 #include <sys/poll.h>
22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
31 With the :c:func:`poll()` function applications can suspend execution
44 On success :c:func:`poll()` returns the number of file descriptors
52 :ref:`VIDIOC_STREAMON <VIDIOC_STREAMON>` the :c:func:`poll()`
57 :c:func:`poll()` function succeeds and sets the ``POLLERR`` flag in
59 :c:func:`poll()` to succeed as well, but it sets the ``POLLOUT`` and
[all …]
/linux/include/trace/events/
H A Dscmi.h39 bool poll),
40 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll),
47 __field(bool, poll)
55 __entry->poll = poll;
60 __entry->transfer_id, __entry->poll)
65 u32 timeout, bool poll),
66 TP_ARGS(transfer_id, msg_id, protocol_id, seq, timeout, poll),
74 __field(bool, poll)
83 __entry->poll = poll;
88 __entry->transfer_id, __entry->timeout, __entry->poll)
/linux/Documentation/userspace-api/media/mediactl/
H A Drequest-func-poll.rst4 .. _request-func-poll:
7 request poll()
13 request-poll - Wait for some event on a file descriptor
20 #include <sys/poll.h>
22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
39 With the :c:func:`poll()` function applications can wait
42 On success :c:func:`poll()` returns the number of file
50 Attempting to poll for a request that is not yet queued will
56 On success, :c:func:`poll()` returns the number of
/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-poll.rst4 .. _cec-func-poll:
7 cec poll()
13 cec-poll - Wait for some event on a file descriptor
20 #include <sys/poll.h>
22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
39 With the :c:func:`poll()` function applications can wait for CEC
42 On success :c:func:`poll()` returns the number of file descriptors
53 For more details see the :c:func:`poll()` manual page.
58 On success, :c:func:`poll()` returns the number structures which have
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c160 st->poll.report_id, in hid_sensor_read_poll_value()
161 st->poll.index, sizeof(value), &value); in hid_sensor_read_poll_value()
166 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value()
181 st->poll.report_id, in hid_sensor_read_samp_freq_value()
182 st->poll.index, sizeof(value), &value); in hid_sensor_read_samp_freq_value()
187 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
189 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value()
212 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
214 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value()
219 ret = sensor_hub_set_feature(st->hsdev, st->poll.report_id, in hid_sensor_write_samp_freq_value()
[all …]
/linux/arch/arm/boot/dts/microchip/
H A Dat91-natte.dtsi74 poll-interval = <20000>;
90 poll-interval = <20000>;
106 poll-interval = <20000>;
122 poll-interval = <20000>;
138 poll-interval = <20000>;
154 poll-interval = <20000>;
170 poll-interval = <20000>;
186 poll-interval = <20000>;
/linux/sound/core/
H A Dmisc.c92 int poll; member
110 kill_fasync(&fasync->fasync, fasync->signal, fasync->poll); in snd_fasync_work_fn()
147 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll) in snd_kill_fasync() argument
155 fasync->poll = poll; in snd_kill_fasync()
/linux/drivers/input/misc/
H A Dwm831x-on.c45 int poll, ret; in wm831x_poll_on() local
49 poll = !(ret & WM831X_ON_PIN_STS); in wm831x_poll_on()
51 input_report_key(wm831x_on->dev, KEY_POWER, poll); in wm831x_poll_on()
55 poll = 1; in wm831x_poll_on()
58 if (poll) in wm831x_poll_on()
/linux/Documentation/translations/zh_CN/accounting/
H A Dpsi.rst63 用户可注册触发器,通过poll()监控资源压力是否超过门限。
69 所打开的文件描述符用于等待事件,可使用select()、poll()、epoll()。
102 #include <poll.h>
128 n = poll(&fds, 1, -1);
130 printf("poll error: %s\n", strerror(errno));
/linux/kernel/
H A Dutsname_sysctl.c65 proc_sys_poll_notify(table->poll); in proc_do_uts_string()
113 .poll = &hostname_poll,
121 .poll = &domainname_poll,
134 proc_sys_poll_notify(table->poll); in uts_proc_notify()
/linux/drivers/dma-buf/
H A Ddma-buf.c223 struct dma_buf *dmabuf = container_of(dcb->poll, struct dma_buf, poll); in dma_buf_poll_cb()
226 spin_lock_irqsave(&dcb->poll->lock, flags); in dma_buf_poll_cb()
227 wake_up_locked_poll(dcb->poll, dcb->active); in dma_buf_poll_cb()
229 spin_unlock_irqrestore(&dcb->poll->lock, flags); in dma_buf_poll_cb()
254 static __poll_t dma_buf_poll(struct file *file, poll_table *poll) in dma_buf_poll() argument
266 poll_wait(file, &dmabuf->poll, poll); in dma_buf_poll()
268 events = poll_requested_events(poll) & (EPOLLIN | EPOLLOUT); in dma_buf_poll()
278 spin_lock_irq(&dmabuf->poll.lock); in dma_buf_poll()
283 spin_unlock_irq(&dmabuf->poll.lock); in dma_buf_poll()
301 spin_lock_irq(&dmabuf->poll.lock); in dma_buf_poll()
[all …]
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c137 long poll = 0; in nx_wait_for_csb() local
153 ++poll; in nx_wait_for_csb()
167 if (poll > CSB_MAX_POLL) in nx_wait_for_csb()
186 (int) poll); in nx_wait_for_csb()
188 (int) poll); in nx_wait_for_csb()
/linux/drivers/input/
H A Dinput-poller.c16 void (*poll)(struct input_dev *dev); member
42 poller->poll(poller->input); in input_dev_poller_work()
58 poller->poll(poller->input); in input_dev_poller_start()
87 poller->poll = poll_fn; in input_setup_polling()
180 static DEVICE_ATTR(poll, 0644,
/linux/drivers/vhost/
H A Dvhost.c157 struct vhost_poll *poll; in vhost_poll_func() local
159 poll = container_of(pt, struct vhost_poll, table); in vhost_poll_func()
160 poll->wqh = wqh; in vhost_poll_func()
161 add_wait_queue(wqh, &poll->wait); in vhost_poll_func()
167 struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); in vhost_poll_wakeup() local
168 struct vhost_work *work = &poll->work; in vhost_poll_wakeup()
170 if (!(key_to_poll(key) & poll->mask)) in vhost_poll_wakeup()
173 if (!poll->dev->use_worker) in vhost_poll_wakeup()
176 vhost_poll_queue(poll); in vhost_poll_wakeup()
189 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, in vhost_poll_init() argument
[all …]
/linux/drivers/isdn/mISDN/
H A Ddsp_core.c167 static int poll; variable
173 module_param(poll, uint, S_IRUGO | S_IWUSR);
1127 dsp_poll = poll; in dsp_init()
1131 "maximum.\n", __func__, poll, MAX_POLL); in dsp_init()
1141 dsp_tics = poll * HZ / 8000; in dsp_init()
1142 if (dsp_tics * 8000 != poll * HZ) { in dsp_init()
1145 "%d HZ.\n", poll, HZ); in dsp_init()
1150 poll = 8; in dsp_init()
1151 while (poll <= MAX_POLL) { in dsp_init()
1152 tics = (poll * HZ) / 8000; in dsp_init()
[all …]
/linux/drivers/media/mc/
H A Dmc-devnode.c95 struct poll_table_struct *poll) in media_poll() argument
101 if (!devnode->fops->poll) in media_poll()
103 return devnode->fops->poll(filp, poll); in media_poll()
206 .poll = media_poll,
/linux/drivers/firmware/arm_scmi/
H A Dperf.c692 u32 domain, u32 level, bool poll) in scmi_perf_msg_level_set() argument
702 t->hdr.poll_completion = poll; in scmi_perf_msg_level_set()
715 bool poll) in __scmi_perf_level_set() argument
727 return scmi_perf_msg_level_set(ph, dom->id, level, poll); in __scmi_perf_level_set()
731 u32 domain, u32 level, bool poll) in scmi_perf_level_set() argument
752 return __scmi_perf_level_set(ph, dom, level, poll); in scmi_perf_level_set()
756 u32 domain, u32 *level, bool poll) in scmi_perf_msg_level_get() argument
766 t->hdr.poll_completion = poll; in scmi_perf_msg_level_get()
779 bool poll) in __scmi_perf_level_get() argument
788 return scmi_perf_msg_level_get(ph, dom->id, level, poll); in __scmi_perf_level_get()
[all …]
/linux/drivers/pci/hotplug/
H A Dcpcihp_zt5550.c42 static bool poll; variable
201 if (!poll) { in zt5550_hc_init_one()
308 module_param(poll, bool, 0644);
309 MODULE_PARM_DESC(poll, "#ENUM polling mode enabled or not");
/linux/include/linux/
H A Dsysctl.h114 /* Support for userspace poll() to watch for changes */
120 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll)
122 return (void *)(unsigned long)atomic_read(&poll->event); in proc_sys_poll_event() argument
139 struct ctl_table_poll *poll;
215 void proc_sys_poll_notify(struct ctl_table_poll *poll);
141 struct ctl_table_poll *poll; global() member
H A Dpoll.h75 return file->f_op->poll; in file_can_poll()
80 if (unlikely(!file->f_op->poll)) in vfs_poll()
82 return file->f_op->poll(file, pt); in vfs_poll()
/linux/drivers/comedi/drivers/
H A Dpcl816.c454 unsigned int poll; in pcl816_ai_poll() local
459 poll = comedi_isadma_poll(dma); in pcl816_ai_poll()
460 poll = comedi_bytes_to_samples(s, poll); in pcl816_ai_poll()
461 if (poll > devpriv->ai_poll_ptr) { in pcl816_ai_poll()
465 poll - devpriv->ai_poll_ptr); in pcl816_ai_poll()
467 devpriv->ai_poll_ptr = poll; in pcl816_ai_poll()
640 s->poll = pcl816_ai_poll; in pcl816_attach()
/linux/drivers/staging/octeon/
H A Dethernet-mdio.c93 if (priv->poll) in cvm_oct_adjust_link()
94 priv->poll(dev); in cvm_oct_adjust_link()
115 priv->poll = NULL; in cvm_oct_common_stop()

12345678910>>...33