Searched refs:current_sz (Results 1 – 1 of 1) sorted by relevance
884 size_t current_sz = vmmr_alloc_sz + vmmr_free_sz; in vmmr_set_target() local887 *resp = current_sz; in vmmr_set_target()901 if (target_sz == current_sz) { in vmmr_set_target()927 if (current_sz > target_sz) { in vmmr_set_target()930 size_t req_sz = current_sz - target_sz; in vmmr_set_target()937 ASSERT(current_sz < target_sz); in vmmr_set_target()939 size_t req_sz = target_sz - current_sz; in vmmr_set_target()946 current_sz = vmmr_alloc_sz + vmmr_free_sz; in vmmr_set_target()947 } while (err == 0 && current_sz != target_sz); in vmmr_set_target()952 *resp = current_sz; in vmmr_set_target()