Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/lhash/
H A Dlh_stats.c74 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes); in OPENSSL_LH_stats_bio()
96 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_node_stats_bio()
110 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_node_usage_stats_bio()
118 BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes); in OPENSSL_LH_node_usage_stats_bio()
123 (int)(total / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio()
124 (int)((total % lh->num_nodes) * 100 / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio()
H A Dlhash.c73 ret->num_nodes = MIN_NODES / 2; in OPENSSL_LH_new()
104 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_flush()
124 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()
166 …if ((lh->num_nodes > MIN_NODES) && (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes in OPENSSL_LH_delete()
202 for (i = lh->num_nodes - 1; i >= 0; i--) { in doall_util_fn()
267 lh->num_nodes++; in expand()
307 lh->num_nodes--; in contract()
H A Dlhash_local.h27 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 */ member
/freebsd/contrib/netbsd-tests/crypto/libcrypto/conf/
H A Dd_conf.out2 num_nodes = 24
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c1332 int num_nodes; in brcmf_fws_deq() local
1339 num_nodes = sizeof(fws->desc) / sizeof(struct brcmf_fws_mac_descriptor); in brcmf_fws_deq()
1342 for (i = 0; i < num_nodes; i++) { in brcmf_fws_deq()
1343 entry = &table[(node_pos + i) % num_nodes]; in brcmf_fws_deq()
1368 fws->deq_node_pos[fifo] = (node_pos + i + 1) % num_nodes; in brcmf_fws_deq()
/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.cpp118 unsigned num_nodes = named_metadata->getNumOperands(); in DeclForGlobal() local
121 for (node_index = 0; node_index < num_nodes; ++node_index) { in DeclForGlobal()
/freebsd/sys/dev/irdma/
H A Dirdma_type.h542 u8 num_nodes; member
/freebsd/crypto/openssl/
H A DCHANGES.md2959 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other