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 ] && \
1479 int msg_count = 0; in iavf_disable_queues_with_retries() local1488 while ((msg_count < max_attempts) && in iavf_disable_queues_with_retries()1490 msg_count++; in iavf_disable_queues_with_retries()1495 if (msg_count > 1) in iavf_disable_queues_with_retries()1497 msg_count); in iavf_disable_queues_with_retries()1499 if (!in_detach && msg_count >= max_attempts) in iavf_disable_queues_with_retries()
1858 const size_t msg_count = messages_array->GetSize(); in GetDescription() local1859 if (msg_count > 0) { in GetDescription()1860 strm.Printf(" %zu trace messages:\n", msg_count); in GetDescription()1861 for (size_t i = 0; i < msg_count; i++) { in GetDescription()
1026 * 2. msg_count: the number of asynchronous messages sent by this VF1031 u32 msg_count;1009 u32 msg_count; global() member