Searched refs:rtl_cache_type (Results 1 – 15 of 15) sorted by relevance
126 rtl_cache_type * cache, in rtl_cache_hash_rescale()216 rtl_cache_type * cache, in rtl_cache_hash_remove()312 rtl_cache_type * cache in rtl_cache_slab_create()406 rtl_cache_type * cache in rtl_cache_slab_populate()441 rtl_cache_type * cache in rtl_cache_slab_alloc()530 rtl_cache_type * cache, in rtl_cache_slab_free()792 rtl_cache_type * cache in rtl_cache_depot_populate()819 rtl_cache_type * cache = (rtl_cache_type*)(obj); in rtl_cache_constructor()847 rtl_cache_type * cache = (rtl_cache_type*)(obj); in rtl_cache_destructor()870 static rtl_cache_type *[all …]
124 rtl_cache_type * m_cache_next;125 rtl_cache_type * m_cache_prev;164 rtl_cache_type * m_magazine_cache; /* magazine supplier; const */
73 static rtl_cache_type * g_alloc_caches[RTL_MEMORY_CACHED_SIZES] =81 static rtl_cache_type * g_alloc_table[RTL_MEMORY_CACHED_LIMIT >> RTL_MEMALIGN_SHIFT] =
775 sal_Size size = n * sizeof(rtl_cache_type*); in rtl_arena_activate()776 arena->m_qcache_ptr = (rtl_cache_type**)rtl_arena_alloc (gp_arena_arena, &size); in rtl_arena_activate()827 n * sizeof(rtl_cache_type*)); in rtl_arena_deactivate()
117 rtl_cache_type ** m_qcache_ptr;
180 typedef struct rtl_cache_st rtl_cache_type; typedef201 rtl_cache_type *225 rtl_cache_type * pCache237 rtl_cache_type * pCache252 rtl_cache_type * pCache,
60 rtl_cache_destroy ((rtl_cache_type*)(m_pImpl)), m_pImpl = 0; in ~FixedMemPool()71 return rtl_cache_alloc ((rtl_cache_type*)(m_pImpl)); in Alloc()82 rtl_cache_free ((rtl_cache_type*)(m_pImpl), pFree); in Free()
54 rtl_cache_type * m_cache;243 rtl_cache_type * m_cache;268 swap<rtl_cache_type*>(lhs.m_cache, rhs.m_cache); in swap()
114 rtl_cache_type * m_page_cache;
152 rtl_cache_type * m_entry_cache;
128 rtl_cache_type * m_cache;
461 rtl_cache_type * m_ace_cache;
143 rtl_cache_type * m_cache;
151 rtl_cache_type * m_cache;
246 rtl_cache_type * m_cache;
Completed in 76 milliseconds