Home | History | Annotate | Download | only in tcg

Lines Matching refs:pool_current

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;