Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dstr.rs465 let len_to_copy = core::cmp::min(pos_new, self.end).saturating_sub(self.pos); in write_str() localVariable
467 if len_to_copy > 0 { in write_str()
474 len_to_copy, in write_str()
/openbmc/qemu/hw/display/
H A Dxlnx_dp.c407 int len_to_copy; in xlnx_dp_audio_callback() local
414 len_to_copy = MIN(AUD_CHBUF_MAX_DEPTH, avail); in xlnx_dp_audio_callback()
415 memset(s->out_buffer, 0, len_to_copy); in xlnx_dp_audio_callback()
417 len_to_copy); in xlnx_dp_audio_callback()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c2220 int len_to_copy; in ufshcd_copy_sense_data() local
2223 len_to_copy = min_t(int, UFS_SENSE_SIZE, len); in ufshcd_copy_sense_data()
2226 len_to_copy); in ufshcd_copy_sense_data()