Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/ice/
H A Dice_sched.c260 * @num_nodes: number of nodes
267 u16 num_nodes, u32 *node_teids) in ice_sched_remove_elems()
274 buf_size = ice_struct_size(buf, teid, num_nodes); in ice_sched_remove_elems()
280 buf->hdr.num_elems = CPU_TO_LE16(num_nodes); in ice_sched_remove_elems()
281 for (i = 0; i < num_nodes; i++) in ice_sched_remove_elems()
551 * @num_nodes: number of nodes
558 ice_sched_suspend_resume_elems(struct ice_hw *hw, u8 num_nodes, u32 *node_teids, in ice_sched_suspend_resume_elems()
565 buf_size = sizeof(*buf) * num_nodes; in ice_sched_suspend_resume_elems()
570 for (i = 0; i < num_nodes; i++) in ice_sched_suspend_resume_elems()
574 status = ice_aq_suspend_sched_elems(hw, num_nodes, bu in ice_sched_suspend_resume_elems()
265 ice_sched_remove_elems(struct ice_hw * hw,struct ice_sched_node * parent,u16 num_nodes,u32 * node_teids) ice_sched_remove_elems() argument
556 ice_sched_suspend_resume_elems(struct ice_hw * hw,u8 num_nodes,u32 * node_teids,bool suspend) ice_sched_suspend_resume_elems() argument
928 ice_aq_cfg_node_attr(struct ice_hw * hw,u16 num_nodes,struct ice_aqc_node_attr_elem * buf,u16 buf_size,struct ice_sq_cd * cd) ice_aq_cfg_node_attr() argument
985 ice_sched_add_elems(struct ice_port_info * pi,struct ice_sched_node * tc_node,struct ice_sched_node * parent,u8 layer,u16 num_nodes,u16 * num_nodes_added,u32 * first_node_teid,struct ice_sched_node ** prealloc_nodes) ice_sched_add_elems() argument
1091 ice_sched_add_nodes_to_hw_layer(struct ice_port_info * pi,struct ice_sched_node * tc_node,struct ice_sched_node * parent,u8 layer,u16 num_nodes,u32 * first_node_teid,u16 * num_nodes_added) ice_sched_add_nodes_to_hw_layer() argument
1135 ice_sched_add_nodes_to_layer(struct ice_port_info * pi,struct ice_sched_node * tc_node,struct ice_sched_node * parent,u8 layer,u16 num_nodes,u32 * first_node_teid,u16 * num_nodes_added) ice_sched_add_nodes_to_layer() argument
1752 ice_sched_calc_vsi_child_nodes(struct ice_hw * hw,u16 num_qs,u16 * num_nodes) ice_sched_calc_vsi_child_nodes() argument
1783 ice_sched_add_vsi_child_nodes(struct ice_port_info * pi,u16 vsi_handle,struct ice_sched_node * tc_node,u16 * num_nodes,u8 owner) ice_sched_add_vsi_child_nodes() argument
1839 ice_sched_calc_vsi_support_nodes(struct ice_port_info * pi,struct ice_sched_node * tc_node,u16 * num_nodes) ice_sched_calc_vsi_support_nodes() argument
1888 ice_sched_add_vsi_support_nodes(struct ice_port_info * pi,u16 vsi_handle,struct ice_sched_node * tc_node,u16 * num_nodes) ice_sched_add_vsi_support_nodes() argument
1939 u16 num_nodes[ICE_AQC_TOPO_MAX_LEVEL_NUM] = { 0 }; ice_sched_add_vsi_to_topo() local
2335 ice_sched_get_free_vsi_parent(struct ice_hw * hw,struct ice_sched_node * node,u16 * num_nodes) ice_sched_get_free_vsi_parent() argument
2477 u16 num_nodes[ICE_AQC_TOPO_MAX_LEVEL_NUM] = { 0 }; ice_sched_move_vsi_to_agg() local
2726 u16 num_nodes[ICE_AQC_TOPO_MAX_LEVEL_NUM] = { 0 }; ice_sched_add_agg_cfg() local
[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 */
1283 __le32 num_nodes; /* Response only */ global() member
/freebsd/contrib/netbsd-tests/crypto/libcrypto/conf/
H A Dd_conf.out2 num_nodes = 24
/freebsd/sys/contrib/xen/
H A Dsysctl.h541 uint32_t num_nodes; member
/freebsd/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/crypto/openssl/
H A DCHANGES.md890 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other