Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 25 of 143) sorted by relevance

123456

/openbmc/linux/io_uring/
H A Dpoll.c170 static void io_init_poll_iocb(struct io_poll *poll, __poll_t events) in io_init_poll_iocb()
180 static inline void io_poll_remove_entry(struct io_poll *poll) in io_poll_remove_entry()
363 struct io_poll *poll; in io_poll_task_func() local
427 struct io_poll *poll = container_of(wait, struct io_poll, wait); in io_poll_wake() local
464 struct io_poll *poll = io_poll_get_single(req); in io_poll_double_prepare() local
486 static void __io_queue_proc(struct io_poll *poll, struct io_poll_table *pt, in __io_queue_proc()
546 struct io_poll *poll = io_kiocb_to_cmd(pt->req, struct io_poll); in io_poll_queue_proc() local
573 struct io_poll *poll, in __io_arm_poll_handler()
938 struct io_poll *poll = io_kiocb_to_cmd(req, struct io_poll); in io_poll_add_prep() local
955 struct io_poll *poll = io_kiocb_to_cmd(req, struct io_poll); in io_poll_add() local
[all …]
H A Dpoll.h21 struct io_poll poll; member
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py96 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY): argument
211 def wait_until_present(self, selector, poll=0.5): argument
220 def wait_until_visible(self, selector, poll=1): argument
228 def wait_until_clickable(self, selector, poll=1): argument
/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c89 struct vcs_poll_data *poll = in vcs_notifier() local
119 vcs_poll_data_free(struct vcs_poll_data *poll) in vcs_poll_data_free()
128 struct vcs_poll_data *poll = file->private_data, *kill = NULL; in vcs_poll_data_get() local
369 struct vcs_poll_data *poll; in vcs_read() local
714 struct vcs_poll_data *poll = vcs_poll_data_get(file); in vcs_poll() local
737 struct vcs_poll_data *poll = file->private_data; in vcs_fasync() local
772 struct vcs_poll_data *poll = file->private_data; in vcs_release() local
/openbmc/linux/sound/core/
H A Dmisc.c163 int poll; member
218 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll) in snd_kill_fasync()
/openbmc/linux/include/linux/
H A Dirq_poll.h12 irq_poll_fn *poll; member
H A Dposix-clock.h58 __poll_t (*poll) (struct posix_clock *pc, member
H A Ddma-buf.h427 wait_queue_head_t poll; member
433 wait_queue_head_t *poll; member
H A Dsysctl.h122 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event()
152 struct ctl_table_poll *poll; member
H A Dadb.h37 void (*poll)(void); member
H A Drestart_block.h55 } poll; member
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dperf.c624 u32 domain, u32 level, bool poll) in scmi_perf_msg_level_set()
647 bool poll) in __scmi_perf_level_set()
663 u32 domain, u32 level, bool poll) in scmi_perf_level_set()
685 u32 domain, u32 *level, bool poll) in scmi_perf_msg_level_get()
708 bool poll) in __scmi_perf_level_get()
721 u32 domain, u32 *level, bool poll) in scmi_perf_level_get()
865 unsigned long freq, bool poll) in scmi_dvfs_freq_set()
891 unsigned long *freq, bool poll) in scmi_dvfs_freq_get()
/openbmc/linux/Documentation/networking/
H A Dnapi.rst196 .. _poll: target
/openbmc/linux/drivers/staging/octeon/
H A Docteon-ethernet.h72 void (*poll)(struct net_device *dev); member
/openbmc/linux/drivers/input/misc/
H A Dwm831x-on.c45 int poll, ret; in wm831x_poll_on() local
/openbmc/openpower-occ-control/
H A Docc_errors.cpp61 void Error::addWatch(bool poll) in addWatch()
H A Docc_device.hpp106 inline void addErrorWatch(bool poll = true) in addErrorWatch()
/openbmc/linux/include/linux/platform_data/
H A Dmv_usb.h21 int (*poll)(void); member
/openbmc/linux/drivers/rpmsg/
H A Drpmsg_internal.h77 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, member
/openbmc/u-boot/net/
H A Dsntp.h44 uchar poll; member
/openbmc/linux/include/media/
H A Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
/openbmc/linux/drivers/spi/
H A Dspi-sifive.c223 static void sifive_spi_wait(struct sifive_spi *spi, u32 bit, int poll) in sifive_spi_wait()
259 int poll = sifive_spi_prep_transfer(spi, device, t); in sifive_spi_transfer_one() local
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dprogressbar.py101 def __init__(self, maxval=None, widgets=None, term_width=None, poll=1, argument
/openbmc/linux/include/xen/interface/io/
H A Dpvcalls.h78 } poll; member
113 } poll; member
/openbmc/libpldm/src/transport/
H A Dtransport.c26 static inline int poll(struct pollfd *fds __attribute__((unused)), in poll() function

123456