Searched defs:to_vec (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/rust/alloc/ |
D | slice.rs | 177 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function 183 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method 191 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method 228 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method 479 pub fn to_vec(&self) -> Vec<T> in to_vec() method
|
/linux-6.1.9/mm/ |
D | memcontrol.c | 5691 struct lruvec *from_vec, *to_vec; in mem_cgroup_move_account() local
|