PCPU_MIN_ALLOC_SIZE   94 mm/percpu-internal.h 	return pages * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE   71 mm/percpu-stats.c 				   chunk->end_offset / PCPU_MIN_ALLOC_SIZE - 1);
PCPU_MIN_ALLOC_SIZE   76 mm/percpu-stats.c 	start = chunk->start_offset / PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE   98 mm/percpu-stats.c 		alloc_sizes[as_len++] *= (end - start) * PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE  126 mm/percpu-stats.c 	P("contig_bytes", chunk_md->contig_hint * PCPU_MIN_ALLOC_SIZE);
PCPU_MIN_ALLOC_SIZE  237 mm/percpu.c    	if (chunk->free_bytes < PCPU_MIN_ALLOC_SIZE ||
PCPU_MIN_ALLOC_SIZE  241 mm/percpu.c    	return pcpu_size_to_slot(chunk_md->contig_hint * PCPU_MIN_ALLOC_SIZE);
PCPU_MIN_ALLOC_SIZE 1046 mm/percpu.c    	page_start = PFN_DOWN(bit_off * PCPU_MIN_ALLOC_SIZE);
PCPU_MIN_ALLOC_SIZE 1047 mm/percpu.c    	page_end = PFN_UP((bit_off + bits) * PCPU_MIN_ALLOC_SIZE);
PCPU_MIN_ALLOC_SIZE 1054 mm/percpu.c    	*next_off = re * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1219 mm/percpu.c    	chunk->free_bytes -= alloc_bits * PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1232 mm/percpu.c    	return bit_off * PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1253 mm/percpu.c    	bit_off = off / PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1262 mm/percpu.c    	chunk->free_bytes += bits * PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1377 mm/percpu.c    		offset_bits = chunk->start_offset / PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1389 mm/percpu.c    		offset_bits = chunk->end_offset / PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1393 mm/percpu.c    		set_bit((start_offset + map_size) / PCPU_MIN_ALLOC_SIZE,
PCPU_MIN_ALLOC_SIZE 1607 mm/percpu.c    	if (unlikely(align < PCPU_MIN_ALLOC_SIZE))
PCPU_MIN_ALLOC_SIZE 1608 mm/percpu.c    		align = PCPU_MIN_ALLOC_SIZE;
PCPU_MIN_ALLOC_SIZE 1610 mm/percpu.c    	size = ALIGN(size, PCPU_MIN_ALLOC_SIZE);
PCPU_MIN_ALLOC_SIZE 2311 mm/percpu.c    	PCPU_SETUP_BUG_ON(!IS_ALIGNED(ai->reserved_size, PCPU_MIN_ALLOC_SIZE));
PCPU_MIN_ALLOC_SIZE 2419 mm/percpu.c    	static_size = ALIGN(ai->static_size, PCPU_MIN_ALLOC_SIZE);