Searched refs:cg_blkio_weight_parse (Results 1 – 4 of 4) sorted by relevance
16 int cg_blkio_weight_parse(const char *s, uint64_t *ret);
196 int cg_blkio_weight_parse(const char *s, uint64_t *ret) { in cg_blkio_weight_parse() function
130 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_blkio_weight_parse);
147 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()