Searched defs:Sized (Results 1 – 3 of 3) sorted by relevance
/linux/rust/kernel/sync/ |
H A D | condvar.rs | 114 fn wait_internal<T: ?Sized, B: Backend>( in wait_internal() 145 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait() 156 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible() 168 pub fn wait_interruptible_freezable<T: ?Sized, B: Backend>( in wait_interruptible_freezable() 186 pub fn wait_interruptible_timeout<T: ?Sized, B: Backend>( in wait_interruptible_timeout()
|
/linux/rust/pin-init/src/ |
H A D | lib.rs | 1246 pin_init_from_closure<T: ?Sized, E>( f: impl FnOnce(*mut T) -> Result<(), E>, ) -> impl PinInit<T, E> pin_init_from_closure() argument 1265 init_from_closure<T: ?Sized, E>( f: impl FnOnce(*mut T) -> Result<(), E>, ) -> impl Init<T, E> init_from_closure() argument [all...] |
/linux/rust/kernel/time/ |
H A D | hrtimer.rs | 303 run(this: <Self::Pointer<'_> as RawHrTimerCallback>::CallbackTarget<'_>) -> HrTimerRestart where Self: Sized run() argument 366 timer_container_of(ptr: *mut HrTimer<T>) -> *mut Self where Self: Sized timer_container_of() argument
|