Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dpercpu-internal.h53 struct pcpu_chunk { struct
55 int nr_alloc; /* # of allocations */
56 size_t max_alloc_size; /* largest allocation size */
59 struct list_head list; /* linked to pcpu_slot lists */
60 int free_bytes; /* free bytes in the chunk */
61 struct pcpu_block_md chunk_md;
62 void *base_addr; /* base address of this chunk */
64 unsigned long *alloc_map; /* allocation map */
88 extern struct list_head *pcpu_chunk_lists; argument
92 extern struct pcpu_chunk *pcpu_first_chunk; argument