Searched refs:mempool (Results 51 - 75 of 84) sorted by relevance

1234

/linux-master/drivers/scsi/
H A Dvirtio_scsi.c17 #include <linux/mempool.h>
/linux-master/drivers/md/
H A Ddm-kcopyd.c19 #include <linux/mempool.h>
343 * for this reason we use a mempool to prevent the client from
H A Ddm-raid1.c12 #include <linux/mempool.h>
H A Ddm-era-target.c10 #include <linux/mempool.h>
H A Ddm-mpath.c19 #include <linux/mempool.h>
H A Ddm-clone-target.c24 #include <linux/mempool.h>
43 #define MIN_HYDRATIONS 256 /* Size of hydration mempool */
667 * Allocate a hydration from the hydration mempool.
H A Ddm-snap.c16 #include <linux/mempool.h>
35 * The size of the mempool used to track chunks in use.
1345 ti->error = "Could not allocate mempool for pending exceptions";
/linux-master/drivers/tty/hvc/
H A Dhvc_iucv.c22 #include <linux/mempool.h>
111 /* Kmem cache and mempool for iucv_tty_buffer elements */
141 * @flags: Memory allocation flags passed to mempool.
/linux-master/fs/smb/client/
H A Dmisc.c11 #include <linux/mempool.h>
H A Dsmb2transport.c19 #include <linux/mempool.h>
H A Dcifsglob.h18 #include <linux/mempool.h>
H A Dtransport.c22 #include <linux/mempool.h>
H A Dcifsfs.c22 #include <linux/mempool.h>
/linux-master/arch/sh/kernel/
H A Ddwarf.c18 #include <linux/mempool.h>
/linux-master/drivers/dma/
H A Ddmaengine.c53 #include <linux/mempool.h>
/linux-master/fs/ceph/
H A Dsuper.h13 #include <linux/mempool.h>
/linux-master/drivers/scsi/fnic/
H A Dfnic_main.c7 #include <linux/mempool.h>
1154 /* Create a cache of io_req structs for use via mempool */
/linux-master/mm/
H A Dzswap.c28 #include <linux/mempool.h>
/linux-master/block/
H A Dbio.c15 #include <linux/mempool.h>
174 * failures, since we'll fall back to the mempool in case of failure.
198 * fails and __GFP_DIRECT_RECLAIM is set retry with the mempool.
199 * The mempool is sized to handle up to BIO_MAX_VECS entries.
480 * allocate a bio. This is due to the mempool guarantees. To make this work,
497 * mempools. Doing multiple allocations from the same mempool under
539 * mempool's reserve.
605 * function are not backed by a mempool can fail. Do not use this function
1748 * @pool_size: Number of bio and bio_vecs to cache in the mempool
1763 * to dispatch queued requests when the mempool run
[all...]
H A Dblk-zoned.c22 #include <linux/mempool.h>
1465 * zone write plug mempool, which is the maximum of the disk open zones and
1467 * 9 bits. For a disk that has no limits, mempool size defaults to 128.
1549 * destorying the mempool.
1635 * zones, set its max open zone limit to the mempool size to indicate
1638 * more zones than the size of the mempool.
/linux-master/include/linux/mlx5/
H A Ddriver.h46 #include <linux/mempool.h>
/linux-master/mm/kasan/
H A Dkasan_test.c16 #include <linux/mempool.h>
1075 * Allocate one element to prevent mempool from freeing elements to the
1101 * and invalid-free tests for slab mempool for simplicity.
1185 * Skip the out-of-bounds test for page mempool. With Generic KASAN, page
1356 * Skip the invalid-free test for page mempool. The invalid-free detection only
1357 * works for compound pages and mempool preallocates all page elements without
/linux-master/drivers/nvme/host/
H A Dapple.c23 #include <linux/mempool.h>
/linux-master/drivers/scsi/snic/
H A Dsnic_scsi.c4 #include <linux/mempool.h>
/linux-master/fs/smb/server/
H A Dtransport_rdma.c14 #include <linux/mempool.h>

Completed in 410 milliseconds

1234