Home
last modified time | relevance | path

Searched refs:m_features (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sal/rtl/source/
H A Dalloc_cache.c244 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()
943 cache->m_features |= RTL_CACHE_FEATURE_HASH; in rtl_cache_activate()
960 cache->m_features |= RTL_CACHE_FEATURE_BULKDESTROY; in rtl_cache_activate()
[all …]
H A Dalloc_cache.h129 long m_features; member

Completed in 11 milliseconds