Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H 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()
/openbmc/qemu/block/
H A Dmirror.c585 int64_t target_bytes; in mirror_iteration() local
588 &target_offset, &target_bytes); in mirror_iteration()
591 target_bytes == io_bytes) { in mirror_iteration()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c3253 int target_bytes; in intel_hdmi_dsc_get_bpp() local
3319 target_bytes = DIV_ROUND_UP((num_slices * slice_width * bpp), 8); in intel_hdmi_dsc_get_bpp()
3320 if (target_bytes <= hdmi_max_chunk_bytes) { in intel_hdmi_dsc_get_bpp()