Home
last modified time | relevance | path

Searched refs:info_args (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/vfio/
H A Dvfio_iommufd_setup_test.c30 struct vfio_device_info info_args = { .argsz = sizeof(info_args) }; in vfio_device_get_info_ioctl() local
32 return ioctl(cdev_fd, VFIO_DEVICE_GET_INFO, &info_args); in vfio_device_get_info_ioctl()
/linux/drivers/md/
H A Ddm-path-selector.h51 unsigned int info_args; member
H A Ddm-ps-round-robin.c209 .info_args = 0,
H A Ddm-ps-queue-length.c247 .info_args = 1,
H A Ddm-ps-io-affinity.c242 .info_args = 1,
H A Ddm-ps-service-time.c328 .info_args = 2,
H A Ddm-ps-historical-service-time.c528 .info_args = 3,
H A Ddm-mpath.c1883 pg->ps.type->info_args); in multipath_status()