Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.h39 void vhost_work_init(struct vhost_work *work, vhost_work_fn_t fn);
Dvhost.c181 void vhost_work_init(struct vhost_work *work, vhost_work_fn_t fn) in vhost_work_init() function
186 EXPORT_SYMBOL_GPL(vhost_work_init);
198 vhost_work_init(&poll->work, fn); in vhost_poll_init()
240 vhost_work_init(&flush.work, vhost_flush_work); in vhost_dev_flush()
531 vhost_work_init(&attach.work, vhost_attach_cgroups_work); in vhost_attach_cgroups()
Dscsi.c1830 vhost_work_init(&vs->vs_completion_work, vhost_scsi_complete_cmd_work); in vhost_scsi_open()
1831 vhost_work_init(&vs->vs_event_work, vhost_scsi_evt_work); in vhost_scsi_open()
2041 vhost_work_init(&tmf->vwork, vhost_scsi_tmf_resp_work); in vhost_scsi_port_link()
Dvsock.c698 vhost_work_init(&vsock->send_pkt_work, vhost_transport_send_pkt_work); in vhost_vsock_dev_open()