Searched refs:stream_sync_cnt (Results 1 – 1 of 1) sorted by relevance
54 static size_t stream_sync_cnt; variable804 stream_sync_cnt = POPCOUNT(bis_index_bitfield); in test_broadcast_sync()879 printk("Waiting for %zu streams to be stopped\n", stream_sync_cnt); in test_broadcast_stop()880 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_broadcast_stop()951 printk("Waiting for %zu streams to be started\n", stream_sync_cnt); in test_common()952 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_common()974 printk("Waiting for %zu streams to be stopped\n", stream_sync_cnt); in test_main()975 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_main()1002 printk("Waiting for %zu streams to be stopped\n", stream_sync_cnt); in test_main_update()1003 for (size_t i = 0U; i < stream_sync_cnt; i++) { in test_main_update()[all …]