Lines Matching refs:stream_rings
618 stream_info->stream_rings = kcalloc_node(
621 if (!stream_info->stream_rings)
645 stream_info->stream_rings[cur_stream] =
648 cur_ring = stream_info->stream_rings[cur_stream];
664 stream_info->stream_rings[cur_stream] = NULL;
679 cur_ring = stream_info->stream_rings[cur_stream];
682 stream_info->stream_rings[cur_stream] = NULL;
692 kfree(stream_info->stream_rings);
751 cur_ring = stream_info->stream_rings[cur_stream];
754 stream_info->stream_rings[cur_stream] = NULL;
765 kfree(stream_info->stream_rings);