Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c95 static rtl_cache_type * gp_cache_slab_cache = NULL; variable
328 OSL_ASSERT (cache != gp_cache_slab_cache); in rtl_cache_slab_create()
329 slab = (rtl_cache_slab_type*)rtl_cache_alloc (gp_cache_slab_cache); in rtl_cache_slab_create()
384 rtl_cache_free (gp_cache_slab_cache, slab); in rtl_cache_slab_destroy()
946 OSL_ASSERT(gp_cache_slab_cache != NULL); in rtl_cache_activate()
1710 OSL_ASSERT(gp_cache_slab_cache == NULL); in rtl_cache_once_init()
1714 gp_cache_slab_cache = rtl_cache_activate ( in rtl_cache_once_init()
1726 OSL_ASSERT(gp_cache_slab_cache != NULL); in rtl_cache_once_init()
1798 if (gp_cache_slab_cache != NULL) in rtl_cache_fini()
1800 cache = gp_cache_slab_cache, gp_cache_slab_cache = NULL; in rtl_cache_fini()

Completed in 24 milliseconds