Searched refs:QTAILQ_FOREACH_SAFE (Results 1 - 8 of 8) sorted by relevance

/external/qemu/
H A Dnotify.c36 QTAILQ_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
H A Dqlist.c150 QTAILQ_FOREACH_SAFE(entry, &qlist->head, next, next_entry) {
H A Dinput.c64 QTAILQ_FOREACH_SAFE(cursor, &kbd_handlers, next, cursor_next) {
H A Dqemu-queue.h319 #define QTAILQ_FOREACH_SAFE(var, head, field, next_var) \ macro
H A Dqemu-option.c719 QTAILQ_FOREACH_SAFE(opts, &list->head, next, next_opts) {
H A Dkvm-all.c1005 QTAILQ_FOREACH_SAFE(bp, &s->kvm_sw_breakpoints, entry, next) {
H A Dexec.c1427 QTAILQ_FOREACH_SAFE(wp, &env->watchpoints, entry, next) {
1497 QTAILQ_FOREACH_SAFE(bp, &env->breakpoints, entry, next) {
H A Dvl.c1680 QTAILQ_FOREACH_SAFE(re, &reset_handlers, entry, nre) {

Completed in 103 milliseconds