Searched refs:params (Results 1 – 2 of 2) sorted by relevance
397 struct ioc_params params; member689 if (ioc->params.qos[QOS_RLAT] >= ioc->params.qos[QOS_WLAT]) { in ioc_refresh_period_us()690 ppm = ioc->params.qos[QOS_RPPM]; in ioc_refresh_period_us()691 lat = ioc->params.qos[QOS_RLAT]; in ioc_refresh_period_us()693 ppm = ioc->params.qos[QOS_WPPM]; in ioc_refresh_period_us()694 lat = ioc->params.qos[QOS_WLAT]; in ioc_refresh_period_us()807 u64 *u = ioc->params.i_lcoefs; in ioc_refresh_lcoefs()808 u64 *c = ioc->params.lcoefs; in ioc_refresh_lcoefs()837 memcpy(ioc->params.qos, p->qos, sizeof(p->qos)); in ioc_refresh_params()839 memcpy(ioc->params.i_lcoefs, p->i_lcoefs, sizeof(p->i_lcoefs)); in ioc_refresh_params()[all …]
400 const struct show_busy_params *params = data; in hctx_show_busy_rq() local402 if (rq->mq_hctx == params->hctx) in hctx_show_busy_rq()403 __blk_mq_debugfs_rq_show(params->m, in hctx_show_busy_rq()412 struct show_busy_params params = { .m = m, .hctx = hctx }; in hctx_busy_show() local415 ¶ms); in hctx_busy_show()