Searched refs:msg_count (Results 1 – 4 of 4) sorted by relevance
54 msg_count=$(zdb -l $VIRTUAL_DISK | grep -c '(Bad label cksum)')55 [ $msg_count -ne 1 ] && \58 msg_count=$(zdb -lll $VIRTUAL_DISK | grep -c '(Bad label cksum)')59 [ $msg_count -ne 2 ] && \70 msg_count=$(zdb -lll $VIRTUAL_DISK | grep -c '(Bad label cksum)')71 [ $msg_count -ne 4 ] && \
1504 int msg_count = 0; in iavf_disable_queues_with_retries() local1513 while ((msg_count < max_attempts) && in iavf_disable_queues_with_retries()1515 msg_count++; in iavf_disable_queues_with_retries()1520 if (msg_count > 1) in iavf_disable_queues_with_retries()1522 msg_count); in iavf_disable_queues_with_retries()1524 if (!in_detach && msg_count >= max_attempts) in iavf_disable_queues_with_retries()
1845 const size_t msg_count = messages_array->GetSize(); in GetDescription() local1846 if (msg_count > 0) { in GetDescription()1847 strm.Printf(" %zu trace messages:\n", msg_count); in GetDescription()1848 for (size_t i = 0; i < msg_count; i++) { in GetDescription()
1031 u32 msg_count; member