Searched refs:UCLAMP_PERCENT_SHIFT (Results 1 – 1 of 1) sorted by relevance
10719 #define UCLAMP_PERCENT_SHIFT 2 in capacity_from_percent() 10720 #define UCLAMP_PERCENT_SCALE (100 * POW10(UCLAMP_PERCENT_SHIFT)) in capacity_from_percent() 10737 req.ret = cgroup_parse_float(buf, UCLAMP_PERCENT_SHIFT, in capacity_from_percent() 10821 percent = div_u64_rem(percent, POW10(UCLAMP_PERCENT_SHIFT), &rem);10822 seq_printf(sf, "%llu.%0*u\n", percent, UCLAMP_PERCENT_SHIFT, rem); in cpu_uclamp_max_show() 10710 #define UCLAMP_PERCENT_SHIFT global() macro