Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt5677-spi.c309 size_t new_bytes, copy_bytes, period_bytes; in rt5677_spi_copy_work() local
345 new_bytes = mic_write_offset - rt5677_dsp->mic_read_offset; in rt5677_spi_copy_work()
347 new_bytes = RT5677_MIC_BUF_BYTES + mic_write_offset in rt5677_spi_copy_work()
352 while (new_bytes) { in rt5677_spi_copy_work()
353 copy_bytes = min(new_bytes, period_bytes in rt5677_spi_copy_work()
365 new_bytes -= copy_bytes; in rt5677_spi_copy_work()
/linux/tools/perf/util/
H A Dmachine.c846 u8 *new_bytes = event->text_poke.bytes + event->text_poke.old_len; in machine__process_text_poke() local
856 new_bytes, in machine__process_text_poke()
/linux/kernel/events/
H A Dcore.c10077 const void *new_bytes; member
10117 __output_copy(&handle, text_poke_event->new_bytes, text_poke_event->new_len); in perf_event_text_poke_output()
10128 size_t old_len, const void *new_bytes, size_t new_len) in perf_event_text_poke() argument
10142 .new_bytes = new_bytes, in perf_event_text_poke()