Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c163 LASSERT(!req->rq_pool); in null_alloc_reqbuf()
170 LASSERT(req->rq_pool); in null_alloc_reqbuf()
183 if (!req->rq_pool) { in null_free_reqbuf()
247 LASSERT(!req->rq_pool || req->rq_reqbuf_len >= newmsg_size); in null_enlarge_reqbuf()
Dsec_plain.c559 LASSERT(!req->rq_pool); in plain_alloc_reqbuf()
568 LASSERT(req->rq_pool); in plain_alloc_reqbuf()
586 if (!req->rq_pool) { in plain_free_reqbuf()
662 LASSERT(!req->rq_pool || req->rq_reqbuf_len >= newbuf_size); in plain_enlarge_reqbuf()
Dclient.c493 req->rq_pool = pool; in ptlrpc_add_rqs_to_pool()
567 LASSERT(request->rq_pool); in ptlrpc_prep_req_from_pool()
573 request->rq_pool = pool; in ptlrpc_prep_req_from_pool()
583 struct ptlrpc_request_pool *pool = request->rq_pool; in __ptlrpc_free_req_to_pool()
613 LASSERT(!request->rq_pool); in __ptlrpc_request_bufs_pack()
792 if (request->rq_pool) in ptlrpc_request_free()
2258 if (request->rq_pool) in __ptlrpc_free_req()
Dsec.c824 if (req->rq_pool || !req->rq_reqbuf) in sptlrpc_request_out_callback()
1497 if (req->rq_pool) in sptlrpc_cli_alloc_reqbuf()
/linux-4.4.14/drivers/lightnvm/
Drrpc.c71 rqd = mempool_alloc(rrpc->rq_pool, GFP_ATOMIC); in rrpc_inflight_laddr_acquire()
77 mempool_free(rqd, rrpc->rq_pool); in rrpc_inflight_laddr_acquire()
90 mempool_free(rqd, rrpc->rq_pool); in rrpc_inflight_laddr_release()
664 mempool_free(rqd, rrpc->rq_pool); in rrpc_end_io()
861 rqd = mempool_alloc(rrpc->rq_pool, GFP_KERNEL); in rrpc_make_rq()
887 mempool_free(rqd, rrpc->rq_pool); in rrpc_make_rq()
1065 rrpc->rq_pool = mempool_create_slab_pool(64, rrpc_rq_cache); in rrpc_core_init()
1066 if (!rrpc->rq_pool) in rrpc_core_init()
1079 mempool_destroy(rrpc->rq_pool); in rrpc_core_free()
Drrpc.h124 mempool_t *rq_pool; member
/linux-4.4.14/drivers/md/
Ddm.c190 mempool_t *rq_pool; member
253 mempool_t *rq_pool; member
659 return mempool_alloc(md->rq_pool, gfp_mask); in alloc_clone_request()
664 mempool_free(rq, md->rq_pool); in free_clone_request()
2259 mempool_destroy(md->rq_pool); in cleanup_mapped_device()
2432 BUG_ON(!p || md->io_pool || md->rq_pool || md->bs); in __bind_mempools()
2436 md->rq_pool = p->rq_pool; in __bind_mempools()
2437 p->rq_pool = NULL; in __bind_mempools()
3505 pools->rq_pool = mempool_create_slab_pool(pool_size, _rq_cache); in dm_alloc_md_mempools()
3506 if (!pools->rq_pool) in dm_alloc_md_mempools()
[all …]
/linux-4.4.14/block/
Dblk-core.c526 if (rl->rq_pool) { in blk_set_queue_dying()
618 if (unlikely(rl->rq_pool)) in blk_init_rl()
627 rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, alloc_request_struct, in blk_init_rl()
631 if (!rl->rq_pool) in blk_init_rl()
639 if (rl->rq_pool) in blk_exit_rl()
640 mempool_destroy(rl->rq_pool); in blk_exit_rl()
898 mempool_free(rq, rl->rq_pool); in blk_free_request()
1138 rq = mempool_alloc(rl->rq_pool, gfp_mask); in __get_request()
/linux-4.4.14/include/linux/sunrpc/
Dsvc.h239 struct svc_pool * rq_pool; /* thread pool */ member
/linux-4.4.14/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.c597 rqstp->rq_pool = pool; in svc_rqst_alloc()
780 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1505 struct ptlrpc_request_pool *rq_pool; member
/linux-4.4.14/include/linux/
Dblkdev.h66 mempool_t *rq_pool; member