Searched defs:bufferlen (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp234 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 Dos_linux.hpp219 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 24 milliseconds