Lines Matching refs:group_list
44 struct list_head group_list;
58 struct list_head group_list;
305 * that the group is no longer in vfio.group_list.
344 * do anything unless it can find the group in vfio.group_list, so
356 list_for_each_entry(tmp, &vfio.group_list, vfio_next) {
383 list_add(&group->vfio_next, &vfio.group_list);
461 list_for_each_entry(group, &vfio.group_list, vfio_next) {
479 list_for_each_entry(group, &vfio.group_list, vfio_next) {
1005 if (!list_empty(&container->group_list) &&
1040 list_for_each_entry(group, &container->group_list, container_next) {
1049 list_for_each_entry_continue_reverse(group, &container->group_list,
1073 if (list_empty(&container->group_list) || container->iommu_driver) {
1171 INIT_LIST_HEAD(&container->group_list);
1269 if (driver && list_empty(&container->group_list)) {
1342 if (!list_empty(&container->group_list) &&
1358 list_add(&group->container_next, &container->group_list);
2318 INIT_LIST_HEAD(&vfio.group_list);
2364 WARN_ON(!list_empty(&vfio.group_list));