Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/
Dworkqueue.rs156 pub struct Queue(Opaque<bindings::workqueue_struct>); struct
159 unsafe impl Send for Queue {} implementation
161 unsafe impl Sync for Queue {} implementation
163 impl Queue { implementation
170 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