Lines Matching refs:index
1572 int index = of_cft(of)->private;
1583 v[0] = tg->bps_conf[READ][index];
1584 v[1] = tg->bps_conf[WRITE][index];
1585 v[2] = tg->iops_conf[READ][index];
1586 v[3] = tg->iops_conf[WRITE][index];
1629 tg->bps_conf[READ][index] = v[0];
1630 tg->bps_conf[WRITE][index] = v[1];
1631 tg->iops_conf[READ][index] = v[2];
1632 tg->iops_conf[WRITE][index] = v[3];
1634 if (index == LIMIT_MAX) {
1635 tg->bps[READ][index] = v[0];
1636 tg->bps[WRITE][index] = v[1];
1637 tg->iops[READ][index] = v[2];
1638 tg->iops[WRITE][index] = v[3];
1662 } else if (index == LIMIT_LOW) {
1669 if (index == LIMIT_LOW)
1673 tg_conf_updated(tg, index == LIMIT_LOW &&
2289 int index;
2296 index = request_bucket_index(size);
2299 latency[index].total_latency += time;
2300 latency[index].samples++;