Searched refs:m_features (Results 1 – 2 of 2) sorted by relevance
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()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()949 cache->m_features |= RTL_CACHE_FEATURE_HASH; in rtl_cache_activate()966 cache->m_features |= RTL_CACHE_FEATURE_BULKDESTROY; in rtl_cache_activate()[all …]
129 long m_features; member
Completed in 23 milliseconds