Home | History | Annotate | Download | only in src

Lines Matching refs:tcache_ind

1474 	unsigned tcache_ind;
1480 if (tcaches_create(tsd, &tcache_ind)) {
1484 READ(tcache_ind, unsigned);
1496 unsigned tcache_ind;
1502 tcache_ind = UINT_MAX;
1503 WRITE(tcache_ind, unsigned);
1504 if (tcache_ind == UINT_MAX) {
1508 tcaches_flush(tsd, tcache_ind);
1520 unsigned tcache_ind;
1526 tcache_ind = UINT_MAX;
1527 WRITE(tcache_ind, unsigned);
1528 if (tcache_ind == UINT_MAX) {
1532 tcaches_destroy(tsd, tcache_ind);