Home
last modified time | relevance | path

Searched refs:region_mode_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dsat.cc730 region_mode_ = 0; in Sat()
870 ARG_KVALUE("--local_numa", region_mode_, kLocalNuma); in ParseArgs()
871 ARG_KVALUE("--remote_numa", region_mode_, kRemoteNuma); in ParseArgs()
1214 if ((region_count_ > 1) && (region_mode_)) { in InitializeThreads()
1218 if (region_mode_ == kLocalNuma) { in InitializeThreads()
1222 } else if (region_mode_ == kRemoteNuma) { in InitializeThreads()
Dsat.h250 int region_mode_; // What to do with NUMA hints? variable