Searched defs:bufferlen (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/os/bsd/vm/ |
| H A D | os_bsd.hpp | 234 typedef int (*numa_node_to_cpus_func_t)(int node, unsigned long *buffer, int bufferlen); 257 static int numa_node_to_cpus(int node, unsigned long *buffer, int bufferlen) { argument 258 return _numa_node_to_cpus != NULL ? _numa_node_to_cpus(node, buffer, bufferlen) : -1;
|
| /openjdk7/hotspot/src/os/linux/vm/ |
| H A D | os_linux.hpp | 219 typedef int (*numa_node_to_cpus_func_t)(int node, unsigned long *buffer, int bufferlen); 243 static int numa_node_to_cpus(int node, unsigned long *buffer, int bufferlen) { argument 244 return _numa_node_to_cpus != NULL ? _numa_node_to_cpus(node, buffer, bufferlen) : -1;
|
Completed in 434 milliseconds