From 1c91c77307dc120ac11e0d1a649aa4db58348f1b Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 25 Jun 2019 18:14:13 -0700 Subject: svm: fix fifo segment free chunk bytes accounting Type:fix Change-Id: Icab89337eb3dbdc93d0fb453cfd34090026072b7 Signed-off-by: Florin Coras --- src/svm/fifo_segment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svm/fifo_segment.h') diff --git a/src/svm/fifo_segment.h b/src/svm/fifo_segment.h index 89d4ef9c8c7..7922274cecf 100644 --- a/src/svm/fifo_segment.h +++ b/src/svm/fifo_segment.h @@ -192,7 +192,7 @@ void fifo_segment_update_free_bytes (fifo_segment_t * fs); * @param fs fifo segment * @return free bytes on chunk free lists */ -u32 fifo_segment_chunk_prealloc_bytes (fifo_segment_t * fs); +u32 fifo_segment_fl_chunk_bytes (fifo_segment_t * fs); u8 fifo_segment_has_fifos (fifo_segment_t * fs); svm_fifo_t *fifo_segment_get_fifo_list (fifo_segment_t * fs); u32 fifo_segment_num_fifos (fifo_segment_t * fs); -- cgit 1.2.3-korg