Home
last modified time | relevance | path

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

/qemu/hw/hyperv/
H A Dhv-balloon.c263 State newst, const char *newststr) in hv_balloon_state_set() argument
265 if (newst == S_NO_CHANGE || balloon->state == newst) { in hv_balloon_state_set()
269 balloon->state = newst; in hv_balloon_state_set()
275 State newst, const char *newststr) in _hv_balloon_state_desc_set() argument
280 assert(newst != S_NO_CHANGE); in _hv_balloon_state_desc_set()
282 stdesc->state = newst; in _hv_balloon_state_desc_set()