Home
last modified time | relevance | path

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

/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()
/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()
669 mempool_free(rqd, rrpc->rq_pool); in rrpc_end_io()
873 rqd = mempool_alloc(rrpc->rq_pool, GFP_KERNEL); in rrpc_make_rq()
899 mempool_free(rqd, rrpc->rq_pool); in rrpc_make_rq()
1077 rrpc->rq_pool = mempool_create_slab_pool(64, rrpc_rq_cache); in rrpc_core_init()
1078 if (!rrpc->rq_pool) in rrpc_core_init()
1091 mempool_destroy(rrpc->rq_pool); in rrpc_core_free()
Drrpc.h124 mempool_t *rq_pool; member
/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()
2318 mempool_destroy(md->rq_pool); in cleanup_mapped_device()
2497 BUG_ON(!p || md->io_pool || md->rq_pool || md->bs); in __bind_mempools()
2501 md->rq_pool = p->rq_pool; in __bind_mempools()
2502 p->rq_pool = NULL; in __bind_mempools()
3575 pools->rq_pool = mempool_create_slab_pool(pool_size, _rq_cache); in dm_alloc_md_mempools()
3576 if (!pools->rq_pool) in dm_alloc_md_mempools()
[all …]
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1505 struct ptlrpc_request_pool *rq_pool; member