expected_count    105 test/class/opal_fifo.c static bool check_fifo_consistency (opal_fifo_t *fifo, int expected_count)
expected_count    113 test/class/opal_fifo.c     return count == expected_count;
expected_count     67 test/class/opal_lifo.c static bool check_lifo_consistency (opal_lifo_t *lifo, int expected_count)
expected_count     75 test/class/opal_lifo.c     return count == expected_count;