Home
last modified time | relevance | path

Searched refs:node_count (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/unbound/edns-subnet/
H A Daddrtree.c97 tree->node_count++; in node_create()
143 tree->node_count = 0; in addrtree_create()
224 tree->node_count--; in purge_node()
249 while (tree->node_count > tree->max_node_count) { in lru_cleanup()
409 tree->node_count--; in addrtree_insert()
437 tree->node_count--; in addrtree_insert()
465 tree->node_count--; in addrtree_insert()
H A Daddrtree.h69 uint32_t node_count; member
/freebsd/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c223 unsigned int *node_count, unsigned int *port_count) in _load_header_info() argument
248 offset += _unmarshall32(buf + offset, node_count); in _load_header_info()
626 unsigned int node_count = 0; in ibnd_load_fabric() local
660 if (_load_header_info(fd, fabric_cache, &node_count, &port_count) < 0) in ibnd_load_fabric()
663 for (i = 0; i < node_count; i++) { in ibnd_load_fabric()
790 static int _cache_header_counts(int fd, unsigned int node_count, in _cache_header_counts() argument
796 offset += _marshall32(buf + offset, node_count); in _cache_header_counts()
888 unsigned int node_count = 0; in ibnd_cache_fabric() local
936 node_count++; in ibnd_cache_fabric()
953 if (_cache_header_counts(fd, node_count, port_count) < 0) in ibnd_cache_fabric()
/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_node.c68 if (tree->node_maximum > 0 && tree->node_count >= tree->node_maximum) in ossl_policy_level_add_node()
111 tree->node_count++; in ossl_policy_level_add_node()
H A Dpcy_local.h115 size_t node_count; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h105 M(int64_t, {1}, node_count, \
/freebsd/sys/dev/ocs_fc/
H A Docs_node.h119 extern int32_t ocs_node_create_pool(ocs_t *ocs, uint32_t node_count);
H A Docs_node.c233 ocs_node_create_pool(ocs_t *ocs, uint32_t node_count) in ocs_node_create_pool() argument
243 xport->nodes_count = node_count; in ocs_node_create_pool()
245 xport->nodes = ocs_malloc(ocs, node_count * sizeof(ocs_node_t *), OCS_M_ZERO | OCS_M_NOWAIT); in ocs_node_create_pool()
263 for (i = 0; i < node_count; i ++) { in ocs_node_create_pool()
/freebsd/sys/dev/ice/
H A Dice_nvm.c1114 u16 module_id, length, node_count, i; in ice_get_netlist_info() local
1139 status = ice_read_netlist_module(hw, bank, ICE_LINK_TOPO_NODE_COUNT, &node_count); in ice_get_netlist_info()
1142 node_count &= ICE_LINK_TOPO_NODE_COUNT_M; in ice_get_netlist_info()
1150 ICE_NETLIST_ID_BLK_OFFSET(node_count) * sizeof(u16), in ice_get_netlist_info()
/freebsd/sys/dev/firewire/
H A Dfirewire.h408 node_count:16; member
H A Dfirewire.c1310 fc->topology_map->node_count= 0; in fw_sidrcv()
1324 fc->topology_map->node_count++; in fw_sidrcv()
/freebsd/sys/fs/fuse/
H A Dfuse_node.c109 SYSCTL_COUNTER_U64(_vfs_fusefs_stats, OID_AUTO, node_count, CTLFLAG_RD,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp393 *ModelRunner->getTensor<int64_t>(FeatureIndex::node_count) = NodeCount; in getAdviceImpl()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c532 tmap->node_count, tmap->self_id_count); in show_topology_map()