Searched refs:mempool (Results 1 - 25 of 84) sorted by last modified time

1234

/linux-master/include/linux/mlx5/
H A Ddriver.h46 #include <linux/mempool.h>
/linux-master/include/linux/
H A Dbio.h8 #include <linux/mempool.h>
/linux-master/fs/smb/client/
H A Dtransport.c22 #include <linux/mempool.h>
H A Dcifsglob.h18 #include <linux/mempool.h>
H A Dcifsfs.c22 #include <linux/mempool.h>
H A Dsmb2transport.c19 #include <linux/mempool.h>
H A Dmisc.c11 #include <linux/mempool.h>
H A Dconnect.c19 #include <linux/mempool.h>
/linux-master/fs/netfs/
H A Dobjects.c9 #include <linux/mempool.h>
25 mempool_t *mempool = ctx->ops->request_pool ?: &netfs_request_pool; local
26 struct kmem_cache *cache = mempool->pool_data;
34 rreq = mempool_alloc(mempool, GFP_KERNEL);
177 mempool_t *mempool = rreq->netfs_ops->subrequest_pool ?: &netfs_subrequest_pool; local
178 struct kmem_cache *cache = mempool->pool_data;
H A Dmain.c10 #include <linux/mempool.h>
/linux-master/fs/gfs2/
H A Dutil.h15 #include <linux/mempool.h>
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.c24 #include <linux/mempool.h>
/linux-master/drivers/md/
H A Ddm.c21 #include <linux/mempool.h>
H A Ddm-mpath.c19 #include <linux/mempool.h>
H A Ddm-era-target.c10 #include <linux/mempool.h>
H A Ddm-crypt.c20 #include <linux/mempool.h>
1662 * This function may be called concurrently. If we allocate from the mempool
1664 * mempool of 256 pages, two processes, each wanting 256, pages allocate from
1665 * the mempool concurrently, it may deadlock in a situation where both processes
1666 * have allocated 128 pages and the mempool is exhausted.
1675 * the first pass. If they are not available, we fall back to the mempool.
3324 ti->error = "Cannot allocate crypt request mempool";
3334 ti->error = "Cannot allocate page mempool";
3403 ti->error = "Cannot allocate integrity tags mempool";
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-cache-target.c18 #include <linux/mempool.h>
2531 *error = "Error creating cache's migration mempool";
H A Ddm-bio-prison-v2.c12 #include <linux/mempool.h>
/linux-master/drivers/md/dm-vdo/
H A Dflush.c8 #include <linux/mempool.h>
/linux-master/block/
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.
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...]
/linux-master/arch/sh/kernel/
H A Ddwarf.c18 #include <linux/mempool.h>
/linux-master/mm/
H A Dzswap.c28 #include <linux/mempool.h>
H A DMakefile45 obj-y := filemap.o mempool.o oom_kill.o fadvise.o \

Completed in 732 milliseconds

1234