Lines Matching refs:cpu_map
2421 * @nr_units units. The returned ai's groups[0].cpu_map points to the
2422 * cpu_map array which is long enough for @nr_units and filled with
2423 * NR_CPUS. It's the caller's responsibility to initialize cpu_map
2439 __alignof__(ai->groups[0].cpu_map[0]));
2440 ai_size = base_size + nr_units * sizeof(ai->groups[0].cpu_map[0]);
2448 ai->groups[0].cpu_map = ptr;
2451 ai->groups[0].cpu_map[unit] = NR_CPUS;
2517 if (gi->cpu_map[unit] != NR_CPUS)
2519 cpu_width, gi->cpu_map[unit]);
2661 cpu = gi->cpu_map[i];
2852 unsigned int *cpu_map;
2944 cpu_map = ai->groups[0].cpu_map;
2947 ai->groups[group].cpu_map = cpu_map;
2948 cpu_map += roundup(group_cnt[group], upa);
2970 gi->cpu_map[gi->nr_units++] = cpu;
3082 cpu = gi->cpu_map[i];
3123 if (gi->cpu_map[i] == NR_CPUS) {
3275 unsigned int cpu = ai->groups[0].cpu_map[unit];
3400 ai->groups[0].cpu_map[0] = 0;