Searched refs:params (Results 1 – 2 of 2) sorted by relevance
411 struct ioc_params params; member778 if (ioc->params.qos[QOS_RLAT] >= ioc->params.qos[QOS_WLAT]) { in ioc_refresh_period_us()779 ppm = ioc->params.qos[QOS_RPPM]; in ioc_refresh_period_us()780 lat = ioc->params.qos[QOS_RLAT]; in ioc_refresh_period_us()782 ppm = ioc->params.qos[QOS_WPPM]; in ioc_refresh_period_us()783 lat = ioc->params.qos[QOS_WLAT]; in ioc_refresh_period_us()901 u64 *u = ioc->params.i_lcoefs; in ioc_refresh_lcoefs()902 u64 *c = ioc->params.lcoefs; in ioc_refresh_lcoefs()931 memcpy(ioc->params.qos, p->qos, sizeof(p->qos)); in ioc_refresh_params()933 memcpy(ioc->params.i_lcoefs, p->i_lcoefs, sizeof(p->i_lcoefs)); in ioc_refresh_params()[all …]
405 const struct show_busy_params *params = data; in hctx_show_busy_rq() local407 if (rq->mq_hctx == params->hctx) in hctx_show_busy_rq()408 __blk_mq_debugfs_rq_show(params->m, rq); in hctx_show_busy_rq()416 struct show_busy_params params = { .m = m, .hctx = hctx }; in hctx_busy_show() local419 ¶ms); in hctx_busy_show()