Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs610 let len_to_copy = core::cmp::min(pos_new, self.end).saturating_sub(self.pos); in write_str() localVariable
612 if len_to_copy > 0 { in write_str()
619 len_to_copy, in write_str()