Home
last modified time | relevance | path

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

123456

/linux-6.15/io_uring/
H A Dpoll.c131 static void io_init_poll_iocb(struct io_poll *poll, __poll_t events) in io_init_poll_iocb()
141 static inline void io_poll_remove_entry(struct io_poll *poll) in io_poll_remove_entry()
334 struct io_poll *poll; in io_poll_task_func() local
398 struct io_poll *poll = container_of(wait, struct io_poll, wait); in io_poll_wake() local
435 struct io_poll *poll = io_poll_get_single(req); in io_poll_double_prepare() local
457 static void __io_queue_proc(struct io_poll *poll, struct io_poll_table *pt, in __io_queue_proc()
518 struct io_poll *poll = io_kiocb_to_cmd(pt->req, struct io_poll); in io_poll_queue_proc() local
546 struct io_poll *poll, in __io_arm_poll_handler()
870 struct io_poll *poll = io_kiocb_to_cmd(req, struct io_poll); in io_poll_add_prep() local
887 struct io_poll *poll = io_kiocb_to_cmd(req, struct io_poll); in io_poll_add() local
[all …]
H A Dpoll.h22 struct io_poll poll; member
/linux-6.15/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
/linux-6.15/sound/core/
H A Dmisc.c92 int poll; member
147 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll) in snd_kill_fasync()
/linux-6.15/drivers/firmware/arm_scmi/
H A Dperf.c692 u32 domain, u32 level, bool poll) in scmi_perf_msg_level_set()
715 bool poll) in __scmi_perf_level_set()
731 u32 domain, u32 level, bool poll) in scmi_perf_level_set()
756 u32 domain, u32 *level, bool poll) in scmi_perf_msg_level_get()
779 bool poll) in __scmi_perf_level_get()
792 u32 domain, u32 *level, bool poll) in scmi_perf_level_get()
946 unsigned long freq, bool poll) in scmi_dvfs_freq_set()
972 unsigned long *freq, bool poll) in scmi_dvfs_freq_get()
/linux-6.15/include/linux/
H A Dirq_poll.h12 irq_poll_fn *poll; member
H A Ddma-buf.h432 wait_queue_head_t poll; member
438 wait_queue_head_t *poll; member
H A Dsysctl.h120 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event()
139 struct ctl_table_poll *poll; member
H A Dposix-clock.h59 __poll_t (*poll)(struct posix_clock_context *pccontext, struct file *file, member
H A Dadb.h37 void (*poll)(void); member
H A Drestart_block.h55 } poll; member
H A Drfkill.h62 void (*poll)(struct rfkill *rfkill, void *data); member
/linux-6.15/rust/kernel/
H A Dsync.rs16 pub mod poll; module
/linux-6.15/Documentation/networking/
H A Dnapi.rst253 .. _poll: target
/linux-6.15/drivers/input/misc/
H A Dwm831x-on.c45 int poll, ret; in wm831x_poll_on() local
H A Dda9063_onkey.c86 bool poll = true; in da9063_poll_on() local
/linux-6.15/drivers/staging/octeon/
H A Docteon-ethernet.h72 void (*poll)(struct net_device *dev); member
/linux-6.15/include/linux/platform_data/
H A Dmv_usb.h21 int (*poll)(void); member
/linux-6.15/drivers/rpmsg/
H A Drpmsg_internal.h77 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, member
/linux-6.15/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
H A Dspi-apple.c235 static int apple_spi_wait(struct apple_spi *spi, u32 fifo_bit, u32 xfer_bit, int poll) in apple_spi_wait()
361 bool poll = apple_spi_prep_transfer(spi, t); in apple_spi_transfer_one() local
/linux-6.15/include/media/
H A Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
/linux-6.15/include/xen/interface/io/
H A Dpvcalls.h78 } poll; member
113 } poll; member
/linux-6.15/rust/kernel/block/mq/
H A Doperations.rs38 fn poll() -> bool { in poll() method
/linux-6.15/drivers/media/cec/core/
H A Dcec-pin.c212 static bool rx_arb_lost(struct cec_pin *pin, u8 *poll) in rx_arb_lost()
660 u8 poll; in cec_pin_rx_states() local

123456