Searched refs:PCPU_MIN_ALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance
70 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()
131 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()
28 #define PCPU_MIN_ALLOC_SIZE (1 << PCPU_MIN_ALLOC_SHIFT) macro