Searched refs:vbg_heartbeat_host_config (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_core.c430 * vbg_heartbeat_host_config - Configure the host to check guest's heartbeat
437 static int vbg_heartbeat_host_config(struct vbg_dev *gdev, bool enabled) function
469 ret = vbg_heartbeat_host_config(gdev, false);
473 ret = vbg_heartbeat_host_config(gdev, true);
499 vbg_heartbeat_host_config(gdev, false);

Completed in 86 milliseconds