Lines Matching refs:cpu_map
2241 * @nr_units units. The returned ai's groups[0].cpu_map points to the
2242 * cpu_map array which is long enough for @nr_units and filled with
2243 * NR_CPUS. It's the caller's responsibility to initialize cpu_map
2259 __alignof__(ai->groups[0].cpu_map[0]));
2260 ai_size = base_size + nr_units * sizeof(ai->groups[0].cpu_map[0]);
2268 ai->groups[0].cpu_map = ptr;
2271 ai->groups[0].cpu_map[unit] = NR_CPUS;
2337 if (gi->cpu_map[unit] != NR_CPUS)
2339 cpu_width, gi->cpu_map[unit]);
2485 cpu = gi->cpu_map[i];
2679 unsigned int *cpu_map;
2765 cpu_map = ai->groups[0].cpu_map;
2768 ai->groups[group].cpu_map = cpu_map;
2769 cpu_map += roundup(group_cnt[group], upa);
2791 gi->cpu_map[gi->nr_units++] = cpu;
2869 cpu = gi->cpu_map[i];
2910 if (gi->cpu_map[i] == NR_CPUS) {
3004 unsigned int cpu = ai->groups[0].cpu_map[unit];
3147 ai->groups[0].cpu_map[0] = 0;