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

/lxc/src/lxc/cgroups/
H A Dcgfsng.c324 /* Create cpumask from cpulist aka turn:
366 /* Turn cpumask into simple, comma-separated cpulist. */
372 char **cpulist = NULL; local
378 lxc_free_array((void **)cpulist, free);
381 if (lxc_append_string(&cpulist, numstr) < 0) {
382 lxc_free_array((void **)cpulist, free);
387 return lxc_string_join(",", (const char **)cpulist, false);
390 static ssize_t get_max_cpus(char *cpulist) argument
393 char *maxcpus = cpulist;
433 char *cpulist local
[all...]

Completed in 9 milliseconds