Home
last modified time | relevance | path

Searched refs:alloc_count (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dminsyms.c833 int alloc_count; in install_minimal_symbols() local
843 alloc_count = msym_count + objfile->minimal_symbol_count + 1; in install_minimal_symbols()
845 alloc_count * sizeof (struct minimal_symbol)); in install_minimal_symbols()
888 (mcount + 1 - alloc_count) * sizeof (struct minimal_symbol)); in install_minimal_symbols()
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw_queues.h80 uint32_t alloc_count; member
H A Docs_hw_queues.c1117 uint32_t alloc_count; /* Number of tokens in the array */ member
1431 if (qtop->inuse_count >= qtop->alloc_count) { in parse_topology()
1610 tokarray.alloc_count = MAX_TOKENS; in ocs_hw_qtop_parse()
1615 for (s = qtop_string; (tokarray.inuse_count < tokarray.alloc_count) && in ocs_hw_qtop_parse()
1637 qtop->alloc_count = OCS_HW_MAX_QTOP_ENTRIES; in ocs_hw_qtop_parse()
1667 ocs_free(qtop->os, qtop->entries, qtop->alloc_count*sizeof(*qtop->entries)); in ocs_hw_qtop_free()