Lines Matching defs:msg_count
507 int *msg_count = spdk_io_channel_iter_get_ctx(i);
509 (*msg_count)++;
516 int *msg_count = spdk_io_channel_iter_get_ctx(i);
518 (*msg_count)++;
526 int msg_count = 0;
552 spdk_for_each_channel(&ch_count, channel_msg, &msg_count, channel_cpl);
553 CU_ASSERT(msg_count == 0);
555 CU_ASSERT(msg_count == 3);
557 msg_count = 0;
565 spdk_for_each_channel(&ch_count, channel_msg, &msg_count, channel_cpl);
571 CU_ASSERT(msg_count == 4);
1936 int msg_count = 0;
1960 spdk_for_each_channel(&ch_count, channel_msg, &msg_count, channel_cpl);
1961 CU_ASSERT(msg_count == 0);
1969 CU_ASSERT(msg_count == 3);