Lines Matching refs:xsprintf

959         xsprintf(buf, "%" PRIu64 "\n", weight);  in cgroup_apply_unified_cpu_weight()
968 xsprintf(buf, USEC_FMT " " USEC_FMT "\n", in cgroup_apply_unified_cpu_quota()
971 xsprintf(buf, "max " USEC_FMT "\n", period); in cgroup_apply_unified_cpu_quota()
978 xsprintf(buf, "%" PRIu64 "\n", shares); in cgroup_apply_legacy_cpu_shares()
987 xsprintf(buf, USEC_FMT "\n", period); in cgroup_apply_legacy_cpu_quota()
991 xsprintf(buf, USEC_FMT "\n", MAX(quota * period / USEC_PER_SEC, USEC_PER_MSEC)); in cgroup_apply_legacy_cpu_quota()
1087xsprintf(buf, DEVNUM_FORMAT_STR " %" PRIu64 "\n", DEVNUM_FORMAT_VAL(dev), bfq_weight); in set_bfq_weight()
1089 xsprintf(buf, "%" PRIu64 "\n", bfq_weight); in set_bfq_weight()
1120 xsprintf(buf, DEVNUM_FORMAT_STR " %" PRIu64 "\n", DEVNUM_FORMAT_VAL(dev), io_weight); in cgroup_apply_io_device_weight()
1141 xsprintf(buf, DEVNUM_FORMAT_STR " %" PRIu64 "\n", DEVNUM_FORMAT_VAL(dev), blkio_weight); in cgroup_apply_blkio_device_weight()
1155xsprintf(buf, DEVNUM_FORMAT_STR " target=%" PRIu64 "\n", DEVNUM_FORMAT_VAL(dev), target); in cgroup_apply_io_device_latency()
1157 xsprintf(buf, DEVNUM_FORMAT_STR " target=max\n", DEVNUM_FORMAT_VAL(dev)); in cgroup_apply_io_device_latency()
1172 xsprintf(limit_bufs[type], "%" PRIu64, limits[type]); in cgroup_apply_io_device_limit()
1174xsprintf(limit_bufs[type], "%s", limits[type] == CGROUP_LIMIT_MAX ? "max" : "0"); in cgroup_apply_io_device_limit()
1176xsprintf(buf, DEVNUM_FORMAT_STR " rbps=%s wbps=%s riops=%s wiops=%s\n", DEVNUM_FORMAT_VAL(dev), in cgroup_apply_io_device_limit()
1212 xsprintf(buf, "%" PRIu64 "\n", v); in cgroup_apply_unified_memory_limit()
1336 xsprintf(buf, "default %" PRIu64 "\n", weight); in set_io_weight()
1347 xsprintf(buf, "%" PRIu64 "\n", weight); in set_blkio_weight()
1597 xsprintf(buf, "%" PRIu64 "\n", val); in cgroup_context_apply()
1643 xsprintf(buf, "%" PRIu64 "\n", tasks_max_resolve(&c->tasks_max)); in cgroup_context_apply()