Searched refs:tcache_enabled (Results 1 – 2 of 2) sorted by relevance
205 tcache_enabled_t tcache_enabled; in tcache_enabled_get() local210 tcache_enabled = tsd_tcache_enabled_get(tsd); in tcache_enabled_get()211 if (tcache_enabled == tcache_enabled_default) { in tcache_enabled_get()212 tcache_enabled = (tcache_enabled_t)opt_tcache; in tcache_enabled_get()213 tsd_tcache_enabled_set(tsd, tcache_enabled); in tcache_enabled_get()216 return ((bool)tcache_enabled); in tcache_enabled_get()223 tcache_enabled_t tcache_enabled; in tcache_enabled_set() local229 tcache_enabled = (tcache_enabled_t)enabled; in tcache_enabled_set()230 tsd_tcache_enabled_set(tsd, tcache_enabled); in tcache_enabled_set()
543 O(tcache_enabled, tcache_enabled_t) \