Searched refs:stream_sync_cnt (Results 1 – 1 of 1) sorted by relevance
54 static size_t stream_sync_cnt; variable764 stream_sync_cnt = POPCOUNT(bis_index_bitfield); in test_broadcast_sync()839 printk("Waiting for %zu streams to be stopped\n", stream_sync_cnt); in test_broadcast_stop()840 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_broadcast_stop()944 printk("Waiting for %zu streams to be started\n", stream_sync_cnt); in test_common()945 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_common()973 printk("Waiting for %zu streams to be stopped\n", stream_sync_cnt); in test_main()974 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_main()995 printk("Waiting for %zu streams to be started\n", stream_sync_cnt); in test_sink_disconnect()996 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_sink_disconnect()[all …]