Home
last modified time | relevance | path

Searched refs:PCPU_MIN_ALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dpercpu-stats.c70 chunk->end_offset / PCPU_MIN_ALLOC_SIZE - 1); in chunk_map_stats()
75 start = chunk->start_offset / PCPU_MIN_ALLOC_SIZE; in chunk_map_stats()
97 alloc_sizes[as_len++] *= (end - start) * PCPU_MIN_ALLOC_SIZE; in chunk_map_stats()
125 P("contig_bytes", chunk_md->contig_hint * PCPU_MIN_ALLOC_SIZE); in chunk_map_stats()
H A Dpercpu-internal.h131 return pages * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_nr_pages_to_map_bits()
159 extra_size += size / PCPU_MIN_ALLOC_SIZE * sizeof(struct obj_cgroup *); in pcpu_obj_full_size()
/linux/include/linux/
H A Dpercpu.h28 #define PCPU_MIN_ALLOC_SIZE (1 << PCPU_MIN_ALLOC_SHIFT) macro