Home
last modified time | relevance | path

Searched refs:rq_pool (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c161 LASSERT(!req->rq_pool); in null_alloc_reqbuf()
168 LASSERT(req->rq_pool); in null_alloc_reqbuf()
181 if (!req->rq_pool) { in null_free_reqbuf()
245 LASSERT(!req->rq_pool || req->rq_reqbuf_len >= newmsg_size); in null_enlarge_reqbuf()
Dsec_plain.c560 LASSERT(!req->rq_pool); in plain_alloc_reqbuf()
569 LASSERT(req->rq_pool); in plain_alloc_reqbuf()
587 if (!req->rq_pool) { in plain_free_reqbuf()
663 LASSERT(!req->rq_pool || req->rq_reqbuf_len >= newbuf_size); in plain_enlarge_reqbuf()
Dclient.c479 req->rq_pool = pool; in ptlrpc_add_rqs_to_pool()
553 LASSERT(request->rq_pool); in ptlrpc_prep_req_from_pool()
559 request->rq_pool = pool; in ptlrpc_prep_req_from_pool()
569 struct ptlrpc_request_pool *pool = request->rq_pool; in __ptlrpc_free_req_to_pool()
599 LASSERT(!request->rq_pool); in __ptlrpc_request_bufs_pack()
777 if (request->rq_pool) in ptlrpc_request_free()
2282 if (request->rq_pool) in __ptlrpc_free_req()
Dsec.c866 if (req->rq_pool || !req->rq_reqbuf) in sptlrpc_request_out_callback()
1553 if (req->rq_pool) in sptlrpc_cli_alloc_reqbuf()
/linux-4.1.27/drivers/md/
Ddm.c187 mempool_t *rq_pool; member
250 mempool_t *rq_pool; member
626 return mempool_alloc(md->rq_pool, gfp_mask); in alloc_clone_request()
631 mempool_free(rq, md->rq_pool); in free_clone_request()
2378 if (md->rq_pool) in free_dev()
2379 mempool_destroy(md->rq_pool); in free_dev()
2430 BUG_ON(!p || md->io_pool || md->rq_pool || md->bs); in __bind_mempools()
2434 md->rq_pool = p->rq_pool; in __bind_mempools()
2435 p->rq_pool = NULL; in __bind_mempools()
3557 pools->rq_pool = mempool_create_slab_pool(pool_size, _rq_cache); in dm_alloc_md_mempools()
[all …]
/linux-4.1.27/block/
Dblk-core.c486 if (rl->rq_pool) { in blk_set_queue_dying()
577 if (unlikely(rl->rq_pool)) in blk_init_rl()
586 rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, alloc_request_struct, in blk_init_rl()
590 if (!rl->rq_pool) in blk_init_rl()
598 if (rl->rq_pool) in blk_exit_rl()
599 mempool_destroy(rl->rq_pool); in blk_exit_rl()
807 mempool_free(rq, rl->rq_pool); in blk_free_request()
1057 rq = mempool_alloc(rl->rq_pool, gfp_mask); in __get_request()
/linux-4.1.27/include/linux/sunrpc/
Dsvc.h234 struct svc_pool * rq_pool; /* thread pool */ member
/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c645 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
669 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
768 rqstp, rqstp->rq_pool->sp_id, xprt, in svc_handle_xprt()
Dsvc.c619 rqstp->rq_pool = pool; in svc_prepare_thread()
778 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()
/linux-4.1.27/include/linux/
Dblkdev.h67 mempool_t *rq_pool; member
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1511 struct ptlrpc_request_pool *rq_pool; member