Searched defs:gen_pool (Results 1 – 1 of 1) sorted by relevance
24763 struct gen_pool { struct24764 spinlock_t lock;24765 struct list_head chunks;24766 int min_alloc_order;24767 genpool_algo_t algo;24768 void *data;24769 const char *name;