Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c130 rtl_cache_bufctl_type ** new_table; in rtl_cache_hash_rescale()
133 new_bytes = new_size * sizeof(rtl_cache_bufctl_type*); in rtl_cache_hash_rescale()
134 new_table = (rtl_cache_bufctl_type**)rtl_arena_alloc(gp_cache_arena, &new_bytes); in rtl_cache_hash_rescale()
138 rtl_cache_bufctl_type ** old_table; in rtl_cache_hash_rescale()
164 rtl_cache_bufctl_type * curr = old_table[i]; in rtl_cache_hash_rescale()
167 rtl_cache_bufctl_type * next = curr->m_next; in rtl_cache_hash_rescale()
168 rtl_cache_bufctl_type ** head; in rtl_cache_hash_rescale()
183 sal_Size old_bytes = old_size * sizeof(rtl_cache_bufctl_type*); in rtl_cache_hash_rescale()
194 rtl_cache_bufctl_type * bufctl in rtl_cache_hash_insert()
197 rtl_cache_bufctl_type ** ppHead; in rtl_cache_hash_insert()
[all …]
H A Dalloc_cache.h52 typedef struct rtl_cache_bufctl_st rtl_cache_bufctl_type; typedef
55 rtl_cache_bufctl_type * m_next; /* linkage */
75 rtl_cache_bufctl_type * m_sp; /* free buffer linkage 'stack pointer' */
153 rtl_cache_bufctl_type ** m_hash_table;
154 rtl_cache_bufctl_type * m_hash_table_0[RTL_CACHE_HASH_SIZE];