Searched refs:PCPU_MIN_UNIT_SIZE (Results 1 – 4 of 4) sorted by relevance
28 #define PCPU_MIN_UNIT_SIZE PFN_ALIGN(32 << 10) macro
894 if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE)) { in pcpu_alloc()1563 PCPU_SETUP_BUG_ON(ai->unit_size < PCPU_MIN_UNIT_SIZE); in pcpu_setup_first_chunk()1805 min_unit_size = max_t(size_t, size_sum, PCPU_MIN_UNIT_SIZE); in pcpu_build_alloc_info()2227 roundup_pow_of_two(max_t(size_t, PCPU_MIN_UNIT_SIZE, in setup_per_cpu_areas()
729 if (size < PCPU_MIN_UNIT_SIZE) in percpu_size()730 size = PCPU_MIN_UNIT_SIZE; in percpu_size()
2385 pool_exch_range = (PCPU_MIN_UNIT_SIZE - sizeof(*pool)) / in fc_exch_mgr_alloc()