Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/sync/
H A Dpoll.rs39 pub struct PollTable(Opaque<bindings::poll_table>); struct
41 impl PollTable { impl
51 pub unsafe fn from_ptr<'a>(ptr: *mut bindings::poll_table) -> &'a mut PollTable { in from_ptr() argument