Home
last modified time | relevance | path

Searched refs:num_nodes (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/lhash/
H A Dlh_stats.c65 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes); in OPENSSL_LH_stats_bio()
87 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_node_stats_bio()
101 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_node_usage_stats_bio()
109 BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes); in OPENSSL_LH_node_usage_stats_bio()
114 (int)(total / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio()
115 (int)((total % lh->num_nodes) * 100 / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio()
H A Dlhash.c63 ret->num_nodes = MIN_NODES / 2; in OPENSSL_LH_new()
94 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_flush()
114 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()
156 if ((lh->num_nodes > MIN_NODES) && in OPENSSL_LH_delete()
157 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in OPENSSL_LH_delete()
190 for (i = lh->num_nodes - 1; i >= 0; i--) { in doall_util_fn()
238 lh->num_nodes++; in expand()
278 lh->num_nodes--; in contract()
H A Dlhash_local.h23 unsigned int num_nodes; member
/freebsd-14.2/sys/dev/ice/
H A Dice_sched.c1100 if (!num_nodes) in ice_sched_add_nodes_to_hw_layer()
1853 num_nodes[i]++; in ice_sched_calc_vsi_support_nodes()
1874 num_nodes[i]++; in ice_sched_calc_vsi_support_nodes()
1953 num_nodes); in ice_sched_add_vsi_to_topo()
2337 u16 *num_nodes) in ice_sched_get_free_vsi_parent() argument
2352 num_nodes[l] = 0; in ice_sched_get_free_vsi_parent()
2361 num_nodes); in ice_sched_get_free_vsi_parent()
2506 num_nodes[i] = 1; in ice_sched_move_vsi_to_agg()
2512 num_nodes); in ice_sched_move_vsi_to_agg()
2747 num_nodes[aggl] = 1; in ice_sched_add_agg_cfg()
[all …]
H A Dice_sched.h118 ice_aq_cfg_node_attr(struct ice_hw *hw, u16 num_nodes,
122 ice_aq_cfg_l2_node_cgd(struct ice_hw *hw, u16 num_nodes,
144 struct ice_sched_node *parent, u8 layer, u16 num_nodes,
H A Dice_adminq_cmd.h1293 __le32 num_nodes; /* Response only */ member
/freebsd-14.2/contrib/netbsd-tests/crypto/libcrypto/conf/
H A Dd_conf.out2 num_nodes = 24
/freebsd-14.2/sys/contrib/xen/
H A Dsysctl.h541 uint32_t num_nodes; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp120 unsigned num_nodes = named_metadata->getNumOperands(); in DeclForGlobal() local
123 for (node_index = 0; node_index < num_nodes; ++node_index) { in DeclForGlobal()
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md890 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other