Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.h40 void vhost_work_init(struct vhost_work *work, vhost_work_fn_t fn);
Dvhost.c61 void vhost_work_init(struct vhost_work *work, vhost_work_fn_t fn) in vhost_work_init() function
80 vhost_work_init(&poll->work, fn); in vhost_poll_init()
340 vhost_work_init(&attach.work, vhost_attach_cgroups_work); in vhost_attach_cgroups()
Dscsi.c1355 vhost_work_init(&s->vs_completion_work, vhost_scsi_complete_cmd_work); in vhost_scsi_open()
1356 vhost_work_init(&s->vs_event_work, tcm_vhost_evt_work); in vhost_scsi_open()