Home
last modified time | relevance | path

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

/Linux-v6.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()
/Linux-v6.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()
/Linux-v6.6/rust/alloc/
Dalloc.rs349 pub(crate) unsafe fn box_free<T: ?Sized, A: Allocator>(ptr: Unique<T>, alloc: A) { in box_free()
Dslice.rs120 Self: Sized; in to_vec()