Home
last modified time | relevance | path

Searched refs:group_next (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/vfio/
H A Dgroup.c32 list_for_each_entry(it, &group->device_list, group_next) { in vfio_device_get_from_name()
644 list_for_each_entry(device, &group->device_list, group_next) { in vfio_group_has_device()
763 list_add(&device->group_next, &device->group->device_list); in vfio_device_group_register()
770 list_del(&device->group_next); in vfio_device_group_unregister()
869 list_for_each_entry(device, &group->device_list, group_next) { in vfio_group_enforced_coherent()
/linux-6.15/include/linux/
H A Dmemory.h82 struct list_head group_next; /* next block inside memory group */ member
H A Dvfio.h48 struct list_head group_next; member
/linux-6.15/drivers/base/
H A Dmemory.c794 INIT_LIST_HEAD(&mem->group_next); in add_memory_block()
813 list_add(&mem->group_next, &group->memory_blocks); in add_memory_block()
834 list_del(&memory->group_next); in remove_memory_block()