Searched defs:Pin (Results 1 – 6 of 6) sorted by relevance
/linux/rust/kernel/time/hrtimer/ |
H A D | tbox.rs | 59 impl<T, A> HrTimerPointer for Pin<Box<T, A>> implementation 91 impl<T, A> RawHrTimerCallback for Pin<Box<T, A>> implementation
|
H A D | pin.rs | 51 unsafe impl<'a, T> UnsafeHrTimerPointer for Pin<&'a T> implementation 73 impl<'a, T> RawHrTimerCallback for Pin<&'a T> implementation
|
H A D | pin_mut.rs | 49 unsafe impl<'a, T> UnsafeHrTimerPointer for Pin<&'a mut T> implementation 77 impl<'a, T> RawHrTimerCallback for Pin<&'a mut T> implementation
|
/linux/rust/kernel/ |
H A D | workqueue.rs | 571 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Pin<KBox<T>> implementation 591 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Pin<KBox<T>> implementation
|
/linux/rust/kernel/alloc/ |
H A D | kbox.rs | 337 impl<T, A> From<Box<T, A>> for Pin<Box<T, A>> implementation 434 unsafe impl<T: 'static, A> ForeignOwnable for Pin<Box<T, A>> implementation
|
/linux/rust/kernel/sync/ |
H A D | arc.rs | 812 impl<T: ?Sized> From<UniqueArc<T>> for Pin<UniqueArc<T>> { implementation
|