Searched refs:rtl_cache_slab_type (Results 1 – 2 of 2) sorted by relevance
266 (((rtl_cache_slab_type*)(RTL_MEMORY_P2END((sal_uIntPtr)(addr), (size)))) - 1)274 rtl_cache_slab_type * slab = (rtl_cache_slab_type*)(obj); in rtl_cache_slab_constructor()293 rtl_cache_slab_type * slab = (rtl_cache_slab_type*)(obj); in rtl_cache_slab_destructor()310 static rtl_cache_slab_type *315 rtl_cache_slab_type * slab = 0; in rtl_cache_slab_create()329 slab = (rtl_cache_slab_type*)rtl_cache_alloc (gp_cache_slab_cache); in rtl_cache_slab_create()361 rtl_cache_slab_type * slab in rtl_cache_slab_destroy()409 rtl_cache_slab_type * slab; in rtl_cache_slab_populate()445 rtl_cache_slab_type * head; in rtl_cache_slab_alloc()452 rtl_cache_slab_type * slab; in rtl_cache_slab_alloc()[all …]
65 typedef struct rtl_cache_slab_st rtl_cache_slab_type; typedef68 rtl_cache_slab_type * m_slab_next; /* slab linkage */69 rtl_cache_slab_type * m_slab_prev; /* slab linkage */150 rtl_cache_slab_type m_free_head;151 rtl_cache_slab_type m_used_head;