Searched refs:target_bytes (Results 1 – 1 of 1) sorted by relevance
155 unsigned long long target_bytes; in store_target_kb() local160 target_bytes = simple_strtoull(buf, &endchar, 0) * 1024; in store_target_kb()162 balloon_set_new_target(target_bytes >> PAGE_SHIFT); in store_target_kb()185 unsigned long long target_bytes; in store_target() local190 target_bytes = memparse(buf, &endchar); in store_target()192 balloon_set_new_target(target_bytes >> PAGE_SHIFT); in store_target()