Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-core.c705 if (rl->rq_pool) { in blk_set_queue_dying()
871 if (unlikely(rl->rq_pool) || q->mq_ops) in blk_init_rl()
881 rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, in blk_init_rl()
885 rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, in blk_init_rl()
889 if (!rl->rq_pool) in blk_init_rl()
900 if (rl->rq_pool) { in blk_exit_rl()
901 mempool_destroy(rl->rq_pool); in blk_exit_rl()
1216 mempool_free(rq, rl->rq_pool); in blk_free_request()
1430 rq = mempool_alloc(rl->rq_pool, gfp_mask); in __get_request()
/Linux-v4.19/include/linux/sunrpc/
Dsvc.h241 struct svc_pool * rq_pool; /* thread pool */ member
/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c659 struct svc_pool *pool = rqstp->rq_pool; in rqst_should_sleep()
682 struct svc_pool *pool = rqstp->rq_pool; in svc_get_next_xprt()
778 rqstp, rqstp->rq_pool->sp_id, xprt, in svc_handle_xprt()
Dsvc.c614 rqstp->rq_pool = pool; in svc_rqst_alloc()
855 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()
/Linux-v4.19/include/linux/
Dblkdev.h75 mempool_t *rq_pool; member