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/
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
/kernel/linux/linux-5.10/mm/
Dmemcontrol.c5758 struct lruvec *from_vec, *to_vec; in mem_cgroup_move_account() local
/kernel/linux/linux-6.6/mm/
Dmemcontrol.c5864 struct lruvec *from_vec, *to_vec; in mem_cgroup_move_account() local