Lines Matching defs:tcaches
71 tcaches_t *tcaches;
73 /* Index of first element within tcaches that has never been used. */
76 /* Head of singly linked list tracking available tcaches elements. */
79 /* Protects tcaches{,_past,_avail}. */
587 /* Link into list of extant tcaches. */
607 /* Unlink from list of extant tcaches. */
888 if (tcaches == NULL) {
889 tcaches = base_alloc(tsd_tsdn(tsd), base,
891 if (tcaches == NULL) {
931 *r_ind = (unsigned)(elm - tcaches);
933 elm = &tcaches[tcaches_past];
969 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind], true);
980 tcaches_t *elm = &tcaches[ind];
1054 if (malloc_mutex_init(&tcaches_mtx, "tcaches", WITNESS_RANK_TCACHES,