Home
last modified time | relevance | path

Searched defs:to_vec (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs112 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() functions
118 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() functions
163 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() functions
414 pub fn to_vec(&self) -> Vec<T> in to_vec() functions
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmemcontrol.c5753 struct lruvec *from_vec, *to_vec; in mem_cgroup_move_account() local
/kernel/linux/linux-6.6/mm/
H A Dmemcontrol.c5840 struct lruvec *from_vec, *to_vec; in mem_cgroup_move_account() local
[all...]

Completed in 17 milliseconds