Home
last modified time | relevance | path

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

12345

/Linux-v6.6/io_uring/
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()
341 struct io_poll *poll; in io_poll_task_func() local
391 static __cold int io_pollfree_wake(struct io_kiocb *req, struct io_poll *poll) in io_pollfree_wake()
420 struct io_poll *poll = container_of(wait, struct io_poll, wait); in io_poll_wake() local
457 struct io_poll *poll = io_poll_get_single(req); in io_poll_double_prepare() local
479 static void __io_queue_proc(struct io_poll *poll, struct io_poll_table *pt, in __io_queue_proc()
539 struct io_poll *poll = io_kiocb_to_cmd(pt->req, struct io_poll); in io_poll_queue_proc() local
566 struct io_poll *poll, in __io_arm_poll_handler()
931 struct io_poll *poll = io_kiocb_to_cmd(req, struct io_poll); in io_poll_add_prep() local
[all …]
Dpoll.h21 struct io_poll poll; member
/Linux-v6.6/drivers/tty/vt/
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
/Linux-v6.6/sound/core/
Dmisc.c163 int poll; member
218 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll) in snd_kill_fasync()
/Linux-v6.6/drivers/firmware/arm_scmi/
Dperf.c591 u32 domain, u32 level, bool poll) in scmi_perf_msg_level_set()
614 bool poll) in __scmi_perf_level_set()
630 u32 domain, u32 level, bool poll) in scmi_perf_level_set()
652 u32 domain, u32 *level, bool poll) in scmi_perf_msg_level_get()
675 bool poll) in __scmi_perf_level_get()
688 u32 domain, u32 *level, bool poll) in scmi_perf_level_get()
840 unsigned long freq, bool poll) in scmi_dvfs_freq_set()
865 unsigned long *freq, bool poll) in scmi_dvfs_freq_get()
/Linux-v6.6/include/linux/
Dirq_poll.h12 irq_poll_fn *poll; member
Ddma-buf.h427 wait_queue_head_t poll; member
433 wait_queue_head_t *poll; member
Dposix-clock.h58 __poll_t (*poll) (struct posix_clock *pc, member
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
Dadb.h37 void (*poll)(void); member
Drestart_block.h55 } poll; member
Drfkill.h62 void (*poll)(struct rfkill *rfkill, void *data); member
/Linux-v6.6/Documentation/networking/
Dnapi.rst196 .. _poll: target
/Linux-v6.6/drivers/staging/octeon/
Docteon-ethernet.h72 void (*poll)(struct net_device *dev); member
/Linux-v6.6/drivers/input/misc/
Dwm831x-on.c45 int poll, ret; in wm831x_poll_on() local
Dda9063_onkey.c92 bool poll = true; in da9063_poll_on() local
/Linux-v6.6/include/linux/platform_data/
Dmv_usb.h21 int (*poll)(void); member
/Linux-v6.6/drivers/rpmsg/
Drpmsg_internal.h77 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, member
/Linux-v6.6/drivers/spi/
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
/Linux-v6.6/include/media/
Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
/Linux-v6.6/include/xen/interface/io/
Dpvcalls.h78 } poll; member
113 } poll; member
/Linux-v6.6/include/sound/
Dhwdep.h25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file, member
/Linux-v6.6/drivers/media/cec/core/
Dcec-pin.c211 static bool rx_arb_lost(struct cec_pin *pin, u8 *poll) in rx_arb_lost()
659 u8 poll; in cec_pin_rx_states() local
/Linux-v6.6/drivers/pci/hotplug/
Dcpcihp_zt5550.c42 static bool poll; variable
/Linux-v6.6/drivers/mfd/
Darizona-irq.c99 bool poll; in arizona_irq_thread() local

12345