Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_balloon.c341 struct dm_unballoon_response { struct
1382 struct dm_unballoon_response resp; in balloon_down()
1397 memset(&resp, 0, sizeof(struct dm_unballoon_response)); in balloon_down()
1400 resp.hdr.size = sizeof(struct dm_unballoon_response); in balloon_down()
1403 sizeof(struct dm_unballoon_response), in balloon_down()
/openbmc/qemu/include/hw/hyperv/
H A Ddynmem-proto.h323 struct dm_unballoon_response { struct
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c1140 struct dm_unballoon_response *msgUrR = vmreq->msg; in hv_balloon_handle_unballoon_response()