Home
last modified time | relevance | path

Searched refs:cg_weight_parse (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/ !
Dcgroup-setup.h14 int cg_weight_parse(const char *s, uint64_t *ret);
Dcgroup-setup.c156 int cg_weight_parse(const char *s, uint64_t *ret) { in cg_weight_parse() function
Dbus-unit-util.c132 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_weight_parse);
/systemd-251/src/login/ !
Dpam_systemd.c419 r = cg_weight_parse(limit, &val); in append_session_cg_weight()
/systemd-251/src/core/ !
Dload-fragment.c148 DEFINE_CONFIG_PARSE_PTR(config_parse_cg_weight, cg_weight_parse, uint64_t, "Invalid weight");
4231 r = cg_weight_parse(p, &u); in config_parse_io_device_weight()