Home
last modified time | relevance | path

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

/drivers/hv/
A Dhv_snapshot.c179 struct hv_vss_msg *vss_msg; in vss_send_op() local
187 vss_msg = kzalloc(sizeof(*vss_msg), GFP_KERNEL); in vss_send_op()
188 if (!vss_msg) in vss_send_op()
199 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in vss_send_op()
208 kfree(vss_msg); in vss_send_op()
297 struct hv_vss_msg *vss_msg; in hv_vss_onchannelcallback() local
417 struct hv_vss_msg *vss_msg; in hv_vss_pre_suspend() local
427 vss_msg = kzalloc(sizeof(*vss_msg), GFP_KERNEL); in hv_vss_pre_suspend()
428 if (!vss_msg) in hv_vss_pre_suspend()
439 hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in hv_vss_pre_suspend()
[all …]

Completed in 4 milliseconds