Home
last modified time | relevance | path

Searched refs:QLIST_NEXT (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c56 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 Dqdict.c332 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 Dtest-bdrv-drain.c1280 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 Dtest-vmstate.c1340 iter = QLIST_NEXT(iter, next); in manipulate_container()
/openbmc/qemu/block/
H A Dthrottle-groups.c185 ThrottleGroupMember *next = QLIST_NEXT(tgm, round_robin); in throttle_group_next_tgm()
H A Ddirty-bitmap.c770 return QLIST_NEXT(bitmap, list); in bdrv_dirty_bitmap_next()
H A Dquorum.c874 QLIST_NEXT(s->children[i], next_parent) == NULL; in quorum_recurse_can_replace()
H A Dmirror.c1501 QLIST_NEXT(source, next_parent) == NULL) in active_write_settle()
H A Dvhdx.c1542 assert(!QLIST_NEXT(child, next_parent)); in vhdx_create_new_headers()
/openbmc/qemu/include/qemu/
H A Dqueue.h181 #define QLIST_NEXT(elm, field) ((elm)->field.le_next) macro
/openbmc/qemu/
H A Djob.c344 return QLIST_NEXT(job, job_list); in job_next_locked()
H A Dblock.c7970 assert(QLIST_NEXT(child, next) == NULL); in bdrv_refresh_filename()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c2408 return QLIST_NEXT(vq, node); in virtio_vector_next_queue()