Searched defs:Sized (Results 1 – 4 of 4) sorted by relevance
/linux-6.15/rust/kernel/sync/ |
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-6.15/rust/kernel/time/ |
D | hrtimer.rs | 283 fn run(this: <Self::Pointer<'_> as RawHrTimerCallback>::CallbackTarget<'_>) -> HrTimerRestart in run() 341 unsafe fn timer_container_of(ptr: *mut HrTimer<T>) -> *mut Self in timer_container_of()
|
/linux-6.15/rust/pin-init/src/ |
D | lib.rs | 1194 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( in pin_init_from_closure() 1213 pub const unsafe fn init_from_closure<T: ?Sized, E>( in init_from_closure()
|
/linux-6.15/rust/kernel/ |
D | workqueue.rs | 471 Self: Sized, in work_container_of()
|