Searched refs:container_path (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | iommu.c | 29 .container_path = "/dev/vfio/vfio", 34 .container_path = "/dev/vfio/vfio", 39 .container_path = "/dev/iommu", 44 .container_path = "/dev/iommu", 423 const char *container_path; in iommu_init() local 434 container_path = iommu->mode->container_path; in iommu_init() 435 if (container_path) { in iommu_init() 436 iommu->container_fd = open(container_path, O_RDWR); in iommu_init() 437 VFIO_ASSERT_GE(iommu->container_fd, 0, "open(%s) failed\n", container_path); in iommu_init()
|
| H A D | vfio_pci_device.c | 366 if (iommu->mode->container_path) in vfio_pci_device_init()
|
| /linux/tools/accounting/ |
| H A D | delaytop.c | 154 char *container_path; /* Path to container cgroup */ member 297 cfg.container_path = NULL; in parse_args() 348 cfg.container_path = strdup(optarg); in parse_args() 818 if (!cfg.container_path) in get_container_stats() 822 cfd = open(cfg.container_path, O_RDONLY); in get_container_stats() 824 fprintf(stderr, "Error opening container path: %s\n", cfg.container_path); in get_container_stats() 929 if (cfg.container_path) { in display_results() 930 suc &= BOOL_FPRINT(out, "Container Information (%s):\n", cfg.container_path); in display_results() 1110 if (cfg.container_path) in main() 1141 if (cfg.container_path) in main() [all …]
|
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | iommu.h | 14 const char *container_path; member
|