Home
last modified time | relevance | path

Searched defs:Sized (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/rust/kernel/sync/
Dcondvar.rs106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal()
133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible()
/kernel/linux/linux-6.6/rust/kernel/
Dinit.rs976 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()
/kernel/linux/linux-6.6/rust/alloc/
Dslice.rs120 Self: Sized; in to_vec()