Searched refs:rq_pool (Results 1 – 5 of 5) sorted by relevance
705 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()
241 struct svc_pool * rq_pool; /* thread pool */ member
659 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()
614 rqstp->rq_pool = pool; in svc_rqst_alloc()855 struct svc_pool *pool = rqstp->rq_pool; in svc_exit_thread()
75 mempool_t *rq_pool; member