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

/linux-master/include/linux/
H A Dmemory.h82 struct list_head group_next; /* next block inside memory group */ member in struct:memory_block
H A Dvfio.h48 struct list_head group_next; member in struct:vfio_device
/linux-master/drivers/vfio/
H A Dgroup.c32 list_for_each_entry(it, &group->device_list, group_next) {
651 list_for_each_entry(device, &group->device_list, group_next) {
770 list_add(&device->group_next, &device->group->device_list);
777 list_del(&device->group_next);
876 list_for_each_entry(device, &group->device_list, group_next) {
/linux-master/drivers/base/
H A Dmemory.c798 INIT_LIST_HEAD(&mem->group_next);
817 list_add(&mem->group_next, &group->memory_blocks);
854 list_del(&memory->group_next);

Completed in 128 milliseconds