Searched refs:cg_cpu_shares_parse (Results 1 – 4 of 4) sorted by relevance
15 int cg_cpu_shares_parse(const char *s, uint64_t *ret);
176 int cg_cpu_shares_parse(const char *s, uint64_t *ret) { in cg_cpu_shares_parse() function
131 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_cpu_shares_parse);
149 DEFINE_CONFIG_PARSE_PTR(config_parse_cpu_shares, cg_cpu_shares_parse, uint64_t, "Invalid CPU shares…