Searched refs:group_next (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/vfio/ |
H A D | group.c | 32 list_for_each_entry(it, &group->device_list, group_next) { in vfio_device_get_from_name() 651 list_for_each_entry(device, &group->device_list, group_next) { in vfio_group_has_device() 770 list_add(&device->group_next, &device->group->device_list); in vfio_device_group_register() 777 list_del(&device->group_next); in vfio_device_group_unregister() 876 list_for_each_entry(device, &group->device_list, group_next) { in vfio_group_enforced_coherent()
|
/openbmc/linux/include/linux/ |
H A D | memory.h | 82 struct list_head group_next; /* next block inside memory group */ member
|
H A D | vfio.h | 48 struct list_head group_next; member
|
/openbmc/linux/drivers/base/ |
H A D | memory.c | 777 INIT_LIST_HEAD(&mem->group_next); in add_memory_block() 796 list_add(&mem->group_next, &group->memory_blocks); in add_memory_block() 833 list_del(&memory->group_next); in remove_memory_block()
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 687 CXLDCExtentGroup *group, *group_next; in cxl_destroy_dc_regions() local 695 QTAILQ_FOREACH_SAFE(group, &ct3d->dc.extents_pending, node, group_next) { in cxl_destroy_dc_regions()
|