Lines Matching defs:pcpu_chunk
35 struct pcpu_chunk { struct
37 int nr_alloc; /* # of allocations */
38 size_t max_alloc_size; /* largest allocation size */
41 struct list_head list; /* linked to pcpu_slot lists */
42 int free_bytes; /* free bytes in the chunk */
43 struct pcpu_block_md chunk_md;
44 unsigned long *bound_map; /* boundary map */
52 void *base_addr ____cacheline_aligned_in_smp;
54 unsigned long *alloc_map; /* allocation map */
55 struct pcpu_block_md *md_blocks; /* metadata blocks */
79 extern struct list_head *pcpu_chunk_lists; argument
85 extern struct pcpu_chunk *pcpu_first_chunk; argument