Lines Matching refs:tcache_ind
1474 unsigned tcache_ind; in tcache_create_ctl() local
1480 if (tcaches_create(tsd, &tcache_ind)) { in tcache_create_ctl()
1484 READ(tcache_ind, unsigned); in tcache_create_ctl()
1496 unsigned tcache_ind; in tcache_flush_ctl() local
1502 tcache_ind = UINT_MAX; in tcache_flush_ctl()
1503 WRITE(tcache_ind, unsigned); in tcache_flush_ctl()
1504 if (tcache_ind == UINT_MAX) { in tcache_flush_ctl()
1508 tcaches_flush(tsd, tcache_ind); in tcache_flush_ctl()
1520 unsigned tcache_ind; in tcache_destroy_ctl() local
1526 tcache_ind = UINT_MAX; in tcache_destroy_ctl()
1527 WRITE(tcache_ind, unsigned); in tcache_destroy_ctl()
1528 if (tcache_ind == UINT_MAX) { in tcache_destroy_ctl()
1532 tcaches_destroy(tsd, tcache_ind); in tcache_destroy_ctl()