Lines Matching refs:m_features
244 if (!(cache->m_features & RTL_CACHE_FEATURE_RESCALE)) in rtl_cache_hash_remove()
249 cache->m_features |= RTL_CACHE_FEATURE_RESCALE; in rtl_cache_hash_remove()
253 cache->m_features &= ~RTL_CACHE_FEATURE_RESCALE; in rtl_cache_hash_remove()
325 if (cache->m_features & RTL_CACHE_FEATURE_HASH) in rtl_cache_slab_create()
367 if (cache->m_features & RTL_CACHE_FEATURE_HASH) in rtl_cache_slab_destroy()
392 if ((refcnt == 0) || (cache->m_features & RTL_CACHE_FEATURE_BULKDESTROY)) in rtl_cache_slab_destroy()
462 if (cache->m_features & RTL_CACHE_FEATURE_HASH) in rtl_cache_slab_alloc()
509 if (cache->m_features & RTL_CACHE_FEATURE_HASH) in rtl_cache_slab_alloc()
545 if (cache->m_features & RTL_CACHE_FEATURE_HASH) in rtl_cache_slab_free()
943 cache->m_features |= RTL_CACHE_FEATURE_HASH; in rtl_cache_activate()
960 cache->m_features |= RTL_CACHE_FEATURE_BULKDESTROY; in rtl_cache_activate()
1055 if (cache->m_features & RTL_CACHE_FEATURE_HASH) in rtl_cache_deactivate()