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

/linux-master/include/linux/
H A Dpercpu.h81 size_t static_size; member in struct:pcpu_alloc_info
/linux-master/mm/
H A Dpercpu.c2337 const size_t static_size = __per_cpu_end - __per_cpu_start; local
2345 if (va >= start && va < start + static_size) {
2527 lvl, ai->static_size, ai->reserved_size, ai->dyn_size,
2566 * @ai->static_size is the size of static percpu area.
2577 * allocation in the first chunk. The area between @ai->static_size +
2581 * and equal to or larger than @ai->static_size + @ai->reserved_size +
2611 size_t size_sum = ai->static_size + ai->reserved_size + ai->dyn_size;
2612 size_t static_size, dyn_size; local
2635 PCPU_SETUP_BUG_ON(!ai->static_size);
2760 static_size
2872 const size_t static_size = __per_cpu_end - __per_cpu_start; local
[all...]
H A Dpercpu-stats.c168 PL(static_size);

Completed in 110 milliseconds