Searched refs:PollTable (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/sync/ |
| H A D | poll.rs | 31 pub struct PollTable<'a> { struct 36 impl<'a> PollTable<'a> { impl 44 PollTable { in from_raw()
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 21 sync::poll::PollTable, 447 match Process::poll(f, fileref, unsafe { PollTable::from_raw(wait) }) { in rust_binder_poll()
|
| H A D | thread.rs | 18 sync::poll::{PollCondVar, PollTable}, 1489 pub(crate) fn poll(&self, file: &File, table: PollTable<'_>) -> (bool, u32) { in poll()
|
| H A D | process.rs | 29 sync::poll::PollTable, 1684 table: PollTable<'_>, in poll()
|