Searched refs:streams_ref_count (Results 1 – 4 of 4) sorted by relevance
677 if (stream->isys->streams_ref_count[i] > 0) in ipu7_isys_put_stream()678 stream->isys->streams_ref_count[i]--; in ipu7_isys_put_stream()702 if (isys->streams_ref_count[i] && isys->streams[i].vc == vc && in ipu7_isys_get_stream()704 isys->streams_ref_count[i]++; in ipu7_isys_get_stream()712 if (!isys->streams_ref_count[i]) { in ipu7_isys_get_stream()713 isys->streams_ref_count[i]++; in ipu7_isys_get_stream()742 if (isys->streams_ref_count[stream_handle] > 0) { in ipu7_isys_query_stream_by_handle()743 isys->streams_ref_count[stream_handle]++; in ipu7_isys_query_stream_by_handle()769 if (!isys->streams_ref_count[i]) in ipu7_isys_query_stream_by_source()775 isys->streams_ref_count[i]++; in ipu7_isys_query_stream_by_source()
88 int streams_ref_count[IPU_ISYS_MAX_STREAMS]; member
860 if (stream->isys->streams_ref_count[i] > 0) in ipu6_isys_put_stream()861 stream->isys->streams_ref_count[i]--; in ipu6_isys_put_stream()885 if (isys->streams_ref_count[i] && isys->streams[i].vc == vc && in ipu6_isys_get_stream()887 isys->streams_ref_count[i]++; in ipu6_isys_get_stream()895 if (!isys->streams_ref_count[i]) { in ipu6_isys_get_stream()896 isys->streams_ref_count[i]++; in ipu6_isys_get_stream()925 if (isys->streams_ref_count[stream_handle] > 0) { in ipu6_isys_query_stream_by_handle()926 isys->streams_ref_count[stream_handle]++; in ipu6_isys_query_stream_by_handle()952 if (!isys->streams_ref_count[i]) in ipu6_isys_query_stream_by_source()958 isys->streams_ref_count[i]++; in ipu6_isys_query_stream_by_source()
138 int streams_ref_count[IPU6_ISYS_MAX_STREAMS]; member
Completed in 13 milliseconds