Home
last modified time | relevance | path

Searched refs:first_bh (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dasync.c52 struct QEMUBH *first_bh; member
133 bh->next = async_context->first_bh; in qemu_bh_new()
134 async_context->first_bh = bh; in qemu_bh_new()
144 for (bh = async_context->first_bh; bh; bh = bh->next) { in qemu_bh_poll()
155 bhp = &async_context->first_bh; in qemu_bh_poll()
201 for (bh = async_context->first_bh; bh; bh = bh->next) { in qemu_bh_update_timeout()