/linux-6.3-rc2/include/uapi/linux/ |
A D | eventpoll.h | 31 #define EPOLLIN (__force __poll_t)0x00000001 32 #define EPOLLPRI (__force __poll_t)0x00000002 33 #define EPOLLOUT (__force __poll_t)0x00000004 34 #define EPOLLERR (__force __poll_t)0x00000008 35 #define EPOLLHUP (__force __poll_t)0x00000010 36 #define EPOLLNVAL (__force __poll_t)0x00000020 37 #define EPOLLRDNORM (__force __poll_t)0x00000040 38 #define EPOLLRDBAND (__force __poll_t)0x00000080 41 #define EPOLLMSG (__force __poll_t)0x00000400 42 #define EPOLLRDHUP (__force __poll_t)0x00002000 [all …]
|
A D | types.h | 55 typedef unsigned __bitwise __poll_t; typedef
|
/linux-6.3-rc2/include/linux/ |
A D | poll.h | 43 __poll_t _key; 68 static inline __poll_t poll_requested_events(const poll_table *p) in poll_requested_events() 70 return p ? p->_key : ~(__poll_t)0; in poll_requested_events() 76 pt->_key = ~(__poll_t)0; /* all events enabled */ in init_poll_funcptr() 84 static inline __poll_t vfs_poll(struct file *file, struct poll_table_struct *pt) in vfs_poll() 93 __poll_t key; 126 static inline __u16 mangle_poll(__poll_t val) in mangle_poll() 136 static inline __poll_t demangle_poll(u16 val) in demangle_poll() 138 #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) in demangle_poll()
|
A D | eventpoll.h | 74 epoll_put_uevent(__poll_t revents, __u64 data, 78 epoll_put_uevent(__poll_t revents, __u64 data, in epoll_put_uevent()
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | poll.h | 32 #define POLLFREE (__force __poll_t)0x4000 34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000
|
/linux-6.3-rc2/drivers/media/pci/ivtv/ |
A D | ivtv-fileops.h | 19 __poll_t ivtv_v4l2_enc_poll(struct file *filp, poll_table * wait); 20 __poll_t ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait);
|
/linux-6.3-rc2/include/media/ |
A D | dvb_vb2.h | 129 static inline __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, in dvb_vb2_poll() 186 __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file,
|
A D | videobuf2-v4l2.h | 293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait); 347 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
|
/linux-6.3-rc2/io_uring/ |
A D | poll.c | 27 __poll_t events; 39 __poll_t result_mask; 170 static void io_init_poll_iocb(struct io_poll *poll, __poll_t events) in io_init_poll_iocb() 300 __poll_t mask = mangle_poll(req->cqe.res & in io_poll_check_events() 421 __poll_t mask = key_to_poll(key); in io_poll_wake() 567 struct io_poll_table *ipt, __poll_t mask, in __io_arm_poll_handler() 698 __poll_t mask = POLLPRI | POLLERR | EPOLLET; in io_arm_poll_handler() 884 static __poll_t io_poll_parse_events(const struct io_uring_sqe *sqe, in io_poll_parse_events()
|
A D | poll.h | 14 __poll_t events;
|
/linux-6.3-rc2/net/qrtr/ |
A D | tun.c | 114 static __poll_t qrtr_tun_poll(struct file *filp, poll_table *wait) in qrtr_tun_poll() 117 __poll_t mask = 0; in qrtr_tun_poll()
|
/linux-6.3-rc2/drivers/vhost/ |
A D | vhost.h | 35 __poll_t mask; 44 __poll_t mask, struct vhost_dev *dev); 219 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev,
|
/linux-6.3-rc2/drivers/vfio/ |
A D | virqfd.c | 43 __poll_t flags = key_to_poll(key); in virqfd_wakeup() 113 __poll_t events; in vfio_virqfd_enable()
|
/linux-6.3-rc2/include/media/i2c/ |
A D | saa6588.h | 23 __poll_t poll_mask;
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-radio-tx.h | 12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
|
A D | vivid-radio-rx.h | 12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
|
/linux-6.3-rc2/sound/firewire/digi00x/ |
A D | digi00x-hwdep.c | 62 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 66 __poll_t events; in hwdep_poll()
|
/linux-6.3-rc2/sound/core/seq/oss/ |
A D | seq_oss_rw.c | 184 __poll_t 187 __poll_t mask = 0; in snd_seq_oss_poll()
|
/linux-6.3-rc2/sound/firewire/bebob/ |
A D | bebob_hwdep.c | 52 static __poll_t 56 __poll_t events; in hwdep_poll()
|
/linux-6.3-rc2/sound/firewire/dice/ |
A D | dice-hwdep.c | 54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 58 __poll_t events; in hwdep_poll()
|
/linux-6.3-rc2/sound/firewire/oxfw/ |
A D | oxfw-hwdep.c | 52 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 56 __poll_t events; in hwdep_poll()
|
/linux-6.3-rc2/sound/firewire/fireface/ |
A D | ff-hwdep.c | 71 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 75 __poll_t events; in hwdep_poll()
|
/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/ |
A D | hw_ops.c | 46 static __poll_t spu_hw_mbox_stat_poll(struct spu_context *ctx, __poll_t events) in spu_hw_mbox_stat_poll() 49 __poll_t ret = 0; in spu_hw_mbox_stat_poll()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_smi_events.c | 48 static __poll_t kfd_smi_ev_poll(struct file *, struct poll_table_struct *); 64 static __poll_t kfd_smi_ev_poll(struct file *filep, in kfd_smi_ev_poll() 68 __poll_t mask = 0; in kfd_smi_ev_poll()
|
/linux-6.3-rc2/drivers/xen/ |
A D | pvcalls-front.h | 23 __poll_t pvcalls_front_poll(struct file *file,
|