Home
last modified time | relevance | path

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

/linux/mm/
H A Dpercpu-internal.h48 struct pcpu_chunk { struct
50 int nr_alloc; /* # of allocations */
51 size_t max_alloc_size; /* largest allocation size */
54 struct list_head list; /* linked to pcpu_slot lists */
55 int free_bytes; /* free bytes in the chunk */
56 struct pcpu_block_md chunk_md;
57 unsigned long *bound_map; /* boundary map */
65 void *base_addr ____cacheline_aligned_in_smp;
67 unsigned long *alloc_map; /* allocation map */
68 struct pcpu_block_md *md_blocks; /* metadata blocks */
[all …]