Home
last modified time | relevance | path

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

/rust/kernel/time/hrtimer/
A Dpin.rs51 unsafe impl<'a, T> UnsafeHrTimerPointer for Pin<&'a T> implementation
77 impl<'a, T> RawHrTimerCallback for Pin<&'a T> implementation
A Dpin_mut.rs49 unsafe impl<'a, T> UnsafeHrTimerPointer for Pin<&'a mut T> implementation
81 impl<'a, T> RawHrTimerCallback for Pin<&'a mut T> implementation
A Dtbox.rs59 impl<T, A> HrTimerPointer for Pin<Box<T, A>> implementation
95 impl<T, A> RawHrTimerCallback for Pin<Box<T, A>> implementation
/rust/kernel/
A Dworkqueue.rs885 unsafe impl<T, const ID: u64> WorkItemPointer<ID> for Pin<KBox<T>> implementation
905 unsafe impl<T, const ID: u64> RawWorkItem<ID> for Pin<KBox<T>> implementation
937 unsafe impl<T, const ID: u64> RawDelayedWorkItem<ID> for Pin<KBox<T>> implementation
/rust/kernel/alloc/
A Dkbox.rs339 impl<T, A> From<Box<T, A>> for Pin<Box<T, A>> implementation
439 unsafe impl<T: 'static, A> ForeignOwnable for Pin<Box<T, A>> implementation
/rust/kernel/sync/
A Darc.rs840 impl<T: ?Sized> From<UniqueArc<T>> for Pin<UniqueArc<T>> { implementation

Completed in 11 milliseconds