Lines Matching refs:static_size
2310 const size_t static_size = __per_cpu_end - __per_cpu_start;
2318 if (va >= start && va < start + static_size) {
2500 lvl, ai->static_size, ai->reserved_size, ai->dyn_size,
2539 * @ai->static_size is the size of static percpu area.
2550 * allocation in the first chunk. The area between @ai->static_size +
2554 * and equal to or larger than @ai->static_size + @ai->reserved_size +
2584 size_t size_sum = ai->static_size + ai->reserved_size + ai->dyn_size;
2585 size_t static_size, dyn_size;
2608 PCPU_SETUP_BUG_ON(!ai->static_size);
2733 static_size = ALIGN(ai->static_size, PCPU_MIN_ALLOC_SIZE);
2734 dyn_size = ai->dyn_size - (static_size - ai->static_size);
2747 tmp_addr = (unsigned long)base_addr + static_size;
2751 tmp_addr = (unsigned long)base_addr + static_size + ai->reserved_size;
2845 const size_t static_size = __per_cpu_end - __per_cpu_start;
2860 size_sum = PFN_ALIGN(static_size + reserved_size +
2862 dyn_size = size_sum - static_size - reserved_size;
2951 ai->static_size = static_size;
3065 size_sum = ai->static_size + ai->reserved_size + ai->dyn_size;
3129 memcpy(ptr, __per_cpu_load, ai->static_size);
3140 PFN_DOWN(size_sum), ai->static_size, ai->reserved_size,
3312 memcpy((void *)unit_addr, __per_cpu_load, ai->static_size);
3317 unit_pages, psize_str, ai->static_size,