Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c136 cpu_set_t *cpu_present_set, *cpu_affinity_set; variable
219 return !CPU_ISSET_S(cpu, cpu_present_setsize, cpu_present_set); in cpu_is_not_present()
1450 CPU_FREE(cpu_present_set); in free_all_buffers()
1451 cpu_present_set = NULL; in free_all_buffers()
1452 cpu_present_set = 0; in free_all_buffers()
1695 CPU_SET_S(cpu, cpu_present_setsize, cpu_present_set); in mark_cpu_present()
2870 cpu_present_set = CPU_ALLOC((topo.max_cpu_num + 1)); in topology_probe()
2871 if (cpu_present_set == NULL) in topology_probe()
2874 CPU_ZERO_S(cpu_present_setsize, cpu_present_set); in topology_probe()
3075 sched_setaffinity(0, cpu_present_setsize, cpu_present_set); in fork_it()