HomeSort by relevance Sort by last modified time
    Searched refs:pool_current (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 181 if (s->pool_current)
182 s->pool_current->next = p;
185 p->next = s->pool_current;
187 p = s->pool_current;
199 if (s->pool_current)
200 s->pool_current->next = p;
208 s->pool_current = p;
217 s->pool_current = NULL;
    [all...]
tcg.h 273 TCGPool *pool_first, *pool_current; member in struct:TCGContext

Completed in 47 milliseconds