target_bytes 167 drivers/xen/xen-balloon.c unsigned long long target_bytes; target_bytes 172 drivers/xen/xen-balloon.c target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; target_bytes 174 drivers/xen/xen-balloon.c balloon_set_new_target(target_bytes >> PAGE_SHIFT); target_bytes 197 drivers/xen/xen-balloon.c unsigned long long target_bytes; target_bytes 202 drivers/xen/xen-balloon.c target_bytes = memparse(buf, &endchar); target_bytes 204 drivers/xen/xen-balloon.c balloon_set_new_target(target_bytes >> PAGE_SHIFT);