Searched refs:vhost (Results 1 – 15 of 15) sorted by relevance
5 Generic IOTLB implementation for vhost and vringh.26 the core of vhost.57 tristate "vhost virtio-vsock driver"84 bool "Cross-endian support for vhost"87 This option allows vhost to support guests with a different byte104 to modify the vhost worker mode for vhost devices.107 to configure the default mode for vhost workers.
16 obj-$(CONFIG_VHOST) += vhost.o
35 #include <linux/vhost.h>40 #include "vhost.h"141 /* Completed commands list, serviced from vhost worker thread */189 /* event list, serviced from vhost worker thread */211 MODULE_PARM_DESC(max_io_vqs, "Set the max number of IO virtqueues a vhost scsi device can support. The default is 128. The max is 1024.");257 struct vhost_scsi *vhost; member 288 * Global mutex to protect vhost_scsi TPG list for vhost IOCTLs and LIO408 * vhost-scsi doesn't support VIRTIO_F_ACCESS_PLATFORM. in vhost_scsi_log_write() 682 * This is scheduled in the vhost work queue so we are called with the owner838 "vhost in vhost_scsi_map_to_sgl() [all...]
8 grep -E $regex ${beauty_uapi_linux_dir}/vhost.h | \15 grep -E $regex ${beauty_uapi_linux_dir}/vhost.h | \
22 vpath %.c ../../drivers/virtio ../../drivers/vhost26 #oot: build vhost as an out of tree module for a distro kernel32 OOT_VHOST=`pwd`/../../drivers/vhost33 #Everyone depends on vhost51 .PHONY: all test mod clean vhost oot oot-clean oot-build
148 obj-$(CONFIG_VHOST_RING) += vhost/149 obj-$(CONFIG_VHOST_IOTLB) += vhost/150 obj-$(CONFIG_VHOST) += vhost/
154 source "drivers/vhost/Kconfig"
3 EXTRA_CFLAGS += -Idrivers/vhost
47 driver_override file (echo vhost-vdpa > driver_override) and may
241 生的,并且通常在进程退出时会被停止(如,vhost 工作器)。
147 drivers over vhost-user sockets.
46 <driver name='vhost' queues='4'/>
248 exits (e.g. vhost workers).
630 $(vhost_virtio_ioctl_array): $(beauty_uapi_linux_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
26570 F: drivers/vhost/vsock.c26693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git26694 F: drivers/vhost/26697 F: include/uapi/linux/vhost.h26708 F: drivers/vhost/scsi.c