Searched defs:Sized (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/rust/kernel/sync/ |
D | condvar.rs | 105 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal() 129 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait() 140 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
|
/linux-6.8/rust/kernel/ |
D | init.rs | 976 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( in pin_init_from_closure() 995 pub const unsafe fn init_from_closure<T: ?Sized, E>( in init_from_closure()
|
D | workqueue.rs | 463 Self: Sized, in work_container_of()
|
/linux-6.8/rust/alloc/ |
D | slice.rs | 120 Self: Sized; in to_vec()
|