Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Dpoll.rs31 pub struct PollTable<'a> { struct
36 impl<'a> PollTable<'a> { impl
44 PollTable { in from_raw()
/linux/drivers/android/binder/
H A Drust_binder_main.rs21 sync::poll::PollTable,
447 match Process::poll(f, fileref, unsafe { PollTable::from_raw(wait) }) { in rust_binder_poll()
H A Dthread.rs18 sync::poll::{PollCondVar, PollTable},
1489 pub(crate) fn poll(&self, file: &File, table: PollTable<'_>) -> (bool, u32) { in poll()
H A Dprocess.rs29 sync::poll::PollTable,
1684 table: PollTable<'_>, in poll()