Lines Matching refs:tcache_ind
1671 unsigned tcache_ind; member
1682 dynamic_opts->tcache_ind = TCACHE_IND_AUTOMATIC;
1694 if (dopts->tcache_ind == TCACHE_IND_AUTOMATIC) {
1702 } else if (dopts->tcache_ind == TCACHE_IND_NONE) {
1705 tcache = tcaches_get(tsd, dopts->tcache_ind);
1875 assert(dopts->tcache_ind == TCACHE_IND_AUTOMATIC ||
1876 dopts->tcache_ind == TCACHE_IND_NONE);
1878 dopts->tcache_ind = TCACHE_IND_NONE;
2592 dopts.tcache_ind = TCACHE_IND_NONE;
2594 dopts.tcache_ind = MALLOCX_TCACHE_GET(flags);
2597 dopts.tcache_ind = TCACHE_IND_AUTOMATIC;