Home
last modified time | relevance | path

Searched refs:poll_table (Results 1 – 25 of 244) sorted by relevance

12345678910

/linux/include/linux/
H A Dpoll.h40 } poll_table; typedef
42 static inline void poll_wait(struct file * filp, wait_queue_head_t * wait_address, poll_table *p) in poll_wait()
62 static inline __poll_t poll_requested_events(const poll_table *p) in poll_requested_events()
67 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr()
96 poll_table pt;
H A Drpmsg.h192 poll_table *wait);
288 struct file *filp, poll_table *wait) in rpmsg_trysend()
H A Dring_buffer.h127 struct file *filp, poll_table *poll_table, int full);
H A Dposix-clock.h60 poll_table *wait);
H A Dpsi.h32 poll_table *wait);
/linux/rust/kernel/sync/
H A Dpoll.rs32 table: *mut bindings::poll_table,
33 _lifetime: PhantomData<&'a bindings::poll_table>,
42 pub unsafe fn from_raw(table: *mut bindings::poll_table) -> Self { in from_raw()
/linux/include/media/
H A Ddvb_vb2.h128 poll_table *wait)
182 * @wait: &poll_table wait argument passed to the poll
188 poll_table *wait);
H A Dvideobuf2-v4l2.h293 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
349 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
/linux/rust/helpers/
H A Dpoll.c8 poll_table *p) in rust_helper_poll_wait()
/linux/include/media/i2c/
H A Dsaa6588.h22 poll_table *event_list;
/linux/drivers/virt/acrn/
H A Dirqfd.c35 poll_table pt;
95 poll_table *pt) in hsm_irqfd_poll_func()
/linux/drivers/char/tpm/
H A Dtpm-dev.h30 __poll_t tpm_common_poll(struct file *file, poll_table *wait);
/linux/fs/proc/
H A Dkmsg.c40 static __poll_t kmsg_poll(struct file *file, poll_table *wait) in kmsg_poll()
/linux/fs/
H A Deventpoll.c247 poll_table pt;
971 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, int depth);
973 static __poll_t __ep_eventpoll_poll(struct file *file, poll_table *wait, int depth) in __ep_eventpoll_poll()
978 poll_table pt; in __ep_eventpoll_poll()
1044 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, in ep_item_poll()
1066 static __poll_t ep_eventpoll_poll(struct file *file, poll_table *wait) in ep_eventpoll_poll()
1359 poll_table *pt) in ep_ptable_queue_proc()
1695 poll_table pt; in ep_modify()
1768 poll_table pt; in ep_send_events()
H A Dselect.c117 poll_table *p);
220 poll_table *p) in __pollwait()
465 static inline __poll_t select_poll_one(int fd, poll_table *wait, unsigned long in, in select_poll_one()
487 poll_table *wait; in do_select()
849 static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, in do_pollfd()
875 poll_table* pt = &wait->pt; in do_poll()
/linux/sound/core/seq/oss/
H A Dseq_oss_readq.h32 unsigned int snd_seq_oss_readq_poll(struct seq_oss_readq *readq, struct file *file, poll_table *wai…
/linux/drivers/hv/
H A Dmshv_eventfd.h34 poll_table irqfd_polltbl;
/linux/net/atm/
H A Dcommon.h20 __poll_t vcc_poll(struct file *file, struct socket *sock, poll_table *wait);
/linux/include/sound/
H A Dhwdep.h26 poll_table *wait);
/linux/sound/core/seq/
H A Dseq_memory.h100 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
/linux/drivers/vhost/
H A Dvhost.h57 poll_table table;
275 poll_table *wait);
/linux/drivers/char/
H A Ddtlk.c95 static __poll_t dtlk_poll(struct file *, poll_table *);
231 static __poll_t dtlk_poll(struct file *file, poll_table * wait) in dtlk_poll()
/linux/net/qrtr/
H A Dtun.c114 static __poll_t qrtr_tun_poll(struct file *filp, poll_table *wait) in qrtr_tun_poll()
/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h124 poll_table *wait);
/linux/drivers/net/wwan/
H A Drpmsg_wwan_ctrl.c84 struct file *filp, poll_table *wait) in rpmsg_wwan_ctrl_tx_poll()

12345678910