Searched refs:QLIST_INSERT_HEAD (Results 1 - 18 of 18) sorted by relevance

/external/qemu/hw/
H A Dwatchdog.c31 QLIST_INSERT_HEAD(&watchdog_list, model, entry);
H A Dqdev.c102 QLIST_INSERT_HEAD(&bus->children, dev, sibling);
448 QLIST_INSERT_HEAD(&parent->child_bus, bus, sibling);
/external/qemu/
H A Diohandler.c71 QLIST_INSERT_HEAD(&io_handlers, ioh, next);
190 QLIST_INSERT_HEAD(&child_watches, rec, next);
H A Daio-android.c87 QLIST_INSERT_HEAD(&aio_handlers, node, node);
H A Daio.c86 QLIST_INSERT_HEAD(&aio_handlers, node, node);
H A Denvlist.c174 QLIST_INSERT_HEAD(&envlist->el_entries, entry, ev_link);
H A Dqdict.c146 QLIST_INSERT_HEAD(&qdict->table[bucket], entry, next);
H A Darch_init.c247 QLIST_INSERT_HEAD(&ram_list.blocks, blocks[n], next);
H A Dqemu-queue.h118 #define QLIST_INSERT_HEAD(head, elm, field) do { \ macro
H A Dexec.c2600 QLIST_INSERT_HEAD(&ram_list.blocks, new_block, next);
2731 QLIST_INSERT_HEAD(&ram_list.blocks, block, next);
3472 QLIST_INSERT_HEAD(&map_client_list, client, link);
H A Dblock.c151 QLIST_INSERT_HEAD(&bdrv_drivers, bdrv, list);
H A Dvl-android.c1781 QLIST_INSERT_HEAD(&vm_change_state_head, e, entries);
H A Dvl.c1577 QLIST_INSERT_HEAD(&vm_change_state_head, e, entries);
/external/qemu/memcheck/
H A Dmemcheck_proc_management.c81 QLIST_INSERT_HEAD(&thread_list, new_thread, global_entry);
82 QLIST_INSERT_HEAD(&proc->threads, new_thread, proc_entry);
162 QLIST_INSERT_HEAD(&proc_list, new_proc, global_entry);
/external/qemu/audio/
H A Daudio.c923 QLIST_INSERT_HEAD (&hw_cap->sw_head, sw, entries);
924 QLIST_INSERT_HEAD (&hw->cap_head, sc, entries);
2059 QLIST_INSERT_HEAD (&glob_audio_state.card_head, card, entries);
2096 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries);
2140 QLIST_INSERT_HEAD (&s->cap_head, cap, entries);
2141 QLIST_INSERT_HEAD (&cap->cb_head, cb, entries);
H A Daudio_template.h187 QLIST_INSERT_HEAD (&hw->sw_head, sw, entries);
302 QLIST_INSERT_HEAD (&s->glue (hw_head_, TYPE), hw, entries);
/external/qemu/block/
H A Dqcow2-cluster.c849 QLIST_INSERT_HEAD(&s->cluster_allocs, m, next_in_flight);
H A Dqcow2.c600 QLIST_INSERT_HEAD(&acb->l2meta.depends_on->dependent_requests,

Completed in 210 milliseconds