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

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

Completed in 77 milliseconds