Searched refs:put_ids (Results 1 – 1 of 1) sorted by relevance
2394 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */ member5991 if (cpus[i].put_ids) in free_all_buffers()5992 CPU_FREE(cpus[i].put_ids); in free_all_buffers()6175 thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1)); in set_thread_siblings()6178 if (!thiscpu->put_ids) in set_thread_siblings()6182 CPU_ZERO_S(size, thiscpu->put_ids); in set_thread_siblings()6200 CPU_SET_S(so, size, thiscpu->put_ids); in set_thread_siblings()6214 return CPU_COUNT_S(size, thiscpu->put_ids); in set_thread_siblings()