Home
last modified time | relevance | path

Searched defs:pcpu_chunk (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/mm/
Dpercpu-internal.h24 struct pcpu_chunk { struct
26 int nr_alloc; /* # of allocations */
27 size_t max_alloc_size; /* largest allocation size */
30 struct list_head list; /* linked to pcpu_slot lists */
31 int free_bytes; /* free bytes in the chunk */
32 int contig_bits; /* max contiguous size hint */
33 int contig_bits_start; /* contig_bits starting
35 void *base_addr; /* base address of this chunk */
37 unsigned long *alloc_map; /* allocation map */
38 unsigned long *bound_map; /* boundary map */
[all …]