Searched refs:inuse_count (Results 1 – 2 of 2) sorted by relevance
123 for (i = 0, qt = qtop->entries; i < qtop->inuse_count; i++, qt++) { in ocs_hw_init_queues()124 if (i == qtop->inuse_count - 1) in ocs_hw_init_queues()1118 uint32_t inuse_count; /* Number of tokens posted to array */ member1353 for (i = 0, tok = tokarray->tokens; (i <= tokarray->inuse_count); i++, tok++) { in tok_syntax()1426 ocs_hw_qtop_entry_t *qt = qtop->entries + qtop->inuse_count; in parse_topology()1429 for (; (tokarray->iter_idx < tokarray->inuse_count) && in parse_topology()1431 if (qtop->inuse_count >= qtop->alloc_count) { in parse_topology()1435 qt = qtop->entries + qtop->inuse_count; in parse_topology()1444 qtop->inuse_count++; in parse_topology()1449 while ((tokarray->iter_idx + 4) <= tokarray->inuse_count) { in parse_topology()[all …]
81 uint32_t inuse_count; member