Home
last modified time | relevance | path

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

/rust/kernel/init/
D__internal.rs68 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
97 fn make_closure<F, O, E>(self, f: F) -> F in make_closure()
/rust/kernel/
Dinit.rs818 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument
920 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() argument
/rust/alloc/vec/
Dmod.rs1743 fn process_loop<F, T, A: Allocator, const DELETED: bool>( in retain_mut()
1745 f: &mut F, in retain_mut()
1804 pub fn dedup_by_key<F, K>(&mut self, mut key: F) in dedup_by_key()
3252 pub fn drain_filter<F>(&mut self, filter: F) -> DrainFilter<'_, T, F, A> in drain_filter() argument