Lines Matching refs:rtl_cache_bufctl_type

130 	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()
214 static rtl_cache_bufctl_type *
220 rtl_cache_bufctl_type ** ppHead; in rtl_cache_hash_remove()
221 rtl_cache_bufctl_type * bufctl; in rtl_cache_hash_remove()
373 rtl_cache_bufctl_type * bufctl = slab->m_sp; in rtl_cache_slab_destroy()
453 rtl_cache_bufctl_type * bufctl; in rtl_cache_slab_alloc()
466 bufctl = (rtl_cache_bufctl_type*)rtl_cache_alloc (gp_cache_bufctl_cache); in rtl_cache_slab_alloc()
480 bufctl = (rtl_cache_bufctl_type*)(slab->m_bp); in rtl_cache_slab_alloc()
534 rtl_cache_bufctl_type * bufctl; in rtl_cache_slab_free()
553 bufctl = (rtl_cache_bufctl_type*)(addr); in rtl_cache_slab_free()
892 objsize = SAL_MAX(objsize, sizeof(rtl_cache_bufctl_type*)); in rtl_cache_activate()
1061 rtl_cache_bufctl_type * bufctl; in rtl_cache_deactivate()
1109 cache->m_hash_size * sizeof(rtl_cache_bufctl_type*)); in rtl_cache_deactivate()
1733 sizeof(rtl_cache_bufctl_type), /* objsize */ in rtl_cache_once_init()