Home
last modified time | relevance | path

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

/linux-6.8/rust/kernel/sync/
Dcondvar.rs105 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/
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()
Dworkqueue.rs463 Self: Sized, in work_container_of()
/linux-6.8/rust/alloc/
Dslice.rs120 Self: Sized; in to_vec()