Home
last modified time | relevance | path

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

12345678910>>...48

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A D0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch4 Subject: [PATCH] use POSIX poll.h instead of sys/poll.h
10 include for poll()
19 | <sysroot>/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.…
20 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
23 | <sysroot>/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.…
24 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
44 -#include <sys/poll.h>
45 +#include <poll.h>
57 -#include <sys/poll.h>
58 +#include <poll.h>
[all …]
/openbmc/linux/io_uring/
H A Dpoll.c116 return &req->apoll->poll; in io_poll_get_single()
172 poll->head = NULL; in io_init_poll_iocb()
187 poll->head = NULL; in io_poll_remove_entry()
363 struct io_poll *poll; in io_poll_task_func() local
449 poll->head = NULL; in io_poll_wake()
512 poll = kmalloc(sizeof(*poll), GFP_ATOMIC); in __io_queue_proc()
513 if (!poll) { in __io_queue_proc()
523 kfree(poll); in __io_queue_proc()
526 *poll_ptr = poll; in __io_queue_proc()
533 poll->head = head; in __io_queue_proc()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_functional_basic.py37 self.wait_until_visible('#new-project-name', poll=3)
52 self.wait_until_present('#projectstable', poll=10)
54 self.wait_until_present('#config-nav', poll=10)
58 self.wait_until_present('#config-nav', poll=10)
108 self.wait_until_present('#config-nav', poll=10)
151 self.wait_until_present('#config-nav', poll=10)
168 self.wait_until_present('#config-nav', poll=10)
183 self.wait_until_present('#config-nav', poll=10)
195 self.wait_until_present('#config-nav', poll=10)
225 self.wait_until_present('#config-nav', poll=10)
[all …]
H A Dtest_project_config.py38 self.wait_until_visible('#new-project-name', poll=2)
58 self.wait_until_visible('#config-nav', poll=3)
60 self.wait_until_visible('#config-nav', poll=3)
81 self.wait_until_visible('#config-nav', poll=3)
84 self.wait_until_visible('#config-nav', poll=3)
93 self.wait_until_visible('#change-image_fstypes-icon', poll=2)
138 self.wait_until_visible(checkboxes_selector, poll=2)
146 self.wait_until_visible('#new-imagefs_types', poll=2)
224 poll=2
278 self.wait_until_visible(f'#{btn_id}', poll=2)
[all …]
/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c122 kfree(poll); in vcs_poll_data_free()
130 if (poll) in vcs_poll_data_get()
131 return poll; in vcs_poll_data_get()
133 poll = kzalloc(sizeof(*poll), GFP_KERNEL); in vcs_poll_data_get()
134 if (!poll) in vcs_poll_data_get()
149 kfree(poll); in vcs_poll_data_get()
166 kill = poll; in vcs_poll_data_get()
173 return poll; in vcs_poll_data_get()
717 if (poll) { in vcs_poll()
744 if (!poll) in vcs_fasync()
[all …]
/openbmc/linux/arch/um/os-Linux/
H A Dsigio.c38 struct pollfd *poll; member
61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread()
69 p = &fds->poll[i]; in write_sigio_thread()
88 memmove(&fds->poll[i], &fds->poll[i + 1], in write_sigio_thread()
118 kfree(polls->poll); in need_poll()
120 polls->poll = new; in need_poll()
179 p = &all_sigio_fds.poll[i]; in __add_sigio_fd()
191 memcpy(next_poll.poll, current_poll.poll, in __add_sigio_fd()
193 next_poll.poll[n] = *p; in __add_sigio_fd()
237 p = &current_poll.poll[i]; in __ignore_sigio_fd()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0001-Include-poll.h-instead-of-sys-poll.h.patch4 Subject: [PATCH] Include poll.h instead of sys/poll.h
7 error: redirecting incorrect #include <sys/poll.h> to <poll.h> [-Werror,-W#warnings]
27 -#include <sys/poll.h>
28 +#include <poll.h>
40 -#include <sys/poll.h>
41 +#include <poll.h>
53 -#include <sys/poll.h>
54 +#include <poll.h>
66 -#include <sys/poll.h>
67 +#include <poll.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0008-Rename-poll.h-to-vm_poll.h.patch4 Subject: [PATCH] Rename poll.h to vm_poll.h
7 #include <sys/poll.h>
9 #include <poll.h>
12 we rename poll.h to vm_poll.h.
39 -#include "poll.h"
52 -#include "poll.h"
65 -#include "poll.h"
78 -#include "poll.h"
94 -#include <sys/poll.h>
95 +#include <poll.h>
[all …]
H A D0013-open-vm-tools-Correct-include-path-for-poll.h.patch4 Subject: [PATCH] open-vm-tools: Correct include path for poll.h
6 sys/poll.h is deprecated and musl calls it out explicitly.
10 …11.3.5-r0/recipe-sysroot/usr/include/sys/poll.h:1:2: error: redirecting incorrect #include <sys/po…
11 | #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
30 -#include <sys/poll.h>
31 +#include <poll.h>
H A D0007-include-poll.h-instead-of-sys-poll.h.patch4 Subject: [PATCH] include poll.h instead of sys/poll.h
6 including sys/poll.h is deprecated
23 +#include <poll.h>
25 -#include <sys/poll.h>
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py98 self._POLL_FREQUENCY = poll
186 self.wait_until_visible("#global-nav", poll=3)
211 def wait_until_present(self, selector, poll=0.5): argument
215 element = Wait(self.driver, poll=poll).until(is_present, msg)
216 if poll > 2:
217 time.sleep(poll) # element need more delay to be present
220 def wait_until_visible(self, selector, poll=1): argument
224 Wait(self.driver, poll=poll).until(is_visible, msg)
225 time.sleep(poll) # wait for visibility to settle
228 def wait_until_clickable(self, selector, poll=1): argument
[all …]
/openbmc/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>
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()`
64 :c:func:`poll()` will return.
80 the ``events`` field), then :c:func:`poll()` will *not* start
82 just poll for events and not for buffers.
[all …]
/openbmc/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
/openbmc/linux/include/trace/events/
H A Dscmi.h37 bool poll),
38 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll),
45 __field(bool, poll)
53 __entry->poll = poll;
58 __entry->transfer_id, __entry->poll)
63 u32 timeout, bool poll),
64 TP_ARGS(transfer_id, msg_id, protocol_id, seq, timeout, poll),
72 __field(bool, poll)
81 __entry->poll = poll;
86 __entry->transfer_id, __entry->timeout, __entry->poll)
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Dpl011.yaml78 auto-poll:
83 poll-rate-ms:
85 Rate at which poll occurs when auto-poll is set.
89 poll-timeout-ms:
91 Poll timeout when auto-poll is set, default
110 poll-rate-ms: [ auto-poll ]
111 poll-timeout-ms: [ auto-poll ]
/openbmc/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
/openbmc/openpower-occ-control/
H A Docc_device.hpp106 inline void addErrorWatch(bool poll = true) in addErrorWatch() argument
110 throttleProcTemp.addWatch(poll); in addErrorWatch()
116 throttleProcTemp.addWatch(poll); in addErrorWatch()
122 pmode->addIpsWatch(poll); in addErrorWatch()
126 throttleProcPower.addWatch(poll); in addErrorWatch()
127 throttleMemTemp.addWatch(poll); in addErrorWatch()
131 ffdc.addWatch(poll); in addErrorWatch()
140 timeout.addWatch(poll); in addErrorWatch()
147 error.addWatch(poll); in addErrorWatch()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch56 -#include <sys/poll.h>
57 #include <poll.h>
68 -#include "sys/poll.h"
69 +#include <poll.h>
81 -#include <sys/poll.h>
82 #include <poll.h>
93 -#include <sys/poll.h>
94 +#include <poll.h>
106 -#include <sys/poll.h>
107 #include <poll.h>
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0003-mpoad-Drop-old-hack-to-compile-with-very-old-glibc.patch6 Use poll.h instead of sys/poll.h
24 -#include <sys/poll.h>
27 -#include <linux/poll.h>
29 -_syscall3(int,poll,struct pollfd *,ufds,unsigned int,nfds,int,timeout);
31 +#include <poll.h>
/openbmc/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()
220 st->poll.index, sizeof(value), &value); in hid_sensor_write_samp_freq_value()
225 st->poll.report_id, in hid_sensor_write_samp_freq_value()
226 st->poll.index, sizeof(value), &value); in hid_sensor_write_samp_freq_value()
443 &st->poll); in hid_sensor_get_reporting_interval()
445 if (st->poll.units == 0) in hid_sensor_get_reporting_interval()
[all …]
/openbmc/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>;
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0002-avoid-including-sys-poll.h-directly.patch4 Subject: [PATCH] avoid including <sys/poll.h> directly
6 musl libc generates warnings if <sys/poll.h> is included directly.
24 -#include <sys/poll.h>
25 +#include <poll.h>
/openbmc/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()
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/witherspoon/
H A Ducd90160.yaml26 poll: false
31 poll: false
36 poll: false
41 poll: false
46 poll: true
51 poll: false
/openbmc/phosphor-power/power-sequencer/example/
H A Ducd90160.yaml26 poll: false
31 poll: false
36 poll: false
41 poll: false
46 poll: true
51 poll: false

12345678910>>...48