Searched defs:gen_pool_chunk (Results 1 – 1 of 1) sorted by relevance
44 struct gen_pool_chunk { struct45 struct list_head next_chunk; /* next chunk in pool */46 atomic_t avail;47 phys_addr_t phys_addr; /* physical starting address of memory chunk */48 unsigned long start_addr; /* starting address of memory chunk */49 unsigned long end_addr; /* ending address of memory chunk */50 unsigned long bits[0]; /* bitmap for allocating memory chunk */