Lines Matching refs:index
1689 int index = of_cft(of)->private;
1700 v[0] = tg->bps_conf[READ][index];
1701 v[1] = tg->bps_conf[WRITE][index];
1702 v[2] = tg->iops_conf[READ][index];
1703 v[3] = tg->iops_conf[WRITE][index];
1746 tg->bps_conf[READ][index] = v[0];
1747 tg->bps_conf[WRITE][index] = v[1];
1748 tg->iops_conf[READ][index] = v[2];
1749 tg->iops_conf[WRITE][index] = v[3];
1751 if (index == LIMIT_MAX) {
1752 tg->bps[READ][index] = v[0];
1753 tg->bps[WRITE][index] = v[1];
1754 tg->iops[READ][index] = v[2];
1755 tg->iops[WRITE][index] = v[3];
1779 } else if (index == LIMIT_LOW) {
1786 if (index == LIMIT_LOW)
1790 tg_conf_updated(tg, index == LIMIT_LOW &&
2365 int index;
2372 index = request_bucket_index(size);
2375 latency[index].total_latency += time;
2376 latency[index].samples++;