Home
last modified time | relevance | path

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

1234

/linux/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 void io_poll_remove_waitq(struct io_poll *poll) in io_poll_remove_waitq()
160 static inline void io_poll_remove_entry(struct io_poll *poll) in io_poll_remove_entry()
349 struct io_poll *poll; in io_poll_task_func() local
384 static __cold int io_pollfree_wake(struct io_kiocb *req, struct io_poll *poll) in io_pollfree_wake()
397 struct io_poll *poll = container_of(wait, struct io_poll, wait); in io_poll_wake() local
433 struct io_poll *poll = io_poll_get_single(req); in io_poll_double_prepare() local
455 static void __io_queue_proc(struct io_poll *poll, struct io_poll_table *pt, in __io_queue_proc()
516 struct io_poll *poll = io_kiocb_to_cmd(pt->req, struct io_poll); in io_poll_queue_proc() local
544 struct io_poll *poll, in __io_arm_poll_handler()
[all …]
H A Dpoll.h22 struct io_poll poll; member
/linux/drivers/tty/vt/
H A Dvc_screen.c90 struct vcs_poll_data *poll = in vcs_notifier() local
120 vcs_poll_data_free(struct vcs_poll_data *poll) in vcs_poll_data_free()
129 struct vcs_poll_data *poll = file->private_data, *kill = NULL; in vcs_poll_data_get() local
368 struct vcs_poll_data *poll; in vcs_read() local
698 struct vcs_poll_data *poll = vcs_poll_data_get(file); in vcs_poll() local
721 struct vcs_poll_data *poll = file->private_data; in vcs_fasync() local
756 struct vcs_poll_data *poll = file->private_data; in vcs_release() local
/linux/include/linux/
H A Dirq_poll.h12 irq_poll_fn *poll; member
H A Dsysctl.h154 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event()
173 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
/linux/drivers/staging/octeon/
H A Docteon-ethernet.h72 void (*poll)(struct net_device *dev); member
/linux/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/include/linux/platform_data/
H A Dmv_usb.h21 int (*poll)(void); member
/linux/rust/kernel/
H A Dsync.rs20 pub mod poll; module
/linux/include/xen/interface/io/
H A Dpvcalls.h78 } poll; member
113 } poll; member
/linux/include/media/
H A Dmedia-devnode.h51 __poll_t (*poll) (struct file *, struct poll_table_struct *); global() member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c84 const struct mod_hdcp_atomic_op_i2c *poll, in lp_atomic_write_poll_read_i2c()
98 const struct mod_hdcp_atomic_op_aux *poll, in lp_atomic_write_poll_read_aux()
/linux/drivers/media/cec/core/
H A Dcec-pin.c239 static bool rx_arb_lost(struct cec_pin *pin, u8 *poll) in rx_arb_lost()
687 u8 poll; in cec_pin_rx_states() local
/linux/include/sound/
H A Dhwdep.h25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file, member
/linux/drivers/pci/hotplug/
H A Dcpcihp_zt5550.c42 static bool poll; variable
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c137 long poll = 0; in nx_wait_for_csb() local
/linux/drivers/isdn/mISDN/
H A Ddsp_core.c167 static int poll; variable
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c620 u32 poll = 0; in rtl8723b_download_rsvd_page() local
886 u32 poll = 0; in rtl8723b_download_BTCoex_AP_mode_rsvd_page() local
/linux/drivers/vhost/
H A Dvhost.c165 struct vhost_poll *poll; in vhost_poll_func() local
175 struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); in vhost_poll_wakeup() local
197 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, in vhost_poll_init()
214 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start()
235 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop()
333 void vhost_poll_queue(struct vhost_poll *poll) in vhost_poll_queue()
/linux/arch/x86/kvm/
H A Dirq.h38 u8 poll; member
/linux/drivers/input/
H A Dinput-poller.c17 void (*poll)(struct input_dev *dev); member
/linux/drivers/scsi/qla4xxx/
H A Dql4_83xx.h246 uint32_t poll; member
263 uint32_t poll; member
276 uint32_t poll; member

1234