Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtypes.rs12 use pin_init::{PinInit, Wrapper, Zeroable};
421 impl<T> Wrapper<T> for Opaque<T> { in pin_init()
H A Drevocable.rs8 use pin_init::Wrapper;
/linux/rust/pin-init/src/
H A Dlib.rs1769 pub trait Wrapper<T> { interface
1774 impl<T> Wrapper<T> for UnsafeCell<T> {
1782 impl<T> Wrapper<T> for MaybeUninit<T> {
1791 impl<T> Wrapper<T> for core::pin::UnsafePinned<T> {
/linux/Documentation/dev-tools/kunit/
H A Dstart.rst148 Running Tests without the KUnit Wrapper
150 If you do not want to use the KUnit Wrapper (for example: you want code
171 Running Tests (without KUnit Wrapper)
/linux/rust/kernel/sync/
H A Dlock.rs14 use pin_init::{pin_data, pin_init, PinInit, Wrapper};
/linux/arch/arc/kernel/
H A Dentry-compact.S287 ; Wrapper for Linux page fault handler called from EV_TLBMiss*
/linux/rust/pin-init/
H A DREADME.md57 This feature enables the `Wrapper` implementation on the unstable `core::pin::UnsafePinned` type.
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst708 .. [#cbw] Command Block Wrapper