Searched refs:QLIST_NEXT (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci_vfio.c | 56 if (QLIST_NEXT(QLIST_FIRST(&container->group_list), container_next)) { in vfio_eeh_container_ok() 98 if (QLIST_NEXT(bcontainer, next)) { in vfio_eeh_as_container()
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 332 ret = QLIST_NEXT(entry, next); in qdict_next() 436 QDictEntry *tmp = QLIST_NEXT(entry, next); in qdict_destroy_obj()
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 1280 g_assert(QLIST_NEXT(child_a, next) == child_b); in test_detach_indirect() 1281 g_assert(QLIST_NEXT(child_b, next) == NULL); in test_detach_indirect() 1309 g_assert(QLIST_NEXT(detach_by_parent_data.child_c, next) == child_a); in test_detach_indirect() 1310 g_assert(QLIST_NEXT(child_a, next) == NULL); in test_detach_indirect()
|
H A D | test-vmstate.c | 1340 iter = QLIST_NEXT(iter, next); in manipulate_container()
|
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 185 ThrottleGroupMember *next = QLIST_NEXT(tgm, round_robin); in throttle_group_next_tgm()
|
H A D | dirty-bitmap.c | 770 return QLIST_NEXT(bitmap, list); in bdrv_dirty_bitmap_next()
|
H A D | quorum.c | 874 QLIST_NEXT(s->children[i], next_parent) == NULL; in quorum_recurse_can_replace()
|
H A D | mirror.c | 1501 QLIST_NEXT(source, next_parent) == NULL) in active_write_settle()
|
H A D | vhdx.c | 1542 assert(!QLIST_NEXT(child, next_parent)); in vhdx_create_new_headers()
|
/openbmc/qemu/include/qemu/ |
H A D | queue.h | 181 #define QLIST_NEXT(elm, field) ((elm)->field.le_next) macro
|
/openbmc/qemu/ |
H A D | job.c | 344 return QLIST_NEXT(job, job_list); in job_next_locked()
|
H A D | block.c | 7970 assert(QLIST_NEXT(child, next) == NULL); in bdrv_refresh_filename()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio.c | 2408 return QLIST_NEXT(vq, node); in virtio_vector_next_queue()
|