Home
last modified time | relevance | path

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

/sof-3.4.0/src/audio/
Dchain_dma.c173 size_t link_avail_bytes, link_free_bytes, host_avail_bytes, host_free_bytes; in chain_task_run() local
211 host_free_bytes = stat.free; in chain_task_run()
220 const size_t increment = MIN(host_free_bytes, link_avail_bytes); in chain_task_run()