Home
last modified time | relevance | path

Searched defs:to_vec (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/alloc/
H A Dslice.rs112 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
118 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
126 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
163 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
414 pub fn to_vec(&self) -> Vec<T> in to_vec() method
/openbmc/linux/mm/
H A Dmemcontrol.c5790 struct lruvec *from_vec, *to_vec; in mem_cgroup_move_account() local