Searched refs:poll_table_struct (Results 1 – 25 of 100) sorted by relevance
1234
/linux-6.14.4/include/linux/ |
D | poll.h | 26 struct poll_table_struct; 31 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); 37 typedef struct poll_table_struct { struct 78 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll()
|
D | kernfs.h | 31 struct poll_table_struct; 318 struct poll_table_struct *pt); 448 struct poll_table_struct *pt); 557 struct poll_table_struct *pt) in kernfs_generic_poll()
|
D | cgroup-defs.h | 35 struct poll_table_struct; 698 struct poll_table_struct *pt);
|
D | net.h | 29 struct poll_table_struct; 181 struct poll_table_struct *wait);
|
D | tty_ldisc.h | 251 struct poll_table_struct *wait);
|
D | proc_fs.h | 41 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);
|
/linux-6.14.4/drivers/iio/ |
D | iio_core.h | 66 struct poll_table_struct; 69 struct poll_table_struct *wait);
|
/linux-6.14.4/drivers/media/test-drivers/vivid/ |
D | vivid-radio-tx.h | 12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
|
D | vivid-radio-rx.h | 12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
|
D | vivid-radio-tx.c | 94 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait) in vivid_radio_tx_poll()
|
/linux-6.14.4/include/media/ |
D | media-devnode.h | 51 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
D | v4l2-ctrls.h | 18 struct poll_table_struct; 1314 __poll_t v4l2_ctrl_poll(struct file *file, struct poll_table_struct *wait);
|
D | v4l2-dev.h | 205 __poll_t (*poll) (struct file *, struct poll_table_struct *);
|
/linux-6.14.4/io_uring/ |
D | poll.c | 35 struct poll_table_struct pt; 261 struct poll_table_struct pt = { ._key = req->apoll_events }; in io_poll_check_events() 514 struct poll_table_struct *p) in io_poll_queue_proc() 630 struct poll_table_struct *p) in io_async_queue_proc()
|
/linux-6.14.4/include/misc/ |
D | cxl.h | 198 __poll_t cxl_fd_poll(struct file *file, struct poll_table_struct *poll);
|
/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_smi_events.c | 49 static __poll_t kfd_smi_ev_poll(struct file *, struct poll_table_struct *); 66 struct poll_table_struct *wait) in kfd_smi_ev_poll()
|
/linux-6.14.4/drivers/infiniband/hw/hfi1/ |
D | file_ops.c | 37 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt); 65 static __poll_t poll_urgent(struct file *fp, struct poll_table_struct *pt); 66 static __poll_t poll_next(struct file *fp, struct poll_table_struct *pt); 609 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll() 1438 struct poll_table_struct *pt) in poll_urgent() 1461 struct poll_table_struct *pt) in poll_next()
|
/linux-6.14.4/include/drm/ |
D | drm_file.h | 460 __poll_t drm_poll(struct file *filp, struct poll_table_struct *wait);
|
/linux-6.14.4/drivers/firmware/arm_scmi/ |
D | raw_mode.c | 844 struct poll_table_struct *wait, in scmi_test_dbg_raw_common_poll() 882 struct poll_table_struct *wait) in scmi_dbg_raw_mode_message_poll() 989 struct poll_table_struct *wait) in scmi_test_dbg_raw_mode_notif_poll() 1012 struct poll_table_struct *wait) in scmi_test_dbg_raw_mode_errors_poll()
|
/linux-6.14.4/fs/bcachefs/ |
D | thread_with_file.c | 224 static __poll_t thread_with_stdio_poll(struct file *file, struct poll_table_struct *wait) in thread_with_stdio_poll() 243 static __poll_t thread_with_stdout_poll(struct file *file, struct poll_table_struct *wait) in thread_with_stdout_poll()
|
/linux-6.14.4/fs/cachefiles/ |
D | daemon.c | 32 struct poll_table_struct *); 358 struct poll_table_struct *poll) in cachefiles_daemon_poll()
|
/linux-6.14.4/arch/um/drivers/ |
D | hostaudio_kern.c | 125 struct poll_table_struct *wait) in hostaudio_poll()
|
/linux-6.14.4/drivers/media/mc/ |
D | mc-devnode.c | 95 struct poll_table_struct *poll) in media_poll()
|
/linux-6.14.4/fs/proc/ |
D | inode.c | 348 static __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *p… in pde_poll() 356 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll()
|
/linux-6.14.4/kernel/bpf/ |
D | ringbuf.c | 310 struct poll_table_struct *pts) in ringbuf_map_poll_kern() 323 struct poll_table_struct *pts) in ringbuf_map_poll_user()
|
1234