Searched refs:QTAILQ_FOREACH_SAFE (Results 1 - 8 of 8) sorted by relevance
/external/qemu/ |
H A D | notify.c | 36 QTAILQ_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
|
H A D | qlist.c | 150 QTAILQ_FOREACH_SAFE(entry, &qlist->head, next, next_entry) {
|
H A D | input.c | 64 QTAILQ_FOREACH_SAFE(cursor, &kbd_handlers, next, cursor_next) {
|
H A D | qemu-queue.h | 319 #define QTAILQ_FOREACH_SAFE(var, head, field, next_var) \ macro
|
H A D | qemu-option.c | 719 QTAILQ_FOREACH_SAFE(opts, &list->head, next, next_opts) {
|
H A D | kvm-all.c | 1005 QTAILQ_FOREACH_SAFE(bp, &s->kvm_sw_breakpoints, entry, next) {
|
H A D | exec.c | 1427 QTAILQ_FOREACH_SAFE(wp, &env->watchpoints, entry, next) { 1497 QTAILQ_FOREACH_SAFE(bp, &env->breakpoints, entry, next) {
|
H A D | vl.c | 1680 QTAILQ_FOREACH_SAFE(re, &reset_handlers, entry, nre) {
|
Completed in 103 milliseconds