Searched refs:tcaches_avail (Results 1 – 1 of 1) sorted by relevance
27 static tcaches_t *tcaches_avail; variable567 if (tcaches_avail == NULL && tcaches_past > MALLOCX_TCACHE_MAX) { in tcaches_create_prep()597 if (tcaches_avail != NULL) { in tcaches_create()598 elm = tcaches_avail; in tcaches_create()599 tcaches_avail = tcaches_avail->next; in tcaches_create()643 elm->next = tcaches_avail; in tcaches_destroy()644 tcaches_avail = elm; in tcaches_destroy()