Symbol: vhost_worker
drivers/vhost/vhost.c
1014
struct vhost_worker *worker;
drivers/vhost/vhost.c
1095
struct vhost_worker *worker;
drivers/vhost/vhost.c
244
static void vhost_worker_queue(struct vhost_worker *worker,
drivers/vhost/vhost.c
259
struct vhost_worker *worker;
drivers/vhost/vhost.c
280
static void __vhost_worker_flush(struct vhost_worker *worker)
drivers/vhost/vhost.c
300
static void vhost_worker_flush(struct vhost_worker *worker)
drivers/vhost/vhost.c
309
struct vhost_worker *worker;
drivers/vhost/vhost.c
320
struct vhost_worker *worker;
drivers/vhost/vhost.c
402
struct vhost_worker *worker = data;
drivers/vhost/vhost.c
440
struct vhost_worker *worker = data;
drivers/vhost/vhost.c
465
struct vhost_worker *worker = data;
drivers/vhost/vhost.c
647
static int vhost_attach_task_to_cgroups(struct vhost_worker *worker)
drivers/vhost/vhost.c
711
struct vhost_worker *worker)
drivers/vhost/vhost.c
724
struct vhost_worker *worker;
drivers/vhost/vhost.c
741
static void vhost_task_wakeup(struct vhost_worker *worker)
drivers/vhost/vhost.c
746
static void vhost_kthread_wakeup(struct vhost_worker *worker)
drivers/vhost/vhost.c
751
static void vhost_task_do_stop(struct vhost_worker *worker)
drivers/vhost/vhost.c
756
static void vhost_kthread_do_stop(struct vhost_worker *worker)
drivers/vhost/vhost.c
761
static int vhost_task_worker_create(struct vhost_worker *worker,
drivers/vhost/vhost.c
784
static int vhost_kthread_worker_create(struct vhost_worker *worker,
drivers/vhost/vhost.c
827
static struct vhost_worker *vhost_worker_create(struct vhost_dev *dev)
drivers/vhost/vhost.c
829
struct vhost_worker *worker;
drivers/vhost/vhost.c
859
struct vhost_worker *worker)
drivers/vhost/vhost.c
861
struct vhost_worker *old_worker;
drivers/vhost/vhost.c
932
struct vhost_worker *worker;
drivers/vhost/vhost.c
949
struct vhost_worker *worker;
drivers/vhost/vhost.c
964
struct vhost_worker *worker;
drivers/vhost/vhost.h
30
struct vhost_worker;
drivers/vhost/vhost.h
34
int (*create)(struct vhost_worker *worker, struct vhost_dev *dev,
drivers/vhost/vhost.h
36
void (*stop)(struct vhost_worker *worker);
drivers/vhost/vhost.h
37
void (*wakeup)(struct vhost_worker *worker);
drivers/vhost/vhost.h
96
struct vhost_worker __rcu *worker;