Home
last modified time | relevance | path

Searched refs:put_ids (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c398 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */ member
2634 if (cpus[i].put_ids) in free_all_buffers()
2635 CPU_FREE(cpus[i].put_ids); in free_all_buffers()
2760 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings()
2763 if (!thiscpu->put_ids) in get_thread_siblings()
2767 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings()
2786 CPU_SET_S(so, size, thiscpu->put_ids); in get_thread_siblings()
2797 return CPU_COUNT_S(size, thiscpu->put_ids); in get_thread_siblings()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c558 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */ member
2818 if (cpus[i].put_ids) in free_all_buffers()
2819 CPU_FREE(cpus[i].put_ids); in free_all_buffers()
2941 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in get_thread_siblings()
2944 if (!thiscpu->put_ids) in get_thread_siblings()
2948 CPU_ZERO_S(size, thiscpu->put_ids); in get_thread_siblings()
2966 CPU_SET_S(so, size, thiscpu->put_ids); in get_thread_siblings()
2975 return CPU_COUNT_S(size, thiscpu->put_ids); in get_thread_siblings()

Completed in 16 milliseconds