Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpercpu-internal.h48 struct pcpu_chunk { struct
50 int nr_alloc; /* # of allocations */
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 */
70 void *data; /* chunk data */
72 bool isolated; /* isolated from active chunk
101 extern struct list_head *pcpu_chunk_lists; argument
[all …]