Searched refs:target_bytes (Results 1 – 3 of 3) sorted by relevance
167 unsigned long long target_bytes; in store_target_kb() local172 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()174 balloon_set_new_target(target_bytes >> PAGE_SHIFT); in store_target_kb()197 unsigned long long target_bytes; in store_target() local202 target_bytes = memparse(buf, &endchar); in store_target()204 balloon_set_new_target(target_bytes >> PAGE_SHIFT); in store_target()
617 int target_bytes; in hdmi_dsc_get_bpp() local673 target_bytes = DIV_ROUND_UP((num_slices * slice_width * bpp), 8); in hdmi_dsc_get_bpp()674 if (target_bytes <= hdmi_max_chunk_bytes) { in hdmi_dsc_get_bpp()
1033 int target_bytes; in hdmi_dsc_get_bpp() local1089 target_bytes = DIV_ROUND_UP((num_slices * slice_width * bpp), 8); in hdmi_dsc_get_bpp()1090 if (target_bytes <= hdmi_max_chunk_bytes) { in hdmi_dsc_get_bpp()