Home
last modified time | relevance | path

Searched refs:vhost (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/vhost/
H A DKconfig5 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 byte
104 to modify the vhost worker mode for vhost devices.
107 to configure the default mode for vhost workers.
H A DMakefile16 obj-$(CONFIG_VHOST) += vhost.o
H A Dscsi.c35 #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 LIO
408 * 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 owner
838 "vhost in vhost_scsi_map_to_sgl()
[all...]
/linux/tools/perf/trace/beauty/
H A Dvhost_virtio_ioctl.sh8 grep -E $regex ${beauty_uapi_linux_dir}/vhost.h | \
15 grep -E $regex ${beauty_uapi_linux_dir}/vhost.h | \
/linux/tools/virtio/
H A DMakefile22 vpath %.c ../../drivers/virtio ../../drivers/vhost
26 #oot: build vhost as an out of tree module for a distro kernel
32 OOT_VHOST=`pwd`/../../drivers/vhost
33 #Everyone depends on vhost
51 .PHONY: all test mod clean vhost oot oot-clean oot-build
/linux/drivers/
H A DMakefile148 obj-$(CONFIG_VHOST_RING) += vhost/
149 obj-$(CONFIG_VHOST_IOTLB) += vhost/
150 obj-$(CONFIG_VHOST) += vhost/
H A DKconfig154 source "drivers/vhost/Kconfig"
/linux/tools/virtio/vhost_test/
H A DMakefile3 EXTRA_CFLAGS += -Idrivers/vhost
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-vdpa47 driver_override file (echo vhost-vdpa > driver_override) and may
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst241 生的,并且通常在进程退出时会被停止(如,vhost 工作器)。
/linux/arch/um/drivers/
H A DKconfig147 drivers over vhost-user sockets.
/linux/Documentation/networking/
H A Dnet_failover.rst46 <driver name='vhost' queues='4'/>
/linux/Documentation/dev-tools/
H A Dkcov.rst248 exits (e.g. vhost workers).
/linux/tools/perf/
H A DMakefile.perf630 $(vhost_virtio_ioctl_array): $(beauty_uapi_linux_dir)/vhost.h $(vhost_virtio_ioctl_tbl)
/linux/
H A DMAINTAINERS26570 F: drivers/vhost/vsock.c
26693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
26694 F: drivers/vhost/
26697 F: include/uapi/linux/vhost.h
26708 F: drivers/vhost/scsi.c