Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/numa/
Dnuma01.sh75 total_nodes=0
79 total_nodes=$((total_nodes+1))
82 tst_res TINFO "The system contains $total_nodes nodes: $nodes_list"
84 if [ $total_nodes -le 1 ]; then
122 if [ $cnt -eq $total_nodes ]; then #wrap up for last node
154 Exp_incr=$(echo "$MB / $total_nodes" |bc)
243 Exp_incr=$(echo "$MB / $total_nodes" |bc)
357 if [ $cnt -eq $total_nodes ]; then #wrap up for last node
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_lib.sh56 total_nodes=1
58 total_nodes=`ls /sys/devices/system/node/ | grep -c "node[0-9][0-9]*"`
62 if [ $total_nodes -gt 1 ]; then
63 node_mem=$((total_nodes - 1))
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs338 pub total_nodes: ::off_t,