Searched refs:cgroup_parse_float (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | cgroup.h | 139 int cgroup_parse_float(const char *input, unsigned dec_shift, s64 *v);
|
/openbmc/linux/block/ |
H A D | blk-iocost.c | 3291 if (cgroup_parse_float(buf, 2, &v)) in ioc_qos_write() 3308 if (cgroup_parse_float(buf, 2, &v)) in ioc_qos_write()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 6928 int cgroup_parse_float(const char *input, unsigned dec_shift, s64 *v) in cgroup_parse_float() function
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 10728 req.ret = cgroup_parse_float(buf, UCLAMP_PERCENT_SHIFT, in capacity_from_percent()
|