Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.cc74 num_cpus_per_node_ = 0; in OsLayer()
111 num_cpus_per_node_ = num_cpus_ / num_nodes_; in Initialize()
343 for (int i = 0; i < num_cpus_per_node_; ++i) { in FindCoreMask()
344 CPU_SET(i + region * num_cpus_per_node_, &cpu_sets_[region]); in FindCoreMask()
H A Dos.h395 int num_cpus_per_node_; // Number of cpus per node in the system. variable