Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Drt5514-spi.c82 size_t period_bytes, truncated_bytes = 0; in rt5514_spi_copy_work() local
124 truncated_bytes = rt5514_dsp->buf_limit - rt5514_dsp->buf_rp; in rt5514_spi_copy_work()
127 truncated_bytes); in rt5514_spi_copy_work()
131 truncated_bytes, period_bytes - truncated_bytes); in rt5514_spi_copy_work()
134 truncated_bytes; in rt5514_spi_copy_work()
/Linux-v4.19/fs/
Dbuffer.c3000 unsigned truncated_bytes; in guard_bio_eod() local
3027 truncated_bytes = bio->bi_iter.bi_size - (maxsector << 9); in guard_bio_eod()
3030 bio->bi_iter.bi_size -= truncated_bytes; in guard_bio_eod()
3031 bvec->bv_len -= truncated_bytes; in guard_bio_eod()
3036 truncated_bytes); in guard_bio_eod()