Home
last modified time | relevance | path

Searched refs:cpu_present_set (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c131 cpu_set_t *cpu_present_set, *cpu_affinity_set; variable
214 return !CPU_ISSET_S(cpu, cpu_present_setsize, cpu_present_set); in cpu_is_not_present()
1389 CPU_FREE(cpu_present_set); in free_all_buffers()
1390 cpu_present_set = NULL; in free_all_buffers()
1391 cpu_present_set = 0; in free_all_buffers()
1634 CPU_SET_S(cpu, cpu_present_setsize, cpu_present_set); in mark_cpu_present()
2759 cpu_present_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe()
2760 if (cpu_present_set == NULL) in topology_probe()
2763 CPU_ZERO_S(cpu_present_setsize, cpu_present_set); in topology_probe()
2964 sched_setaffinity(0, cpu_present_setsize, cpu_present_set); in fork_it()