Lines Matching refs:inuse_count
120 for (i = 0, qt = qtop->entries; i < qtop->inuse_count; i++, qt++) { in ocs_hw_init_queues()
121 if (i == qtop->inuse_count - 1) in ocs_hw_init_queues()
1120 uint32_t inuse_count; /* Number of tokens posted to array */ member
1355 for (i = 0, tok = tokarray->tokens; (i <= tokarray->inuse_count); i++, tok++) { in tok_syntax()
1427 ocs_hw_qtop_entry_t *qt = qtop->entries + qtop->inuse_count; in parse_topology()
1430 for (; (tokarray->iter_idx < tokarray->inuse_count) && in parse_topology()
1432 if (qtop->inuse_count >= qtop->alloc_count) { in parse_topology()
1436 qt = qtop->entries + qtop->inuse_count; in parse_topology()
1445 qtop->inuse_count++; in parse_topology()
1450 while ((tokarray->iter_idx + 4) <= tokarray->inuse_count) { in parse_topology()
1507 if ( ((tokarray->iter_idx + 5) <= tokarray->inuse_count) && in parse_topology()
1527 qtop->inuse_count++; in parse_topology()
1611 tokarray.inuse_count = 0; in ocs_hw_qtop_parse()
1615 for (s = qtop_string; (tokarray.inuse_count < tokarray.alloc_count) && in ocs_hw_qtop_parse()
1616 ((s = tokenize(s, &tokarray.tokens[tokarray.inuse_count]))) != NULL; ) { in ocs_hw_qtop_parse()
1617 tokarray.inuse_count++; in ocs_hw_qtop_parse()
1638 qtop->inuse_count = 0; in ocs_hw_qtop_parse()
1643 for (i = 0, qt = qtop->entries; i < qtop->inuse_count; i++, qt++) { in ocs_hw_qtop_parse()