Searched defs:gen_pool (Results 1 – 7 of 7) 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;
90513 struct gen_pool { struct90522 struct gen_pool_chunk { argument
24691 struct gen_pool { struct24692 spinlock_t lock;24693 struct list_head chunks;24694 int min_alloc_order;24695 genpool_algo_t algo;24696 void *data;24697 const char *name;
22993 struct gen_pool { struct22994 spinlock_t lock;22995 struct list_head chunks;22996 int min_alloc_order;22997 genpool_algo_t algo;22998 void *data;22999 const char *name;