Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/asihpi/
Dhpifunc.c383 u32 bytes_per_second; in hpi_stream_estimate_buffer_size() local
393 bytes_per_second = pF->sample_rate * 2L * channels; in hpi_stream_estimate_buffer_size()
396 bytes_per_second = pF->sample_rate * 3L * channels; in hpi_stream_estimate_buffer_size()
400 bytes_per_second = pF->sample_rate * 4L * channels; in hpi_stream_estimate_buffer_size()
403 bytes_per_second = pF->sample_rate * 1L * channels; in hpi_stream_estimate_buffer_size()
408 bytes_per_second = pF->bit_rate / 8L; in hpi_stream_estimate_buffer_size()
412 bytes_per_second = 256000L / 8L; in hpi_stream_estimate_buffer_size()
417 size = (bytes_per_second * host_polling_rate_in_milli_seconds * 2) / in hpi_stream_estimate_buffer_size()
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst36 for policy is "<major>:<minor> <bytes_per_second>"::