Lines Matching defs:static_size
2293 const size_t static_size = __per_cpu_end - __per_cpu_start;
2301 if (va >= start && va < start + static_size) {
2483 lvl, ai->static_size, ai->reserved_size, ai->dyn_size,
2522 * @ai->static_size is the size of static percpu area.
2533 * allocation in the first chunk. The area between @ai->static_size +
2537 * and equal to or larger than @ai->static_size + @ai->reserved_size +
2567 size_t size_sum = ai->static_size + ai->reserved_size + ai->dyn_size;
2568 size_t static_size, dyn_size;
2591 PCPU_SETUP_BUG_ON(!ai->static_size);
2701 static_size = ALIGN(ai->static_size, PCPU_MIN_ALLOC_SIZE);
2702 dyn_size = ai->dyn_size - (static_size - ai->static_size);
2715 tmp_addr = (unsigned long)base_addr + static_size;
2719 tmp_addr = (unsigned long)base_addr + static_size + ai->reserved_size;
2813 const size_t static_size = __per_cpu_end - __per_cpu_start;
2828 size_sum = PFN_ALIGN(static_size + reserved_size +
2830 dyn_size = size_sum - static_size - reserved_size;
2919 ai->static_size = static_size;
3033 size_sum = ai->static_size + ai->reserved_size + ai->dyn_size;
3097 memcpy(ptr, __per_cpu_start, ai->static_size);
3108 PFN_DOWN(size_sum), ai->static_size, ai->reserved_size,
3266 memcpy((void *)unit_addr, __per_cpu_start, ai->static_size);
3271 unit_pages, psize_str, ai->static_size,