• Home
  • Raw
  • Download

Lines Matching refs:off

1366 			      int off)  in tg_prfill_conf_u64()  argument
1369 u64 v = *(u64 *)((void *)tg + off); in tg_prfill_conf_u64()
1377 int off) in tg_prfill_conf_uint() argument
1380 unsigned int v = *(unsigned int *)((void *)tg + off); in tg_prfill_conf_uint()
1460 char *buf, size_t nbytes, loff_t off, bool is_u64) in tg_set_conf() argument
1493 char *buf, size_t nbytes, loff_t off) in tg_set_conf_u64() argument
1495 return tg_set_conf(of, buf, nbytes, off, true); in tg_set_conf_u64()
1499 char *buf, size_t nbytes, loff_t off) in tg_set_conf_uint() argument
1501 return tg_set_conf(of, buf, nbytes, off, false); in tg_set_conf_uint()
1513 struct blkg_policy_data *pd, int off) in tg_prfill_rwstat_recursive() argument
1517 blkg_rwstat_recursive_sum(pd_to_blkg(pd), &blkcg_policy_throtl, off, in tg_prfill_rwstat_recursive()
1579 int off) in tg_prfill_limit() argument
1592 if (off == LIMIT_LOW) { in tg_prfill_limit()
1600 if (tg->bps_conf[READ][off] == bps_dft && in tg_prfill_limit()
1601 tg->bps_conf[WRITE][off] == bps_dft && in tg_prfill_limit()
1602 tg->iops_conf[READ][off] == iops_dft && in tg_prfill_limit()
1603 tg->iops_conf[WRITE][off] == iops_dft && in tg_prfill_limit()
1604 (off != LIMIT_LOW || in tg_prfill_limit()
1609 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1611 tg->bps_conf[READ][off]); in tg_prfill_limit()
1612 if (tg->bps_conf[WRITE][off] != U64_MAX) in tg_prfill_limit()
1614 tg->bps_conf[WRITE][off]); in tg_prfill_limit()
1615 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()
1617 tg->iops_conf[READ][off]); in tg_prfill_limit()
1618 if (tg->iops_conf[WRITE][off] != UINT_MAX) in tg_prfill_limit()
1620 tg->iops_conf[WRITE][off]); in tg_prfill_limit()
1621 if (off == LIMIT_LOW) { in tg_prfill_limit()
1649 char *buf, size_t nbytes, loff_t off) in tg_set_limit() argument
1704 else if (off == LIMIT_LOW && !strcmp(tok, "idle")) in tg_set_limit()
1706 else if (off == LIMIT_LOW && !strcmp(tok, "latency")) in tg_set_limit()