/linux/mm/ |
H A D | mempool.c | 24 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error() 41 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element() 57 static void check_element(mempool_t *pool, void *element) in check_element() 86 static void poison_element(mempool_t *pool, void *element) in poison_element() 107 static inline void check_element(mempool_t *pool, void *element) in check_element() 110 static inline void poison_element(mempool_t *pool, void *element) in poison_element() 115 static __always_inline bool kasan_poison_element(mempool_t *pool, void *element) in kasan_poison_element() 125 static void kasan_unpoison_element(mempool_t *pool, void *element) in kasan_unpoison_element() 137 static __always_inline void add_element(mempool_t *pool, void *element) in add_element() 145 static void *remove_element(mempool_t *pool) in remove_element() [all …]
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_def.h | 138 mempool_t *erp_req; 139 mempool_t *gid_pn_req; 140 mempool_t *scsi_req; 141 mempool_t *scsi_abort; 142 mempool_t *status_read_req; 143 mempool_t *sr_data; 144 mempool_t *gid_pn; 145 mempool_t *qtcb_pool; 337 mempool_t *pool;
|
/linux/drivers/md/ |
H A D | dm-verity-fec.h | 46 mempool_t rs_pool; /* mempool for fio->rs */ 47 mempool_t prealloc_pool; /* mempool for preallocated buffers */ 48 mempool_t extra_pool; /* mempool for extra buffers */ 49 mempool_t output_pool; /* mempool for output */
|
H A D | raid1.h | 101 mempool_t *r1bio_pool; 102 mempool_t r1buf_pool;
|
H A D | dm-verity.h | 78 mempool_t recheck_pool;
|
/linux/fs/smb/common/smbdirect/ |
H A D | smbdirect_socket.h | 52 mempool_t *pool; 75 mempool_t *pool;
|
/linux/mm/kasan/ |
H A D | kasan_test_c.c | 1138 static void *mempool_prepare_kmalloc(struct kunit *test, mempool_t *pool, size_t size) in mempool_prepare_kmalloc() 1160 static struct kmem_cache *mempool_prepare_slab(struct kunit *test, mempool_t *pool, size_t size) in mempool_prepare_slab() 1181 static void *mempool_prepare_page(struct kunit *test, mempool_t *pool, int order) in mempool_prepare_page() 1197 static void mempool_oob_right_helper(struct kunit *test, mempool_t *pool, size_t size) in mempool_oob_right_helper() 1218 mempool_t pool; in mempool_kmalloc_oob_right() 1232 mempool_t pool; in mempool_kmalloc_large_oob_right() 1246 mempool_t pool; in mempool_slab_oob_right() 1266 static void mempool_uaf_helper(struct kunit *test, mempool_t *pool, bool page) in mempool_uaf_helper() 1281 mempool_t pool; in mempool_kmalloc_uaf() 1295 mempool_t pool; in mempool_kmalloc_large_uaf() [all …]
|
/linux/fs/bcachefs/ |
H A D | bcachefs.h | 909 mempool_t btree_interior_update_pool; 934 mempool_t btree_trans_pool; 935 mempool_t btree_trans_mem_pool; 1048 mempool_t bio_bounce_pages; 1057 mempool_t compression_bounce[2]; 1058 mempool_t compress_workspace[BCH_COMPRESSION_OPT_NR]; 1066 mempool_t large_bkey_pool; 1141 mempool_t fill_iter; 1143 mempool_t btree_bounce_pool;
|
/linux/include/linux/ |
H A D | btree.h | 37 mempool_t *mempool; 67 void btree_init_mempool(struct btree_head *head, mempool_t *mempool);
|
H A D | netfs.h | 24 typedef struct mempool_s mempool_t; typedef 289 mempool_t *request_pool; 290 mempool_t *subrequest_pool;
|
H A D | bio.h | 354 extern int biovec_init_pool(mempool_t *pool, int pool_entries); 650 mempool_t bio_pool; 651 mempool_t bvec_pool;
|
H A D | btree-128.h | 7 mempool_t *mempool) in btree_init_mempool128()
|
/linux/fs/netfs/ |
H A D | main.c | 29 mempool_t netfs_request_pool; 30 mempool_t netfs_subrequest_pool;
|
H A D | internal.h | 42 extern mempool_t netfs_request_pool; 43 extern mempool_t netfs_subrequest_pool;
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_relay_types.h | 30 mempool_t pool;
|
/linux/include/linux/ceph/ |
H A D | msgpool.h | 13 mempool_t *pool;
|
/linux/fs/crypto/ |
H A D | crypto.c | 39 static mempool_t *fscrypt_bounce_page_pool = NULL; 325 mempool_t *pool; in fscrypt_initialize()
|
/linux/drivers/md/bcache/ |
H A D | bcache.h | 543 mempool_t search; 544 mempool_t bio_meta; 694 mempool_t fill_iter;
|
/linux/drivers/scsi/elx/libefc/ |
H A D | efclib.h | 526 mempool_t *node_pool; 557 mempool_t *els_io_pool;
|
/linux/lib/ |
H A D | sg_pool.c | 14 mempool_t *pool;
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | rtas-work-area.c | 45 mempool_t descriptor_pool;
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc.h | 1312 mempool_t *mbox_mem_pool; 1313 mempool_t *nlp_mem_pool; 1314 mempool_t *rrq_pool; 1315 mempool_t *active_rrq_pool; 1456 mempool_t *device_data_mem_pool;
|
/linux/block/ |
H A D | bio-integrity-auto.c | 25 static mempool_t bid_pool;
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_hw.h | 527 mempool_t *mb_mempool; /* Mailbox memory pool*/ 528 mempool_t *rnode_mempool; /* rnode memory pool */
|
/linux/fs/smb/client/ |
H A D | cifsglob.h | 2129 extern mempool_t *cifs_sm_req_poolp; 2130 extern mempool_t *cifs_req_poolp; 2131 extern mempool_t *cifs_mid_poolp; 2132 extern mempool_t cifs_io_request_pool; 2133 extern mempool_t cifs_io_subrequest_pool;
|