Home
last modified time | relevance | path

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

/linux/rust/kernel/time/hrtimer/
H A Dtbox.rs59 impl<T, A> HrTimerPointer for Pin<Box<T, A>> implementation
91 impl<T, A> RawHrTimerCallback for Pin<Box<T, A>> implementation
H A Dpin.rs51 unsafe impl<'a, T> UnsafeHrTimerPointer for Pin<&'a T> implementation
73 impl<'a, T> RawHrTimerCallback for Pin<&'a T> implementation
H A Dpin_mut.rs49 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 Dworkqueue.rs571 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 Dkbox.rs337 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 Darc.rs812 impl<T: ?Sized> From<UniqueArc<T>> for Pin<UniqueArc<T>> { implementation