Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.h77 uint32_t alloc_count; member
H A Docs_hw_queues.c1119 uint32_t alloc_count; /* Number of tokens in the array */ member
1432 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()
/freebsd/contrib/lua/src/
H A Dltests.c865 static int alloc_count (lua_State *L) { in alloc_count() function
1945 {"alloccount", alloc_count},
/freebsd/contrib/jemalloc/src/
H A Dprof.c2478 size_t alloc_count = prof_log_alloc_count(); in prof_log_rep_check() local
2482 if (bt_count != 0 || thr_count != 0 || alloc_count || 0) { in prof_log_rep_check()