Searched defs:pcpu_chunk (Results 1 – 1 of 1) sorted by relevance
35 struct pcpu_chunk { struct37 int nr_alloc; /* # of allocations */38 size_t max_alloc_size; /* largest allocation size */42 int free_bytes; /* free bytes in the chunk */43 struct pcpu_block_md chunk_md;44 void *base_addr; /* base address of this chunk */46 unsigned long *alloc_map; /* allocation map */47 unsigned long *bound_map; /* boundary map */48 struct pcpu_block_md *md_blocks; /* metadata blocks */72 extern struct list_head *pcpu_chunk_lists; argument[all …]
Completed in 5 milliseconds