Home
last modified time | relevance | path

Searched refs:total_nodes (Results 1 – 5 of 5) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_cluster.c38 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, total_nodes)},
77 if (info->node_mask >= (1ULL << info->total_nodes)) in cluster_check()
87 if (info->node_mask >= (1ULL << info->total_nodes)) in cluster_check()
112 info->total_nodes, info->hash_seed); in cluster_print()
126 info->total_nodes, info->hash_seed); in cluster_save()
141 info->total_nodes, info->hash_seed, in cluster_xlate()
152 info->total_nodes, info->hash_seed, in cluster_xlate()
157 info->total_nodes, info->hash_seed); in cluster_xlate()
/third_party/ltp/testcases/kernel/numa/
Dnuma01.sh77 total_nodes=0
81 total_nodes=$((total_nodes+1))
84 tst_res TINFO "The system contains $total_nodes nodes: $nodes_list"
85 if [ $total_nodes -le 1 ]; then
124 if [ $cnt -eq $total_nodes ]; then #wrap up for last node
156 Exp_incr=$(echo "$MB / $total_nodes" |bc)
245 Exp_incr=$(echo "$MB / $total_nodes" |bc)
359 if [ $cnt -eq $total_nodes ]; then #wrap up for last node
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_lib.sh85 total_nodes=1
87 total_nodes=`ls /sys/devices/system/node/ | grep -c "node[0-9][0-9]*"`
91 if [ $total_nodes -gt 1 ]; then
92 node_mem=$((total_nodes - 1))
/third_party/iptables/include/linux/netfilter/
Dxt_cluster.h11 __u32 total_nodes; member
/third_party/boost/boost/container/detail/
Dadaptive_node_pool_impl.hpp270 static const std::size_t total_nodes = (num_b_subblock == 0) member
277 static const std::size_t total_data = total_nodes*real_node_size;
358 static const std::size_t real_num_node = helper_t::total_nodes;
379 std::size_t total_nodes = 0; in candidate_power_of_2_rt() local
399 total_nodes = (num_b_subblock == 0) in candidate_power_of_2_rt()
406 std::size_t total_data = total_nodes*real_node_size; in candidate_power_of_2_rt()
413 real_num_node = total_nodes; in candidate_power_of_2_rt()