Searched refs:total_nodes (Results 1 – 8 of 8) sorted by relevance
/external/iptables/extensions/ |
D | libxt_cluster.c | 38 .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/ |
D | numa01.sh | 58 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/ |
D | memory_snapshot_general_validation.out | 1 "total_snapshots","total_processes","total_process_snapshots","total_nodes","total_edges","total_no…
|
D | memory_snapshot_general_validation.sql | 28 ) AS total_nodes,
|
/external/iptables/include/linux/netfilter/ |
D | xt_cluster.h | 11 __u32 total_nodes; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_cluster.h | 12 __u32 total_nodes; member
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | step_stats_collector.cc | 40 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/ |
D | native.rs | 201 total_nodes: ::off_t,
|