Home
last modified time | relevance | path

Searched defs:vhost_worker (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dvhost.h29 struct vhost_worker { struct
30 struct vhost_task *vtsk;
32 struct mutex mutex;
33 struct llist_head work_list;
34 u64 kcov_handle;
35 u32 id;
36 int attachment_cnt;
H A Dvhost.c395 static bool vhost_worker(void *data) in vhost_worker() function