Searched refs:target_bytes (Results 1 – 2 of 2) sorted by relevance
166 unsigned long long target_bytes; in target_kb_store() local171 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in target_kb_store()173 balloon_set_new_target(target_bytes >> PAGE_SHIFT); in target_kb_store()193 unsigned long long target_bytes; in target_store() local198 target_bytes = memparse(buf, &endchar); in target_store()200 balloon_set_new_target(target_bytes >> PAGE_SHIFT); in target_store()
3082 int target_bytes; in intel_hdmi_dsc_get_bpp() local3148 target_bytes = DIV_ROUND_UP((num_slices * slice_width * bpp), 8); in intel_hdmi_dsc_get_bpp()3149 if (target_bytes <= hdmi_max_chunk_bytes) { in intel_hdmi_dsc_get_bpp()
Completed in 9 milliseconds