Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/lhash/
HDlh_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()
HDlhash.c63 ret->num_nodes = MIN_NODES / 2; in OPENSSL_LH_new()
84 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_free()
103 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()
149 if ((lh->num_nodes > MIN_NODES) && in OPENSSL_LH_delete()
150 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in OPENSSL_LH_delete()
191 for (i = lh->num_nodes - 1; i >= 0; i--) { in doall_util_fn()
240 lh->num_nodes++; in expand()
282 lh->num_nodes--; in contract()
HDlhash_local.h23 unsigned int num_nodes; member
/freebsd-13-stable/sys/dev/ice/
HDice_sched.c264 u16 num_nodes, u32 *node_teids) in ice_sched_remove_elems() argument
271 buf_size = ice_struct_size(buf, teid, num_nodes); in ice_sched_remove_elems()
277 buf->hdr.num_elems = CPU_TO_LE16(num_nodes); in ice_sched_remove_elems()
278 for (i = 0; i < num_nodes; i++) in ice_sched_remove_elems()
555 ice_sched_suspend_resume_elems(struct ice_hw *hw, u8 num_nodes, u32 *node_teids, in ice_sched_suspend_resume_elems() argument
562 buf_size = sizeof(*buf) * num_nodes; in ice_sched_suspend_resume_elems()
567 for (i = 0; i < num_nodes; i++) in ice_sched_suspend_resume_elems()
571 status = ice_aq_suspend_sched_elems(hw, num_nodes, buf, in ice_sched_suspend_resume_elems()
575 status = ice_aq_resume_sched_elems(hw, num_nodes, buf, in ice_sched_suspend_resume_elems()
578 if (status != ICE_SUCCESS || num_elem_ret != num_nodes) in ice_sched_suspend_resume_elems()
[all …]
HDice_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,
HDice_adminq_cmd.h1288 __le32 num_nodes; /* Response only */ member
/freebsd-13-stable/contrib/netbsd-tests/crypto/libcrypto/conf/
HDd_conf.out2 num_nodes = 24
/freebsd-13-stable/sys/xen/interface/
HDsysctl.h534 uint32_t num_nodes; member
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.cpp120 unsigned num_nodes = named_metadata->getNumOperands(); in DeclForGlobal() local
123 for (node_index = 0; node_index < num_nodes; ++node_index) { in DeclForGlobal()