Searched refs:streams_ref_count (Results 1 – 2 of 2) sorted by relevance
861 if (stream->isys->streams_ref_count[i] > 0) in ipu6_isys_put_stream()862 stream->isys->streams_ref_count[i]--; in ipu6_isys_put_stream()886 if (isys->streams_ref_count[i] && isys->streams[i].vc == vc && in ipu6_isys_get_stream()888 isys->streams_ref_count[i]++; in ipu6_isys_get_stream()896 if (!isys->streams_ref_count[i]) { in ipu6_isys_get_stream()897 isys->streams_ref_count[i]++; in ipu6_isys_get_stream()926 if (isys->streams_ref_count[stream_handle] > 0) { in ipu6_isys_query_stream_by_handle()927 isys->streams_ref_count[stream_handle]++; in ipu6_isys_query_stream_by_handle()953 if (!isys->streams_ref_count[i]) in ipu6_isys_query_stream_by_source()959 isys->streams_ref_count[i]++; in ipu6_isys_query_stream_by_source()
141 int streams_ref_count[IPU6_ISYS_MAX_STREAMS]; member