Searched defs:gen_pool (Results 1 – 1 of 1) sorted by relevance
22801 struct gen_pool { struct22802 spinlock_t lock;22803 struct list_head chunks;22804 int min_alloc_order;22805 genpool_algo_t algo;22806 void *data;22807 const char *name;