Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dworkqueue.rs443 pub unsafe trait WorkItemPointer<const ID: u64>: RawWorkItem<ID> { interface
461 type Pointer: WorkItemPointer<ID>;
815 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Arc<T>
878 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Pin<KBox<T>>