Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c421 if (cache->m_ncolor > cache->m_ncolor_max) in rtl_cache_slab_populate()
461 …SL_ASSERT (slab->m_bp < slab->m_data + cache->m_ntypes * cache->m_type_size + cache->m_ncolor_max); in rtl_cache_slab_alloc()
951 cache->m_ncolor_max = cache->m_slab_size % cache->m_type_size; in rtl_cache_activate()
957 cache->m_ncolor_max = (cache->m_slab_size - sizeof(rtl_cache_slab_type)) % cache->m_type_size; in rtl_cache_activate()
H A Dalloc_cache.h148 sal_Size m_ncolor_max; /* max. slab color */ member

Completed in 97 milliseconds