Home
last modified time | relevance | path

Searched refs:cg_blkio_weight_parse (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dcgroup-setup.h16 int cg_blkio_weight_parse(const char *s, uint64_t *ret);
Dcgroup-setup.c196 int cg_blkio_weight_parse(const char *s, uint64_t *ret) { in cg_blkio_weight_parse() function
Dbus-unit-util.c130 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_blkio_weight_parse);
/systemd-251/src/core/
Dload-fragment.c147 DEFINE_CONFIG_PARSE_PTR(config_parse_blockio_weight, cg_blkio_weight_parse, uint64_t, "Invalid bloc…
4455 r = cg_blkio_weight_parse(p, &u); in config_parse_blockio_device_weight()