Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dpoll.h31 typedef void (*poll_queue_proc)(struct file *, wait_queue_head_t *, struct poll_table_struct *); typedef
38 poll_queue_proc _qproc;
67 static inline void init_poll_funcptr(poll_table *pt, poll_queue_proc qproc) in init_poll_funcptr()
/linux-6.14.4/rust/kernel/sync/
Dpoll.rs57 fn get_qproc(&self) -> bindings::poll_queue_proc { in get_qproc() argument