mempool_t         383 include/linux/bio.h extern mempool_t *biovec_create_pool(int pool_entries);
mempool_t         468 include/linux/bio.h extern struct bio_vec *bvec_alloc(gfp_t, int, unsigned long *, mempool_t *);
mempool_t         469 include/linux/bio.h extern void bvec_free(mempool_t *, struct bio_vec *, unsigned int);
mempool_t         662 include/linux/bio.h 	mempool_t *bio_pool;
mempool_t         663 include/linux/bio.h 	mempool_t *bvec_pool;
mempool_t         665 include/linux/bio.h 	mempool_t *bio_integrity_pool;
mempool_t         666 include/linux/bio.h 	mempool_t *bvec_integrity_pool;
mempool_t          67 include/linux/blkdev.h 	mempool_t		*rq_pool;
mempool_t           6 include/linux/btree-128.h 					 mempool_t *mempool)
mempool_t          14 include/linux/btree-type.h 					  mempool_t *mempool)
mempool_t          36 include/linux/btree.h 	mempool_t *mempool;
mempool_t          66 include/linux/btree.h void btree_init_mempool(struct btree_head *head, mempool_t *mempool);
mempool_t          13 include/linux/ceph/msgpool.h 	mempool_t *pool;
mempool_t         220 include/linux/ceph/osd_client.h 	mempool_t              *req_mempool;
mempool_t         495 include/linux/i2o.h 	mempool_t *mempool;
mempool_t          26 include/linux/mempool.h extern mempool_t *mempool_create(int min_nr, mempool_alloc_t *alloc_fn,
mempool_t          28 include/linux/mempool.h extern mempool_t *mempool_create_node(int min_nr, mempool_alloc_t *alloc_fn,
mempool_t          32 include/linux/mempool.h extern int mempool_resize(mempool_t *pool, int new_min_nr, gfp_t gfp_mask);
mempool_t          33 include/linux/mempool.h extern void mempool_destroy(mempool_t *pool);
mempool_t          34 include/linux/mempool.h extern void * mempool_alloc(mempool_t *pool, gfp_t gfp_mask);
mempool_t          35 include/linux/mempool.h extern void mempool_free(void *element, mempool_t *pool);
mempool_t          43 include/linux/mempool.h static inline mempool_t *
mempool_t          56 include/linux/mempool.h static inline mempool_t *mempool_create_kmalloc_pool(int min_nr, size_t size)
mempool_t          68 include/linux/mempool.h static inline mempool_t *mempool_create_page_pool(int min_nr, int order)
mempool_t         189 include/linux/pktcdvd.h 	mempool_t		*rb_pool;	/* mempool for pkt_rb_node allocations */