Searched refs:cg_weight_parse (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | cgroup-setup.h | 14 int cg_weight_parse(const char *s, uint64_t *ret);
|
D | cgroup-setup.c | 156 int cg_weight_parse(const char *s, uint64_t *ret) { in cg_weight_parse() function
|
D | bus-unit-util.c | 132 DEFINE_BUS_APPEND_PARSE_PTR("t", uint64_t, uint64_t, cg_weight_parse);
|
/systemd-251/src/login/ |
D | pam_systemd.c | 419 r = cg_weight_parse(limit, &val); in append_session_cg_weight()
|
/systemd-251/src/core/ |
D | load-fragment.c | 148 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()
|