Searched defs:Queue (Results 1 – 1 of 1) sorted by relevance
156 pub struct Queue(Opaque<bindings::workqueue_struct>); struct159 unsafe impl Send for Queue {} implementation161 unsafe impl Sync for Queue {} implementation163 impl Queue { implementation170 pub unsafe fn from_raw<'a>(ptr: *const bindings::workqueue_struct) -> &'a Queue { in from_raw()173 unsafe { &*(ptr as *const Queue) } in from_raw() constant