Home
last modified time | relevance | path

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

/external/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()
/external/ltp/testcases/kernel/numa/
Dnuma01.sh58 total_nodes=0
62 total_nodes=$((total_nodes+1))
65 tst_res TINFO "The system contains $total_nodes nodes: $nodes_list"
66 if [ $total_nodes -le 1 ]; then
105 if [ $COUNTER -eq $total_nodes ]; then #wrap up for last node
137 Exp_incr=$(echo "$MB / $total_nodes" |bc)
226 Exp_incr=$(echo "$MB / $total_nodes" |bc)
291 if [ $COUNTER -eq $total_nodes ]; then
376 if [ $COUNTER -eq $total_nodes ]; then #wrap up for last node
/external/perfetto/test/trace_processor/chrome/
Dmemory_snapshot_general_validation.out1 "total_snapshots","total_processes","total_process_snapshots","total_nodes","total_edges","total_no…
Dmemory_snapshot_general_validation.sql28 ) AS total_nodes,
/external/iptables/include/linux/netfilter/
Dxt_cluster.h11 __u32 total_nodes; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_cluster.h12 __u32 total_nodes; member
/external/tensorflow/tensorflow/core/common_runtime/
Dstep_stats_collector.cc40 int64 total_nodes = 0; member
471 dev_allocs_stats.total_nodes++; in ReportAllocsOnResourceExhausted()
504 int64 remain_nodes = dev_allocs_stats.total_nodes - reported_nodes; in ReportAllocsOnResourceExhausted()
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs201 total_nodes: ::off_t,