Home | History | Annotate | Download | only in src

Lines Matching refs:tcaches

16 tcaches_t		*tcaches;
18 /* Index of first element within tcaches that has never been used. */
21 /* Head of singly linked list tracking available tcaches elements. */
257 /* Link into list of extant tcaches. */
278 /* Unlink from list of extant tcaches. */
448 if (tcaches == NULL) {
449 tcaches = base_alloc(sizeof(tcache_t *) *
451 if (tcaches == NULL)
465 *r_ind = (unsigned)(elm - tcaches);
467 elm = &tcaches[tcaches_past];
490 tcaches_elm_flush(tsd, &tcaches[ind]);
496 tcaches_t *elm = &tcaches[ind];