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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c3904 * Sets *n_cores to the total number of cores on this system, or 0 if the
3908 solaris_parse_cpuinfo(long int *n_cores) argument
3919 *n_cores = 0;
3940 *n_cores = 0;
3948 *n_cores = 0;
3954 (*n_cores)++;
3964 *n_cores = 0;

Completed in 45 milliseconds