Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dworkqueue.rs22 //! includes a trait called [`WorkItemPointer`], which is usually not used directly by the user.
26 //! * The [`WorkItemPointer`] trait is implemented for the pointer type that points at a something
449 /// [`run`]: WorkItemPointer::run
450 pub unsafe trait WorkItemPointer<const ID: u64>: RawWorkItem<ID> { interface
468 type Pointer: WorkItemPointer<ID>;
476 /// This struct contains a function pointer to the [`run`] function from the [`WorkItemPointer`]
483 /// [`run`]: WorkItemPointer::run
510 // SAFETY: The `WorkItemPointer` implementation promises that `run` can be used as in new()
643 /// This struct contains a function pointer to the [`run`] function from the [`WorkItemPointer`]
651 /// [`run`]: WorkItemPointer
[all...]