Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 3 of 3) sorted by relevance

/rust/kernel/
A Dcpumask.rs158 pub fn copy(&self, dstp: &mut Self) { in copy() method
300 cpumask.copy(&mut cpumask_var); in try_clone()
A Dopp.rs781 cpumask.copy(mask); in set_sharing_cpus()
/rust/kernel/alloc/
A Dkvec.rs402 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