Searched refs:group_fds (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c1311 int32_t *group_fds; local
1329 group_fds = kcalloc(array_count, sizeof(*group_fds), GFP_KERNEL);
1331 if (!group_fds || !files) {
1332 kfree(group_fds);
1337 if (copy_from_user(group_fds, arg->group_fds,
1338 array_count * sizeof(*group_fds))) {
1339 kfree(group_fds);
1349 struct file *file = fget(group_fds[file_id
[all...]
/linux-master/include/uapi/linux/
H A Dvfio.h762 * of those affected devices via the group_fds array in struct
767 * affected devices and this ioctl must be called with an empty group_fds
779 __s32 group_fds[]; member in struct:vfio_pci_hot_reset

Completed in 334 milliseconds