OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QLIST_FOREACH_SAFE
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
iohandler.c
118
QLIST_FOREACH_SAFE
(ioh, &io_handlers, next, pioh) {
157
QLIST_FOREACH_SAFE
(rec, &child_watches, next, next) {
arch_init.c
241
QLIST_FOREACH_SAFE
(block, &ram_list.blocks, next, nblock) {
qemu-queue.h
137
#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 623 milliseconds