Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dgenalloc.h72 struct gen_pool_chunk { struct
73 struct list_head next_chunk; /* next chunk in pool */
74 atomic_long_t avail;
75 phys_addr_t phys_addr; /* physical starting address of memory chunk */
76 void *owner; /* private data to retrieve at alloc time */
77 unsigned long start_addr; /* start address of memory chunk */
78 unsigned long end_addr; /* end address of memory chunk (inclusive) */
79 unsigned long bits[0]; /* bitmap for allocating memory chunk */