vhost_worker_ops
static const struct vhost_worker_ops kthread_ops = {
static const struct vhost_worker_ops vhost_task_ops = {
const struct vhost_worker_ops *ops = dev->fork_owner ? &vhost_task_ops :
const struct vhost_worker_ops *ops;