Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Drt5514-spi.c79 size_t period_bytes, truncated_bytes = 0; in rt5514_spi_copy_work() local
129 truncated_bytes = rt5514_dsp->buf_limit - rt5514_dsp->buf_rp; in rt5514_spi_copy_work()
132 truncated_bytes); in rt5514_spi_copy_work()
136 truncated_bytes, period_bytes - truncated_bytes); in rt5514_spi_copy_work()
139 truncated_bytes; in rt5514_spi_copy_work()
/Linux-v5.4/fs/
Dbuffer.c2998 unsigned truncated_bytes; in guard_bio_eod() local
3025 truncated_bytes = bio->bi_iter.bi_size - (maxsector << 9); in guard_bio_eod()
3031 if (truncated_bytes > bvec->bv_len) in guard_bio_eod()
3035 bio->bi_iter.bi_size -= truncated_bytes; in guard_bio_eod()
3036 bvec->bv_len -= truncated_bytes; in guard_bio_eod()
3044 truncated_bytes); in guard_bio_eod()