Searched refs:QLIST_REMOVE (Results 1 – 17 of 17) sorted by relevance
/external/qemu/ |
D | envlist.c | 53 QLIST_REMOVE(entry, ev_link); in envlist_free() 161 QLIST_REMOVE(entry, ev_link); in envlist_setenv() 207 QLIST_REMOVE(entry, ev_link); in envlist_unsetenv()
|
D | aio-android.c | 78 QLIST_REMOVE(node, node); in qemu_aio_set_fd_handler() 219 QLIST_REMOVE(tmp, node); in qemu_aio_wait()
|
D | aio.c | 77 QLIST_REMOVE(node, node); in qemu_aio_set_fd_handler() 222 QLIST_REMOVE(tmp, node); in qemu_aio_wait()
|
D | iohandler.c | 128 QLIST_REMOVE(ioh, next); in qemu_iohandler_poll() 159 QLIST_REMOVE(rec, next); in sigchld_bh_handler()
|
D | qdict.c | 428 QLIST_REMOVE(entry, next); in qdict_del() 449 QLIST_REMOVE(entry, next); in qdict_destroy_obj()
|
D | arch_init.c | 243 QLIST_REMOVE(block, next); in sort_ram_list()
|
D | qemu-queue.h | 125 #define QLIST_REMOVE(elm, field) do { \ macro
|
D | exec.c | 2624 QLIST_REMOVE(block, next); in qemu_ram_free() 2730 QLIST_REMOVE(block, next); in qemu_get_ram_ptr() 3480 QLIST_REMOVE(client, link); in cpu_unregister_map_client() 3491 QLIST_REMOVE(client, link); in cpu_notify_map_clients()
|
D | monitor.c | 1509 QLIST_REMOVE (s, entries); in do_stop_capture() 3112 QLIST_REMOVE(mon, entry); in monitor_done()
|
D | vl.c | 1583 QLIST_REMOVE (e, entries); in qemu_del_vm_change_state_handler()
|
D | vl-android.c | 1787 QLIST_REMOVE (e, entries); in qemu_del_vm_change_state_handler()
|
/external/qemu/memcheck/ |
D | memcheck_proc_management.c | 595 QLIST_REMOVE(thread, proc_entry); in memcheck_exit() 596 QLIST_REMOVE(thread, global_entry); in memcheck_exit() 684 QLIST_REMOVE(proc, global_entry); in memcheck_exit()
|
/external/qemu/audio/ |
D | audio.c | 878 QLIST_REMOVE (sw, entries); in audio_detach_capture() 879 QLIST_REMOVE (sc, entries); in audio_detach_capture() 2064 QLIST_REMOVE (card, entries); in AUD_remove_card() 2167 QLIST_REMOVE (cb, entries); in AUD_del_capture() 2184 QLIST_REMOVE (sw, entries); in AUD_del_capture() 2185 QLIST_REMOVE (sc, entries); in AUD_del_capture() 2189 QLIST_REMOVE (cap, entries); in AUD_del_capture()
|
D | audio_template.h | 192 QLIST_REMOVE (sw, entries); in glue() 204 QLIST_REMOVE (hw, entries); in glue()
|
/external/qemu/hw/ |
D | qdev.c | 230 QLIST_REMOVE(dev, sibling); in qdev_free()
|
/external/qemu/block/ |
D | qcow2.c | 542 QLIST_REMOVE(m, next_in_flight); in run_dependent_requests() 635 QLIST_REMOVE(&acb->l2meta, next_in_flight); in qcow_aio_write_cb()
|
D | qcow2-cluster.c | 855 QLIST_REMOVE(m, next_in_flight); in qcow2_alloc_cluster_offset()
|