Searched refs:group_path (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | vfio_pci_device.c | 228 char group_path[32]; in vfio_pci_group_setup() local 232 snprintf(group_path, sizeof(group_path), "/dev/vfio/%d", group); in vfio_pci_group_setup() 234 device->group_fd = open(group_path, O_RDWR); in vfio_pci_group_setup() 235 VFIO_ASSERT_GE(device->group_fd, 0, "open(%s) failed\n", group_path); in vfio_pci_group_setup()
|
| /linux/kernel/sched/ |
| H A D | debug.c | 798 static char group_path[PATH_MAX]; variable 818 task_group_path(tg, group_path, sizeof(group_path)); \ 819 SEQ_printf(m, fmt, group_path); \
|