Symbol: PCPU_MIN_ALLOC_SIZE
mm/percpu-internal.h
131
return pages * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE;
mm/percpu-internal.h
159
extra_size += size / PCPU_MIN_ALLOC_SIZE * sizeof(struct obj_cgroup *);
mm/percpu-stats.c
125
P("contig_bytes", chunk_md->contig_hint * PCPU_MIN_ALLOC_SIZE);
mm/percpu-stats.c
70
chunk->end_offset / PCPU_MIN_ALLOC_SIZE - 1);
mm/percpu-stats.c
75
start = chunk->start_offset / PCPU_MIN_ALLOC_SIZE;
mm/percpu-stats.c
97
alloc_sizes[as_len++] *= (end - start) * PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1078
start = PFN_DOWN(bit_off * PCPU_MIN_ALLOC_SIZE);
mm/percpu.c
1079
end = PFN_UP((bit_off + bits) * PCPU_MIN_ALLOC_SIZE);
mm/percpu.c
1087
*next_off = end * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1249
chunk->free_bytes -= alloc_bits * PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1262
return bit_off * PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1285
bit_off = off / PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1298
freed = bits * PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1404
offset_bits = chunk->start_offset / PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1416
offset_bits = chunk->end_offset / PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1420
set_bit((start_offset + map_size) / PCPU_MIN_ALLOC_SIZE,
mm/percpu.c
1763
if (unlikely(align < PCPU_MIN_ALLOC_SIZE))
mm/percpu.c
1764
align = PCPU_MIN_ALLOC_SIZE;
mm/percpu.c
1766
size = ALIGN(size, PCPU_MIN_ALLOC_SIZE);
mm/percpu.c
246
if (chunk->free_bytes < PCPU_MIN_ALLOC_SIZE ||
mm/percpu.c
250
return pcpu_size_to_slot(chunk_md->contig_hint * PCPU_MIN_ALLOC_SIZE);
mm/percpu.c
2601
PCPU_SETUP_BUG_ON(!IS_ALIGNED(ai->reserved_size, PCPU_MIN_ALLOC_SIZE));
mm/percpu.c
2701
static_size = ALIGN(ai->static_size, PCPU_MIN_ALLOC_SIZE);