Searched refs:max_unit (Results 1 – 1 of 1) sorted by relevance
230 unsigned max_unit; in number_to_human_readable() local237 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()241 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()245 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()249 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()253 max_unit = ARRAY_SIZE(temperature_units)-1; in number_to_human_readable()257 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()261 max_unit = ARRAY_SIZE(percent_units)-1; in number_to_human_readable()265 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()269 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()[all …]