Searched refs:copy (Results 1 – 3 of 3) sorted by relevance
158 pub fn copy(&self, dstp: &mut Self) { in copy() method300 cpumask.copy(&mut cpumask_var); in try_clone()
781 cpumask.copy(mask); in set_sharing_cpus()
402 unsafe { ptr::copy(p, p.add(1), len - index) }; in insert_within_capacity()469 unsafe { ptr::copy(p.add(1), p, self.len - i - 1) }; in remove()1103 unsafe { ptr::copy(ptr, buf.as_ptr(), len) }; in collect()
Completed in 9 milliseconds