Searched defs:gen_pool_chunk (Results 1 – 1 of 1) sorted by relevance
69 struct gen_pool_chunk { struct70 struct list_head next_chunk; /* next chunk in pool */71 atomic_t avail;72 phys_addr_t phys_addr; /* physical starting address of memory chunk */73 unsigned long start_addr; /* start address of memory chunk */74 unsigned long end_addr; /* end address of memory chunk (inclusive) */75 unsigned long bits[0]; /* bitmap for allocating memory chunk */