Home
last modified time | relevance | path

Searched refs:poll_queue_proc (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/linux/
Dpoll.h35 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); typedef
42 poll_queue_proc _qproc;
73 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr()