Searched refs:target_bytes (Results 1 – 1 of 1) 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()