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

/linux-master/mm/
H A Dpercpu.c2615 unsigned long *unit_off; local
2669 alloc_size = nr_cpu_ids * sizeof(unit_off[0]);
2670 unit_off = memblock_alloc(alloc_size, SMP_CACHE_BYTES);
2671 if (!unit_off)
2697 unit_off[cpu] = gi->base_offset + i * ai->unit_size;
2701 unit_off[cpu] < unit_off[pcpu_low_unit_cpu])
2704 unit_off[cpu] > unit_off[pcpu_high_unit_cpu])
2721 pcpu_unit_offsets = unit_off;
[all...]

Completed in 89 milliseconds