Home
last modified time | relevance | path

Searched refs:target_bytes (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/xen/
A Dxen-balloon.c166 unsigned long long target_bytes; in target_kb_store() local
171 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() local
198 target_bytes = memparse(buf, &endchar); in target_store()
200 balloon_set_new_target(target_bytes >> PAGE_SHIFT); in target_store()
/linux/drivers/gpu/drm/i915/display/
A Dintel_hdmi.c3082 int target_bytes; in intel_hdmi_dsc_get_bpp() local
3148 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