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

  /external/qemu/tcg/
tcg.c 180 if (s->pool_current)
181 s->pool_current->next = p;
184 p->next = s->pool_current;
186 p = s->pool_current;
198 if (s->pool_current)
199 s->pool_current->next = p;
207 s->pool_current = p;
216 s->pool_current = NULL;
    [all...]
tcg.h 261 TCGPool *pool_first, *pool_current; member in struct:TCGContext

Completed in 31 milliseconds