Searched refs:mempool (Results 1 – 1 of 1) sorted by relevance
27 mempool_t *mempool = ctx->ops->request_pool ?: &netfs_request_pool; in netfs_alloc_request() local28 struct kmem_cache *cache = mempool->pool_data; in netfs_alloc_request()32 rreq = mempool_alloc(mempool, GFP_KERNEL); in netfs_alloc_request()176 mempool_t *mempool = rreq->netfs_ops->subrequest_pool ?: &netfs_subrequest_pool; in netfs_alloc_subrequest() local177 struct kmem_cache *cache = mempool->pool_data; in netfs_alloc_subrequest()
Completed in 4 milliseconds