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 221 p = s->pool_current;
233 if (s->pool_current)
234 s->pool_current->next = p;
242 s->pool_current = p;
257 s->pool_current = NULL;
    [all...]
tcg.h 450 TCGPool *pool_first, *pool_current, *pool_first_large; member in struct:TCGContext

Completed in 45 milliseconds