Searched refs:cpu_to_node (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp102 static GrowableArray<int>* cpu_to_node() { return _cpu_to_node; } function in class:Bsd
H A Dos_bsd.cpp3085 cpu_to_node()->clear();
3086 cpu_to_node()->at_grow(cpu_num - 1);
3096 cpu_to_node()->at_put(j * BitsPerCLong + k, i);
3107 if (cpu_to_node() != NULL && cpu_id >= 0 && cpu_id < cpu_to_node()->length()) {
3108 return cpu_to_node()->at(cpu_id);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp93 static GrowableArray<int>* cpu_to_node() { return _cpu_to_node; } function in class:Linux
H A Dos_linux.cpp2941 cpu_to_node()->clear();
2942 cpu_to_node()->at_grow(cpu_num - 1);
2952 cpu_to_node()->at_put(j * BitsPerCLong + k, i);
2963 if (cpu_to_node() != NULL && cpu_id >= 0 && cpu_id < cpu_to_node()->length()) {
2964 return cpu_to_node()->at(cpu_id);

Completed in 1189 milliseconds