HomeSort by relevance Sort by last modified time
    Searched refs:QLIST_FOREACH_SAFE (Results 1 - 5 of 5) sorted by null

  /external/qemu/util/
notify.c 38 QLIST_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
64 QLIST_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
  /external/qemu/
iohandler.c 118 QLIST_FOREACH_SAFE(ioh, &io_handlers, next, pioh) {
157 QLIST_FOREACH_SAFE(rec, &child_watches, next, next) {
savevm.c     [all...]
  /external/qemu/include/qemu/
queue.h 152 #define QLIST_FOREACH_SAFE(var, head, field, next_var) \
  /external/qemu/block/
qcow2.c 546 QLIST_FOREACH_SAFE(req, &m->dependent_requests, next_depend, next) {
    [all...]

Completed in 163 milliseconds