Home
last modified time | relevance | path

Searched defs:poll_table_struct (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpoll.h37 typedef struct poll_table_struct { struct
38 poll_queue_proc _qproc;
39 __poll_t _key;
/linux/drivers/android/binder/
H A Drust_binder_main.rs456 wait: *mut bindings::poll_table_struct, in rust_binder_poll()