Searched refs:cpu_effective_str (Results 1 – 1 of 1) sorted by relevance
5633 static char cpu_effective_str[1024]; variable5642 if (cpu_effective_str[0] == '\0' && !startup) in update_effective_str()5655 ret = strncmp(cpu_effective_str, buf, 1024); in update_effective_str()5659 strncpy(cpu_effective_str, buf, 1024); in update_effective_str()5667 if (parse_cpu_str(cpu_effective_str, cpu_effective_set, cpu_effective_setsize)) in update_effective_set()5668 err(1, "%s: cpu str malformat %s\n", PATH_EFFECTIVE_CPUS, cpu_effective_str); in update_effective_set()