Searched defs:gen_pool (Results 1 – 2 of 2) sorted by relevance
26288 struct gen_pool { struct26289 spinlock_t lock;26290 struct list_head chunks;26291 int min_alloc_order;26292 genpool_algo_t algo;26293 void *data;26294 const char *name;
74765 struct gen_pool { struct74766 spinlock_t lock;74767 struct list_head chunks;74768 int min_alloc_order;74769 genpool_algo_t algo;74770 void *data;74771 const char *name;