Home
last modified time | relevance | path

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

/mm/
Dpercpu-internal.h34 struct pcpu_chunk { struct
36 int nr_alloc; /* # of allocations */
37 size_t max_alloc_size; /* largest allocation size */
40 struct list_head list; /* linked to pcpu_slot lists */
41 int free_bytes; /* free bytes in the chunk */
42 struct pcpu_block_md chunk_md;
43 void *base_addr; /* base address of this chunk */
45 unsigned long *alloc_map; /* allocation map */
46 unsigned long *bound_map; /* boundary map */
47 struct pcpu_block_md *md_blocks; /* metadata blocks */
[all …]